File tree Expand file tree Collapse file tree 2 files changed +16
-11
lines changed
site-kit/src/lib/components Expand file tree Collapse file tree 2 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 327
327
justify-content : flex-end ;
328
328
}
329
329
330
- .option input {
331
- background : transparent ;
332
- border : 1px solid var (--sk-border );
333
- border-radius : var (--sk-border-radius );
334
- color : currentColor ;
335
- width : 0 ;
336
- flex : 1 ;
337
- padding : 0.2rem 0.6rem ;
338
- height : 3.2rem ;
339
- font : var (--sk-font-ui-medium );
330
+ .option {
331
+ height : 3.6rem ;
332
+
333
+ input {
334
+ background : transparent ;
335
+ border : none ;
336
+ border-radius : var (--sk-border-radius );
337
+ color : currentColor ;
338
+ width : 0 ;
339
+ flex : 1 ;
340
+ padding : 0.2rem 0.6rem ;
341
+ height : 3.2rem ;
342
+ font : var (--sk-font-ui-medium );
343
+ margin : -0.5rem -0.6rem -0.5rem 1rem ;
344
+ text-align : right ;
345
+ }
340
346
}
341
347
342
348
svg {
Original file line number Diff line number Diff line change 19
19
-webkit-appearance : none ;
20
20
appearance : none ;
21
21
border : transparent ;
22
- margin : 0 0.6em 0 0 ;
23
22
}
24
23
25
24
input [type = ' checkbox' ]::before {
You can’t perform that action at this time.
0 commit comments