Files
DiceCloud/rpg-docs/client/views/character/spells/spells.css
2015-02-16 10:38:38 +00:00

17 lines
233 B
CSS

#spells .inventoryItem {
height: 56px;
}
#spells .inventoryItem core-icon{
width: 32px;
height: 32px;
}
#spells .inventoryItem paper-checkbox{
pointer-events: initial;
}
#spells paper-checkbox /deep/ #ink {
color: #009688;
}