mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-25 06:24:19 +00:00
🔧 Change checkbox and radio sizing
This commit is contained in:
parent
e706a85095
commit
82dd89a1aa
2 changed files with 9 additions and 7 deletions
|
@ -1,5 +1,6 @@
|
|||
.Checkbox {
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
vertical-align: bottom;
|
||||
font-size: inherit;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
border-radius: 0.25em;
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
.Radio {
|
||||
height: 25px;
|
||||
width: 25px;
|
||||
vertical-align: bottom;
|
||||
font-size: inherit;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
border-radius: 0.25em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue