File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -363,15 +363,15 @@ option {
363
363
364
364
.checkbox-checkmark-onoff {
365
365
min-height : 40px ;
366
- min-width : 80 px ;
366
+ min-width : 70 px ;
367
367
right : 5px ;
368
368
}
369
369
370
370
.checkmark-onoff {
371
371
float : left;
372
372
box-sizing : border-box;
373
373
height : 35px ;
374
- width : 85 px ;
374
+ width : 70 px ;
375
375
padding : 4px ;
376
376
margin-left : 15px ;
377
377
background : var (--wow-input-bg );
@@ -383,8 +383,8 @@ option {
383
383
384
384
.checkmark-onoff .dot {
385
385
float : left;
386
- min-width : 26.5 px ;
387
- min-height : 26.5 px ;
386
+ min-width : 26 px ;
387
+ min-height : 26 px ;
388
388
background : var (--wow-bg );
389
389
border-radius : var (--wow-border-radius );
390
390
border : 1px solid var (--wow-border );
@@ -398,7 +398,7 @@ option {
398
398
}
399
399
400
400
.checkmark-onoff-checked .dot {
401
- margin-left : 35 px ;
401
+ margin-left : 25 px ;
402
402
background : var (--wow-accent );
403
403
border : 1px solid var (--wow-accent );
404
404
transform : rotate (180deg );
You can’t perform that action at this time.
0 commit comments