Begin work on the updated item sheet and get the tabs initialized (Closes #141)
This commit is contained in:
parent
be31e98dea
commit
df316c68f3
12 changed files with 131 additions and 3 deletions
23
styles/v3/layouts/items/untyped.scss
Normal file
23
styles/v3/layouts/items/untyped.scss
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
@use "../../mixins/material";
|
||||
|
||||
.dotdungeon.style-v3 .item--untyped {
|
||||
.nav-bar {
|
||||
@include material.elevate(8);
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 6px;
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.page-content {
|
||||
padding: 8px;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue