mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
Added immunity for hidden and SRD additions for immunity
This commit is contained in:
parent
397879d39d
commit
f810653059
10 changed files with 131 additions and 21 deletions
|
|
@ -1,6 +1,18 @@
|
|||
.theme-light .daggerheart.placeable-hud {
|
||||
.status-effects .effect-control {
|
||||
filter: none;
|
||||
.status-effects {
|
||||
.effect-control {
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.effect-control-container {
|
||||
.effect-control {
|
||||
filter: none;
|
||||
}
|
||||
|
||||
.effect-control-disabled-marker {
|
||||
color: @red;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -21,4 +33,25 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.status-effects {
|
||||
.effect-control-container {
|
||||
position: relative;
|
||||
|
||||
.effect-control-disabled-marker {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
top: -1px;
|
||||
left: 1px;
|
||||
color: @medium-red;
|
||||
font-weight: 700;
|
||||
font-size: 2.1em;
|
||||
rotate: 29deg;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue