File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 25
25
input .feedzy-toggle-round + label {
26
26
width : 2rem ;
27
27
height : 1rem ;
28
+ border : 1px solid # 5555559c ;
28
29
border-radius : 22px ;
29
30
background-color : # f1f1f1 ;
30
31
}
@@ -62,6 +63,10 @@ input.feedzy-toggle-round:checked + label:before {
62
63
63
64
input .feedzy-toggle-round : checked + label : after {
64
65
margin-left : 16px ;
66
+ background : # f1f1f1 ;
67
+ }
68
+ input .feedzy-toggle-round : checked + label {
69
+ border-color : # f6f7f7 ;
65
70
}
66
71
67
72
@@ -85,7 +90,7 @@ input.feedzy-toggle-round + label:before {
85
90
86
91
input .feedzy-toggle-round + label : after {
87
92
border-radius : 100% ;
88
- background-color : # f1f1f1 ;
93
+ background-color : # 5555559c ;
89
94
-webkit-transition : margin 0.4s ;
90
95
transition : margin 0.4s ;
91
96
margin-top : 1px ;
You can’t perform that action at this time.
0 commit comments