21 lines
283 B
CSS
21 lines
283 B
CSS
#spells .containerMain {
|
|
padding: 0 0 16px 0;
|
|
}
|
|
|
|
#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;
|
|
}
|