mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-11 03:27:08 +01:00
Fixed radiobuttons being missplaced
This commit is contained in:
parent
2496440301
commit
b873022c98
1 changed files with 3 additions and 0 deletions
|
|
@ -54,6 +54,9 @@
|
||||||
|
|
||||||
input[type='checkbox'],
|
input[type='checkbox'],
|
||||||
input[type='radio'] {
|
input[type='radio'] {
|
||||||
|
height: 20px;
|
||||||
|
width: 20px;
|
||||||
|
|
||||||
&:checked::after {
|
&:checked::after {
|
||||||
color: light-dark(@dark, @golden);
|
color: light-dark(@dark, @golden);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue