mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Added an app to work on campaign frame things in
This commit is contained in:
parent
bae9006f64
commit
044ecd9d55
12 changed files with 187 additions and 1 deletions
32
styles/less/dialog/campaign-frame/sheet.less
Normal file
32
styles/less/dialog/campaign-frame/sheet.less
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
.application.daggerheart.dh-style.campaign-frame {
|
||||
.campaign-frames-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
.campaign-frame-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
.information-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
|
||||
label {
|
||||
font-size: var(--font-size-20);
|
||||
}
|
||||
|
||||
.subtext {
|
||||
color: var(--beige-50);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.italic {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -42,3 +42,5 @@
|
|||
@import './character-reset/sheet.less';
|
||||
|
||||
@import './compendiumBrowserPackDialog/sheet.less';
|
||||
|
||||
@import './campaign-frame/sheet.less';
|
||||
Loading…
Add table
Add a link
Reference in a new issue