mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
* Added Dh classes to ActiveEffect/ActiveEffectConfig with some initial logic * TabFormFooter styling update * Lowered tab-form-footer padding
13 lines
240 B
Text
13 lines
240 B
Text
.sheet.daggerheart.dh-style {
|
|
.tab-form-footer {
|
|
display: flex;
|
|
padding: 0 10px;
|
|
position: relative;
|
|
bottom: -32px;
|
|
|
|
button {
|
|
flex: 1;
|
|
border-width: 2px;
|
|
}
|
|
}
|
|
}
|