mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
Added Dh classes to ActiveEffect/ActiveEffectConfig with some initial logic
This commit is contained in:
parent
7799f4f1eb
commit
a806e1f9bb
16 changed files with 226 additions and 0 deletions
|
|
@ -143,6 +143,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.two-columns {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 2fr;
|
||||
gap: 10px;
|
||||
|
||||
&.even {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
line-div {
|
||||
display: block;
|
||||
height: 1px;
|
||||
|
|
|
|||
11
styles/less/global/tab-form-footer.less
Normal file
11
styles/less/global/tab-form-footer.less
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.sheet.daggerheart.dh-style {
|
||||
.tab-form-footer {
|
||||
display: flex;
|
||||
padding: 0 8px 0 12px;
|
||||
|
||||
button {
|
||||
flex: 1;
|
||||
border-width: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue