proper sizing on npc buttons. Better spacing on damage resistances and vulnerabilities

This commit is contained in:
Mark
2016-02-16 16:10:06 +01:00
parent 65aa8f22a5
commit 1af0348f45
2 changed files with 10 additions and 10 deletions
File diff suppressed because one or more lines are too long
+9 -9
View File
@@ -1753,34 +1753,34 @@ textarea {
.sheet-damage-vulnerabilities & {
.sheet-section-core & {
text-indent: 145px;
text-indent: 12.3em;
}
.sheet-section-npc & {
text-indent: 134px;
text-indent: 12.2em;
}
}
.sheet-damage-resistances & {
.sheet-section-core & {
text-indent: 136px;
text-indent: 11.5em;
}
.sheet-section-npc & {
text-indent: 125px;
text-indent: 11em;
}
}
.sheet-damage-immunities & {
.sheet-section-core & {
text-indent: 127px;
text-indent: 10.8em;
}
.sheet-section-npc & {
text-indent: 116px;
text-indent: 10.7em;
}
}
.sheet-condition-immunities & {
.sheet-section-core & {
text-indent: 133px;
text-indent: 11.2em;
}
.sheet-section-npc & {
text-indent: 122px;
text-indent: 11.6em;
}
}
}
@@ -1959,7 +1959,7 @@ textarea {
.btn {
&[type=roll] {
font-size: 12px !important;
font-size: 13px !important;
}
}