mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Added prettier with automatic useage on pre-commit to avoid style breakage * Ran Prettier on the project
12 lines
197 B
Text
12 lines
197 B
Text
.item-button {
|
|
&.checked {
|
|
background: green;
|
|
}
|
|
.item-icon {
|
|
opacity: 0;
|
|
transition: opacity 0.2s;
|
|
&.checked {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|