Files
DiceCloud/rpg-docs/client/views/character/spells/spellsLibraryDialog/spellLibraryDialog.css
Stefan Zermatten e4ac400cbd Replaced spell library spell selection highlighting with checkboxes
Makes it more intuitive that multiple items can be selected
2017-09-08 09:47:43 +02:00

12 lines
235 B
CSS

.spell-library-dialog .category-header {
font-size: 16px;
}
.spell-library-dialog .category-header iron-icon {
transition: transform 0.3s ease;
}
.spell-library-dialog .category-header iron-icon.open {
transform: rotate(90deg);
}