add folder structure to Typescript and CSS file

This commit is contained in:
luisa.bellitto 2025-06-14 16:19:59 +02:00 committed by Luisa Bellitto
parent 912b0a2b4c
commit 796eacb802
4 changed files with 10 additions and 10 deletions

View file

@ -6,5 +6,5 @@
--Rotkehlchen-yellow-default: #FED640;
--Rotkehlchen-yellow-hover: #EAC22A;
--Rotkehlchen-orange-default: #e79a0e;
--gradient-blue-backround-mobile: linear-gradient(270deg, rgba(20, 15, 86, 0.27) 0%, rgba(20, 15, 86, 0.58) 24%, rgba(20, 15, 86, 0.74) 43%, rgba(17, 13, 71, 0.82) 56%, rgba(13, 10, 56, 0.90) 68%), url('../public/assets/images/BirdsSky.jpg') lightgray 50% / cover no-repeat;
--gradient-blue-backround-mobile: linear-gradient(270deg, rgba(20, 15, 86, 0.27) 0%, rgba(20, 15, 86, 0.58) 24%, rgba(20, 15, 86, 0.74) 43%, rgba(17, 13, 71, 0.82) 56%, rgba(13, 10, 56, 0.90) 68%), url('../../public/assets/images/BirdsSky.jpg') lightgray 50% / cover no-repeat;
}

View file

@ -2,7 +2,7 @@
font-family: "Lora";
font-style: normal;
font-weight: 400;
src: url(../public/assets/fonts/Lora/Lora-VariableFont_wght.ttf);
src: url(../../public/assets/fonts/Lora/Lora-VariableFont_wght.ttf);
unicode-range: U+00-52F, U+1E00-1FFF, U+2200-22FF;
}
.title-h1 {
@ -32,7 +32,7 @@ h1 {
@font-face {
font-family: "Inter";
font-style: normal;
src: url(../public/assets/fonts/Inter/static/Inter_24pt-Medium.ttf);
src: url(../../public/assets/fonts/Inter/Inter-VariableFont_opsz\,wght.ttf);
}
.body-l,
.body-m {