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 {
|
.Checkbox {
|
||||||
height: 25px;
|
font-size: inherit;
|
||||||
width: 25px;
|
width: 1em;
|
||||||
vertical-align: bottom;
|
height: 1em;
|
||||||
|
border-radius: 0.25em;
|
||||||
}
|
}
|
|
@ -1,5 +1,6 @@
|
||||||
.Radio {
|
.Radio {
|
||||||
height: 25px;
|
font-size: inherit;
|
||||||
width: 25px;
|
width: 1em;
|
||||||
vertical-align: bottom;
|
height: 1em;
|
||||||
|
border-radius: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue