mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
16 lines
324 B
Text
16 lines
324 B
Text
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|