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 "../../vars" as *;
|
||||
|
||||
.dotdungeon .item--aspect {
|
||||
.dotdungeon:not(.style-v3) .item--aspect {
|
||||
padding: 4px;
|
||||
|
||||
input[type=text] {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.item--custom {
|
||||
.item--custom:not(.style-v3) {
|
||||
padding: 8px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@use "../../vars" as *;
|
||||
|
||||
.dotdungeon .item--pet {
|
||||
.dotdungeon:not(.style-v3) .item--pet {
|
||||
padding: 4px;
|
||||
|
||||
input[type=text] {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@use "../../vars" as *;
|
||||
|
||||
.dotdungeon .item--spell {
|
||||
.dotdungeon:not(.style-v3) .item--spell {
|
||||
padding: 4px;
|
||||
|
||||
input[type=text] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue