Begin work on the updated item sheet and get the tabs initialized (Closes #141)

This commit is contained in:
Oliver-Akins 2024-03-30 22:02:39 -06:00
parent be31e98dea
commit df316c68f3
12 changed files with 131 additions and 3 deletions

View file

@ -1,11 +1,17 @@
/* Themes */
@use "./themes/material.css";
@use "./themes/dark.css";
/* Element-Styling */
@use "./elements/button.scss";
@use "./elements/headers.scss";
@use "./elements/hr.scss";
@use "./elements/icons.scss";
@use "./elements/nav.scss";
/* Sheet Layouts */
@use "./layouts/datasheet.scss";
@use "./layouts/items/untyped.scss";
/* Sheet Options */
.dotdungeon.style-v3 {
@ -26,6 +32,8 @@
> .window-content {
padding: 0;
background: var(--sheet);
color: var(--on-sheet);
.debug-data {
opacity: 60%;