17 lines
233 B
CSS
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;
|
|
}
|