7
7
justify-content : center
8
8
position relative
9
9
margin-bottom : 2em
10
+ margin-left 2em
10
11
11
12
.box-minmax
12
13
width 608px
14
+ height 45px
13
15
display flex
14
16
justify-content space-between
15
17
font-size $tab--button-font-size
18
20
margin-top 18px
19
21
padding-right 10px
20
22
padding-left 10px
23
+ padding-top 8px
21
24
position relative
22
25
border $ui-borderColor
23
26
border-radius 5px
@@ -29,13 +32,23 @@ div[id^="secondRow"]
29
32
left 0 ;
30
33
top 0 ;
31
34
margin-bottom - 42px ;
35
+ .rs-label
36
+ margin-left - 20px
32
37
33
38
div [id^ = "firstRow" ]
34
39
position absolute ;
35
40
z-index 2 ;
36
41
left 0 ;
37
42
top 0 ;
38
43
margin-bottom - 25px ;
44
+ .rs-range
45
+ & :: -webkit-slider-thumb
46
+ margin-top : 0px
47
+ transform : rotate (180deg )
48
+ .rs-label
49
+ margin-bottom - 85px
50
+ margin-top 85px
51
+
39
52
40
53
.rs-range
41
54
margin-top : 29px
@@ -51,18 +64,23 @@ div[id^="firstRow"]
51
64
background : $ui-backgroundColor
52
65
border-radius : 0px
53
66
border : 0px solid #01 01 01
67
+ cursor none
54
68
55
69
& :: -webkit-slider-thumb
56
70
box-shadow : none
57
- border : 0 px solid $ui-borderColor
71
+ border : 1 px solid $ui-borderColor
58
72
box-shadow : 0px 10px 10px rgba (0 , 0 , 0 , 0.25 )
59
- height : 42 px
60
- width : 22 px
73
+ height : 32 px
74
+ width : 32 px
61
75
border-radius : 22px
62
- background : $ui-backgroundColor
76
+ background : $ui-text-color
63
77
cursor : pointer
64
78
-webkit- appearance : none
65
79
margin-top : - 20px
80
+ border-color : $ui-text-color
81
+ height 32px
82
+ border-top-left-radius : 10%
83
+ border-top-right-radius : 10%
66
84
67
85
.rs-label
68
86
position : relative
@@ -76,8 +94,10 @@ div[id^="firstRow"]
76
94
border : none
77
95
margin-bottom : - 5px
78
96
margin-top : - 10px
79
- width : 0px
80
- margin-left : 0px
97
+ clear :both ;
98
+ float :left ;
99
+ height 17px
100
+ margin-left : - 25px
81
101
left : attr (value )
82
102
color : $ui-text-color
83
103
font-style : normal
@@ -256,7 +276,10 @@ body[data-theme="dark"]
256
276
257
277
.box-minmax , .rs-range , .rs-label
258
278
colorDarkControl ()
259
-
279
+ .rs-range
280
+ & :: -webkit-slider-thumb
281
+ colorDarkControl ()
282
+ background $ui-dark-text-color
260
283
261
284
body [data-theme = "solarized-dark" ]
262
285
.root
@@ -286,6 +309,10 @@ body[data-theme="solarized-dark"]
286
309
colorSolarizedDarkControl ()
287
310
.box-minmax , .rs-range , .rs-label
288
311
colorSolarizedDarkControl ()
312
+ .rs-range
313
+ & :: -webkit-slider-thumb
314
+ colorSolarizedDarkControl ()
315
+ background $ui-solarized-dark-text-color
289
316
290
317
body [data-theme = "monokai" ]
291
318
.root
@@ -315,7 +342,11 @@ body[data-theme="monokai"]
315
342
colorMonokaiControl ()
316
343
.box-minmax , .rs-range , .rs-label
317
344
colorMonokaiControl ()
318
-
345
+ .rs-range
346
+ & :: -webkit-slider-thumb
347
+ colorMonokaiControl ()
348
+ background $ui-monokai-text-color
349
+
319
350
body [data-theme = "dracula" ]
320
351
.root
321
352
color $ui-dracula-text-color
@@ -343,4 +374,8 @@ body[data-theme="dracula"]
343
374
select , .group-section-control-input
344
375
colorDraculaControl ()
345
376
.box-minmax , .rs-range , .rs-label
346
- colorDraculaControl ()
377
+ colorDraculaControl ()
378
+ .rs-range
379
+ & :: -webkit-slider-thumb
380
+ colorDraculaControl ()
381
+ background $ui-dracula-text-color
0 commit comments