mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Stuff
This commit is contained in:
parent
1fea8438ba
commit
7af3f07a26
14 changed files with 260 additions and 16 deletions
|
|
@ -51,3 +51,4 @@
|
|||
@import './character-reset/sheet.less';
|
||||
|
||||
@import './compendiumBrowserPackDialog/sheet.less';
|
||||
@import './levelup-options-dialog/sheet.less';
|
||||
32
styles/less/dialog/levelup-options-dialog/sheet.less
Normal file
32
styles/less/dialog/levelup-options-dialog/sheet.less
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue