mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
32 lines
No EOL
699 B
Text
32 lines
No EOL
699 B
Text
.daggerheart.dh-style.dialog.levelup-options-dialog {
|
|
.dialog-title {
|
|
font-size: var(--font-size-32);
|
|
color: light-dark(@dark-blue, @golden);
|
|
text-align: center;
|
|
}
|
|
|
|
.tier-tools {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
margin-bottom: 8px;
|
|
|
|
button {
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.tier-container {
|
|
padding: 0 4px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
|
|
.tier-title {
|
|
font-size: var(--font-size-18);
|
|
color: light-dark(@dark-blue, @golden);
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
}
|
|
} |