Begin working on a scoped CSS solution that uses a common design language across all sheets, and *just* does sheet-specific layout tasks
This commit is contained in:
parent
5c5a1a8b56
commit
eadaa53c75
32 changed files with 314 additions and 35 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@use "../../../vars" as *;
|
||||
@use "avatar" as *;
|
||||
|
||||
.dotdungeon .actor--mob {
|
||||
.dotdungeon:not(.style-v3) .actor--mob {
|
||||
--gap: 8px;
|
||||
--avatar-size: 100px;
|
||||
--row-height: calc((var(--avatar-size) - var(--gap)) / 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue