mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
Add multiple conditions handler + update Bare Bones domain card
This commit is contained in:
parent
af3a415e56
commit
4a63836c0d
8 changed files with 213 additions and 38 deletions
|
|
@ -74,13 +74,13 @@ body.game:is(.performance-low, .noblur) {
|
|||
grid-template-columns: 12fr 7fr 7fr 4fr 1fr;
|
||||
}
|
||||
|
||||
&.conditional {
|
||||
header, ol {
|
||||
grid-template-columns: 12fr 7fr 10fr 3fr;
|
||||
scrollbar-gutter: unset;
|
||||
overflow: unset;
|
||||
}
|
||||
}
|
||||
// &.conditional {
|
||||
// header, ol {
|
||||
// grid-template-columns: 12fr 7fr 10fr 3fr;
|
||||
// scrollbar-gutter: unset;
|
||||
// overflow: unset;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue