File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,8 @@ option {
313
313
align-items : center;
314
314
}
315
315
.checkbox-line label {
316
- margin-top : 10px ;
316
+ margin-top : 0px ;
317
+ margin-bottom : 0px ;
317
318
}
318
319
.checkbox-line .checkbox {
319
320
position : absolute;
@@ -361,17 +362,17 @@ option {
361
362
/* Checkbox onoff */
362
363
363
364
.checkbox-checkmark-onoff {
364
- min-height : 45 px ;
365
+ min-height : 40 px ;
365
366
min-width : 80px ;
366
367
right : 5px ;
367
368
}
368
369
369
370
.checkmark-onoff {
370
371
float : left;
371
372
box-sizing : border-box;
372
- height : 42 px ;
373
- width : 92 px ;
374
- padding : 5 px ;
373
+ height : 35 px ;
374
+ width : 85 px ;
375
+ padding : 4 px ;
375
376
margin-left : 15px ;
376
377
background : var (--wow-input-bg );
377
378
border : 1px solid var (--wow-border );
@@ -382,8 +383,8 @@ option {
382
383
383
384
.checkmark-onoff .dot {
384
385
float : left;
385
- min-width : 30 px ;
386
- min-height : 30 px ;
386
+ min-width : 26.5 px ;
387
+ min-height : 26.5 px ;
387
388
background : var (--wow-bg );
388
389
border-radius : var (--wow-border-radius );
389
390
border : 1px solid var (--wow-border );
You can’t perform that action at this time.
0 commit comments