fixes pathing

feature/applicationv2
macniel 2025-10-17 18:29:08 +02:00
parent 69ceb48871
commit d0c2d74721
3 changed files with 7 additions and 7 deletions

View File

@ -1,21 +1,21 @@
@font-face { @font-face {
font-family: "Andalus"; font-family: "Andalus";
src: url("../../assets/fonts/andlso.ttf"); src: url("/systems/DSA_4-1/assets/fonts/andlso.ttf");
} }
@font-face { @font-face {
font-family: "Gentium"; font-family: "Gentium";
src: url("../../assets/fonts/GenBasR.ttf"); src: url("/systems/DSA_4-1/assets/fonts/GenBasR.ttf");
} }
@font-face { @font-face {
font-family: "Gentium"; font-family: "Gentium";
src: url("../../assets/fonts/GenBasI.ttf"); src: url("/systems/DSA_4-1/assets/fonts/GenBasI.ttf");
font-style: italic; font-style: italic;
} }
@font-face { @font-face {
font-family: "Gentium"; font-family: "Gentium";
src: url("../../assets/fonts/GenBasB.ttf"); src: url("/systems/DSA_4-1/assets/fonts/GenBasB.ttf");
font-weight: bold; font-weight: bold;
} }

View File

@ -60,7 +60,7 @@
left: 0; left: 0;
top: 0; top: 0;
bottom: 0; bottom: 0;
background: url('../../assets/gradient.png'); background: url('/systems/DSA_4-1/assets/gradient.png');
background-size: 32px 100%; background-size: 32px 100%;
&::after { &::after {

View File

@ -317,7 +317,7 @@
.filled-segment { .filled-segment {
border: 1px solid black; border: 1px solid black;
background-image: url('../../assets/gradient.png'); background-image: url('/systems/DSA_4-1/assets/gradient.png');
background-size: 24px 100%; background-size: 24px 100%;
position: relative; position: relative;
flex: 1; flex: 1;
@ -333,7 +333,7 @@
.empty-segment { .empty-segment {
border: 1px solid black; border: 1px solid black;
background-image: url('../../assets/gradient.png'); background-image: url('/systems/DSA_4-1/assets/gradient.png');
background-size: 32px 100%; background-size: 32px 100%;
position: relative; position: relative;
flex: 1; flex: 1;