Migrated stats page to scss
This commit is contained in:
15
rpg-docs/client/views/character/stats/hitDice/hitDice.css
Normal file
15
rpg-docs/client/views/character/stats/hitDice/hitDice.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.hit-dice paper-icon-button {
|
||||
display: block;
|
||||
height: 32px;
|
||||
padding: 0;
|
||||
width: 32px;
|
||||
}
|
||||
|
||||
.hit-dice paper-icon-button[disabled] {
|
||||
color: rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
|
||||
.hit-dice paper-icon-button /deep/ core-icon {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
Reference in New Issue
Block a user