1
Fork 0
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:
Stefano Pigozzi 2021-04-27 17:14:01 +02:00
parent e706a85095
commit 82dd89a1aa
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01
2 changed files with 9 additions and 7 deletions

View file

@ -1,5 +1,6 @@
.Checkbox { .Checkbox {
height: 25px; font-size: inherit;
width: 25px; width: 1em;
vertical-align: bottom; height: 1em;
border-radius: 0.25em;
} }

View file

@ -1,5 +1,6 @@
.Radio { .Radio {
height: 25px; font-size: inherit;
width: 25px; width: 1em;
vertical-align: bottom; height: 1em;
border-radius: 0.25em;
} }