File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,8 @@ option {
313313 align-items : center;
314314}
315315.checkbox-line label {
316- margin-top : 10px ;
316+ margin-top : 0px ;
317+ margin-bottom : 0px ;
317318}
318319.checkbox-line .checkbox {
319320 position : absolute;
@@ -361,17 +362,17 @@ option {
361362/* Checkbox onoff */
362363
363364.checkbox-checkmark-onoff {
364- min-height : 45 px ;
365+ min-height : 40 px ;
365366 min-width : 80px ;
366367 right : 5px ;
367368}
368369
369370.checkmark-onoff {
370371 float : left;
371372 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 ;
375376 margin-left : 15px ;
376377 background : var (--wow-input-bg );
377378 border : 1px solid var (--wow-border );
@@ -382,8 +383,8 @@ option {
382383
383384.checkmark-onoff .dot {
384385 float : left;
385- min-width : 30 px ;
386- min-height : 30 px ;
386+ min-width : 26.5 px ;
387+ min-height : 26.5 px ;
387388 background : var (--wow-bg );
388389 border-radius : var (--wow-border-radius );
389390 border : 1px solid var (--wow-border );
You can’t perform that action at this time.
0 commit comments