File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -549,14 +549,13 @@ a.modula-link:hover {
549549
550550.epsilon-toggle__thumb {
551551 background-color : # 6c7781 ;
552- border : 1px solid # 6c7781 ;
553552 border-radius : 50% ;
554553 display : block;
555- height : 5 px ;
556- width : 5 px ;
554+ height : 10 px ;
555+ width : 10 px ;
557556 position : absolute;
558557 left : 7px ;
559- top : 7 px ;
558+ top : 5 px ;
560559 transition : transform .2s ease;
561560}
562561
@@ -572,12 +571,12 @@ a.modula-link:hover {
572571
573572.epsilon-toggle__on {
574573 position : absolute;
575- top : 6 px ;
574+ top : 7 px ;
576575 left : 8px ;
577- border : 1px solid # fff ;
578576 outline : 1px solid transparent;
579577 outline-offset : -1px ;
580578 display : none;
579+ fill : # fff ;
581580}
582581
583582.epsilon-toggle__input [type = checkbox ]: checked + .epsilon-toggle__items .epsilon-toggle__track {
@@ -589,8 +588,8 @@ a.modula-link:hover {
589588 background-color : # fff ;
590589 border-width : 0 ;
591590 transform : translateX (18px );
592- width : 7 px ;
593- height : 7 px ;
591+ width : 10 px ;
592+ height : 10 px ;
594593}
595594
596595.epsilon-toggle__input [type = checkbox ]: checked + .epsilon-toggle__items .epsilon-toggle__off {
You can’t perform that action at this time.
0 commit comments