mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +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='radio'] {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
|
||||
&:checked::after {
|
||||
color: light-dark(@dark, @golden);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue