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
|
|
@ -2,7 +2,7 @@
|
|||
@use "../../mixins/foundry" as *;
|
||||
@use "../../vars" as *;
|
||||
|
||||
.dotdungeon .actor--pc-mvp .panel {
|
||||
.dotdungeon:not(.style-v3) .actor--pc-mvp .panel {
|
||||
display: grid;
|
||||
grid-template-rows: min-content 1fr;
|
||||
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
|
||||
@include bp-s {
|
||||
.dotdungeon .panel__header .icon {
|
||||
.dotdungeon:not(.style-v3) .panel__header .icon {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue