mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
12 lines
No EOL
200 B
Text
12 lines
No EOL
200 B
Text
.item-button {
|
|
&.checked {
|
|
background: green;
|
|
}
|
|
.item-icon {
|
|
opacity: 0;
|
|
transition: opacity 0.2s;
|
|
&.checked {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
} |