mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
18 lines
371 B
Text
18 lines
371 B
Text
.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);
|
|
}
|
|
}
|
|
}
|
|
}
|