daggerheart/styles/dialog.less
2025-05-22 16:53:39 +02:00

12 lines
No EOL
200 B
Text

.item-button {
&.checked {
background: green;
}
.item-icon {
opacity: 0;
transition: opacity 0.2s;
&.checked {
opacity: 1;
}
}
}