mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Initial
This commit is contained in:
parent
593105b163
commit
7bc5ea4910
12 changed files with 198 additions and 5 deletions
16
styles/less/sheets/activeEffects/armorEffects.less
Normal file
16
styles/less/sheets/activeEffects/armorEffects.less
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.application.sheet.daggerheart.dh-style.armor-effect-config {
|
||||
.armor-effects-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
|
||||
.armor-effect-container {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
|
||||
* {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -44,3 +44,4 @@
|
|||
@import './actions/actions.less';
|
||||
|
||||
@import './activeEffects/activeEffects.less';
|
||||
@import './activeEffects/armorEffects.less';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue