Get the layout for the general tab implemented (closes #142)
This commit is contained in:
parent
df316c68f3
commit
194eba779d
6 changed files with 56 additions and 25 deletions
8
styles/v3/elements/panel.scss
Normal file
8
styles/v3/elements/panel.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
@use "../mixins/material" as material;
|
||||
|
||||
.dotdungeon.style-v3 > .window-content {
|
||||
.panel {
|
||||
@include material.elevate(2);
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue