forked from GitHub-Mirrors/foundry-sw5e
Integrate changes from the Prof
Received as-is changes from the Prof.
This commit is contained in:
parent
cacc43740e
commit
b3344ba8b9
19 changed files with 490 additions and 30 deletions
|
@ -34,6 +34,28 @@ body.light-theme {
|
|||
border: 1px solid @blockquoteBorder;
|
||||
box-shadow: @blockquoteShadow;
|
||||
}
|
||||
|
||||
.sw5e.sheet.actor {
|
||||
.swalt-sheet {
|
||||
.panel.resources {
|
||||
.traits {
|
||||
.fuel-wrapper {
|
||||
.fuel-label {
|
||||
background: #D6D6D6;
|
||||
color: #1C1C1C;
|
||||
border: 1px solid #1C1C1C;
|
||||
}
|
||||
.fuel {
|
||||
background: #c40f0f;
|
||||
.fuel-bar {
|
||||
background: #0dce0d;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
border-width: 0 0 1px 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue