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,6 +1,6 @@
|
|||
@use "../../../mixins/breakpoints" as *;
|
||||
|
||||
.dotdungeon {
|
||||
:not(.style-v3).dotdungeon {
|
||||
.actor--basic-sync {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
|
||||
@include bp-xs {
|
||||
.dotdungeon {
|
||||
:not(.style-v3).dotdungeon {
|
||||
&--sync-sheet {
|
||||
header {
|
||||
.configure-sheet {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue