Begin working on the non-MVP character sheet
This commit is contained in:
parent
d74416c620
commit
6d2d02b077
10 changed files with 110 additions and 5 deletions
11
styles/sheets/actor/char-sheet/v2.scss
Normal file
11
styles/sheets/actor/char-sheet/v2.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
@use "./themes/dark.scss";
|
||||
|
||||
.dotdungeon .actor--pc {
|
||||
background: var(--sheet-bg);
|
||||
display: grid;
|
||||
grid-template-rows: 1fr minmax(min-content, 50px);
|
||||
|
||||
nav {
|
||||
background: var(--panel-bg);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue