mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 09:32:33 +00:00
remove resistances text-indent now that we use span. Other cleanups for npc styling
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1738,33 +1738,21 @@ textarea {
|
||||
.sheet-section-core & {
|
||||
text-indent: 12.3em;
|
||||
}
|
||||
.sheet-section-npc & {
|
||||
text-indent: 12.2em;
|
||||
}
|
||||
}
|
||||
.sheet-damage-resistances & {
|
||||
.sheet-section-core & {
|
||||
text-indent: 11.5em;
|
||||
}
|
||||
.sheet-section-npc & {
|
||||
text-indent: 11em;
|
||||
}
|
||||
}
|
||||
.sheet-damage-immunities & {
|
||||
.sheet-section-core & {
|
||||
text-indent: 10.8em;
|
||||
}
|
||||
.sheet-section-npc & {
|
||||
text-indent: 10.7em;
|
||||
}
|
||||
}
|
||||
.sheet-condition-immunities & {
|
||||
.sheet-section-core & {
|
||||
text-indent: 11.2em;
|
||||
}
|
||||
.sheet-section-npc & {
|
||||
text-indent: 11.6em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1946,6 +1934,8 @@ textarea {
|
||||
select {
|
||||
background: transparent;
|
||||
color: inherit;
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.btn {
|
||||
@@ -1976,7 +1966,7 @@ textarea {
|
||||
.sheet-npc-content-wrap {
|
||||
background: url('http://i.imgur.com/hggz0ed.jpg') repeat;
|
||||
font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
||||
font-size: 1.2em;
|
||||
font-size: 14px;
|
||||
padding: .6em .3em;
|
||||
border: 1px #DDD solid;
|
||||
box-shadow: 0 0 1.5em #867453;
|
||||
@@ -2037,12 +2027,6 @@ textarea {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.sheet-saving-throws {
|
||||
input {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.sheet-skills {
|
||||
.repitem {
|
||||
flex-wrap: nowrap;
|
||||
|
||||
Reference in New Issue
Block a user