aboutsummaryrefslogtreecommitdiffstats
path: root/scss/uikit/theme/form-range.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/uikit/theme/form-range.scss')
-rw-r--r--scss/uikit/theme/form-range.scss45
1 files changed, 45 insertions, 0 deletions
diff --git a/scss/uikit/theme/form-range.scss b/scss/uikit/theme/form-range.scss
new file mode 100644
index 00000000..ca424f30
--- /dev/null
+++ b/scss/uikit/theme/form-range.scss
@@ -0,0 +1,45 @@
+//
+// Component: Form Range
+//
+// ========================================================================
+
+
+// Variables
+// ========================================================================
+
+$form-range-thumb-background: $global-background !default;
+
+//
+// New
+//
+
+$form-range-thumb-border-width: $global-border-width !default;
+$form-range-thumb-border: darken($global-border, 10%) !default;
+
+$form-range-track-border-radius: 500px !default;
+
+
+// Component
+// ========================================================================
+
+// @mixin hook-form-range(){}
+
+
+// Thumb
+// ========================================================================
+
+
+
+
+// Track
+// ========================================================================
+
+
+
+// @mixin hook-form-range-track-focus(){}
+
+
+// Miscellaneous
+// ========================================================================
+
+// @mixin hook-form-range-misc(){} \ No newline at end of file