CSS writing and tweaks

This commit is contained in:
Oliver-Akins 2023-11-26 01:30:45 -07:00
parent 32bc59088b
commit 98af0683c3
13 changed files with 281 additions and 117 deletions

View file

@ -1,3 +1,20 @@
@use "./vars/index" as *;
@use "./vars.scss" as *;
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans&display=swap');
.dotdungeon {
--breakpoint-medium: 700px;
--breakpoint-small: 550px;
--breakpoint-extra-small: 400px;
container-type: size;
> .window-content {
padding: 0;
background: $background;
}
}
@import "./sheets/partials/stat.scss";
@import "./sheets/actor/mvp.scss";