mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Initial commit
This commit is contained in:
commit
aa4021d1a2
163 changed files with 26530 additions and 0 deletions
12
styles/dialog.less
Normal file
12
styles/dialog.less
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.item-button {
|
||||
&.checked {
|
||||
background: green;
|
||||
}
|
||||
.item-icon {
|
||||
opacity: 0;
|
||||
transition: opacity 0.2s;
|
||||
&.checked {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue