mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
48 lines
1.3 KiB
Text
48 lines
1.3 KiB
Text
.combat-sidebar {
|
|
.encounter-controls.combat {
|
|
justify-content: space-between;
|
|
|
|
.encounter-fear-controls {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
|
|
.encounter-fear-dice-container {
|
|
display: flex;
|
|
gap: 2px;
|
|
|
|
.encounter-control-fear-container {
|
|
display: flex;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: black;
|
|
|
|
.dice {
|
|
height: 22px;
|
|
width: 22px;
|
|
}
|
|
|
|
.encounter-control-fear {
|
|
position: absolute;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.encounter-control-counter {
|
|
position: absolute;
|
|
right: -10px;
|
|
color: var(--color-text-secondary);
|
|
}
|
|
}
|
|
}
|
|
|
|
.encounter-countdowns {
|
|
color: var(--content-link-icon-color);
|
|
}
|
|
}
|
|
|
|
.control-buttons {
|
|
width: min-content;
|
|
}
|
|
}
|
|
}
|