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 "sass:color" as color;
|
||||
|
||||
.dotdungeon.dotdungeon > .window-content {
|
||||
.dotdungeon.dotdungeon:not(.style-v3) > .window-content {
|
||||
button {
|
||||
border-radius: 4px;
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.item--custom,
|
||||
.actor--mob {
|
||||
.item--custom:not(.style-v3),
|
||||
.actor--mob:not(.style-v3) {
|
||||
input {
|
||||
border: 2px solid black;
|
||||
background: none;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
$iconSizes: 12, 14, 16, 18, 20, 22, 24;
|
||||
|
||||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon {
|
||||
.dotdungeon.dotdungeon.dotdungeon.dotdungeon:not(.style-v3) {
|
||||
.icon {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
|
|
@ -14,4 +14,4 @@ $iconSizes: 12, 14, 16, 18, 20, 22, 24;
|
|||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue