Get the layout for the general tab implemented (closes #142)

This commit is contained in:
Oliver-Akins 2024-03-30 22:16:03 -06:00
parent df316c68f3
commit 194eba779d
6 changed files with 56 additions and 25 deletions

View file

@ -0,0 +1,8 @@
@use "../mixins/material" as material;
.dotdungeon.style-v3 > .window-content {
.panel {
@include material.elevate(2);
border-radius: 4px;
}
}