File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -363,15 +363,15 @@ option {
363363
364364.checkbox-checkmark-onoff {
365365 min-height : 40px ;
366- min-width : 80 px ;
366+ min-width : 70 px ;
367367 right : 5px ;
368368}
369369
370370.checkmark-onoff {
371371 float : left;
372372 box-sizing : border-box;
373373 height : 35px ;
374- width : 85 px ;
374+ width : 70 px ;
375375 padding : 4px ;
376376 margin-left : 15px ;
377377 background : var (--wow-input-bg );
@@ -383,8 +383,8 @@ option {
383383
384384.checkmark-onoff .dot {
385385 float : left;
386- min-width : 26.5 px ;
387- min-height : 26.5 px ;
386+ min-width : 26 px ;
387+ min-height : 26 px ;
388388 background : var (--wow-bg );
389389 border-radius : var (--wow-border-radius );
390390 border : 1px solid var (--wow-border );
@@ -398,7 +398,7 @@ option {
398398}
399399
400400.checkmark-onoff-checked .dot {
401- margin-left : 35 px ;
401+ margin-left : 25 px ;
402402 background : var (--wow-accent );
403403 border : 1px solid var (--wow-accent );
404404 transform : rotate (180deg );
You can’t perform that action at this time.
0 commit comments