better styling for action name

This commit is contained in:
Mark
2016-02-21 11:44:54 +01:00
parent 6d267b806b
commit 1f8b2cbc34
2 changed files with 5 additions and 2 deletions
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -1569,12 +1569,15 @@ span[class^='sheet-toggle-spells-filter'] {
.sheet-spell-name,
.sheet-creature-name {
border: 0;
color: $deep-red;
font-family: 'Times New Roman';
font-size: 17px;
font-weight: bold;
padding: 0 !important;
}
.sheet-spell-name,
.sheet-creature-name {
color: $deep-red;
}
input[class^='sheet-toggle']:checked + span[class^='sheet-toggle'] {
background-color: $deep-green;