Update Style for sheet, item list and tab + update ui + add svg dice

Update Style for sheet, item list and tab
Update ui
Add svg dice
This commit is contained in:
Mandar
2020-12-15 02:16:10 +01:00
parent a86a0f3ab6
commit 0b51804f21
83 changed files with 3752 additions and 615 deletions

View File

@@ -24,9 +24,16 @@
src: url("../fonts/ManoNegra.ttf") format("truetype");
}
// Font ArchitectsDaughter
@font-face {
font-family: "ArchitectsDaughter";
src: url("../fonts/ArchitectsDaughter.ttf") format("truetype");
}
$font-primary: "PatrickHand", sans-serif;
$font-secondary: "BrushtipTexe", sans-serif;
$font-tertiary: "ManoNegra", sans-serif;
$font-tertiary: "BrushtipTexe", sans-serif;
$font-quaternary: "ArchitectsDaughter", sans-serif;
$font-dice: "LogotypeL5r", sans-serif;
body {
@@ -41,10 +48,20 @@ h4 {
h1 {
font-size: 2rem;
}
h2 {
font-size: 1.5rem;
}
h3 {
font-size: 1.25rem;
}
h4 {
font-size: 1.25rem;
}
p {
font-family: $font-quaternary;
}
i.strife,
i.success,
i.explosive,