mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Added implementation of unstoppable * Forgot to add the updated Unstoppable Feature itself * Added immunity for hidden and SRD additions for immunity
57 lines
1.2 KiB
Text
57 lines
1.2 KiB
Text
.theme-light .daggerheart.placeable-hud {
|
|
.status-effects {
|
|
.effect-control {
|
|
filter: none;
|
|
}
|
|
|
|
.effect-control-container {
|
|
.effect-control {
|
|
filter: none;
|
|
}
|
|
|
|
.effect-control-disabled-marker {
|
|
color: @red;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.daggerheart.placeable-hud {
|
|
.col.right {
|
|
.palette {
|
|
.palette-category-title {
|
|
grid-column: span var(--effect-columns);
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.clown-car img {
|
|
transition: 0.5s;
|
|
|
|
&.flipped {
|
|
transform: scaleX(-1);
|
|
}
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|