File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5252 // Checkmark
5353 .#{$prefix } --checkbox-label ::after {
5454 content : ' ' ;
55- width : 10 px ;
56- height : 5 px ;
55+ width : 7 px ;
56+ height : 3 px ;
5757 background : none ;
5858 border-left : 2px solid $inverse-01 ;
5959 border-bottom : 2px solid $inverse-01 ;
6060 transform : scale (0 ) rotate (-45deg );
6161 position : absolute ;
62- left : rem (3 px );
62+ left : rem (5 px );
6363 top : 50% ;
64- margin-top : rem (-5 px );
64+ margin-top : rem (-3 px );
6565 }
6666
6767 .#{$prefix } --checkbox :checked + .#{$prefix } --checkbox-label ::before ,
9595 border-left : 0 solid $inverse-01 ;
9696 border-bottom : 2px solid $inverse-01 ;
9797 opacity : 1 ;
98- width : rem (12px );
99- margin-top : rem (-6px );
98+ width : rem (10px );
99+ margin-top : rem (-4px );
100+ left : rem (4px );
100101 }
101102
102103 // Disabled
You can’t perform that action at this time.
0 commit comments