aboutsummaryrefslogtreecommitdiffstats
path: root/scss/uikit/theme/form-range.scss
blob: ca424f30e3c81e2519d0c9c389e66aebddb44ec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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(){}