mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 16:03:39 +02:00
Initial version
This commit is contained in:
parent
c1f7866594
commit
b053af21c6
13 changed files with 325 additions and 5 deletions
|
|
@ -52,6 +52,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
input[type='checkbox'] {
|
||||
&:indeterminate {
|
||||
&::before {
|
||||
content: '\f0fe';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
input[type='checkbox'],
|
||||
input[type='radio'] {
|
||||
height: 20px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue