mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
26 lines
524 B
Text
26 lines
524 B
Text
.combat-sidebar {
|
|
.encounter-controls.combat {
|
|
justify-content: space-between;
|
|
|
|
.encounter-title {
|
|
text-align: left;
|
|
flex: none;
|
|
}
|
|
|
|
.encounter-battlepoints {
|
|
display: flex;
|
|
cursor: help;
|
|
color: light-dark(@dark, @beige);
|
|
}
|
|
|
|
.inner-controls {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 4px;
|
|
}
|
|
|
|
.control-buttons {
|
|
width: min-content;
|
|
}
|
|
}
|
|
}
|