First implementation of sveltekit for webinterface

This commit is contained in:
Infi
2025-09-20 16:07:46 +02:00
parent 9b3e3f79e3
commit 94b345c6a3
40 changed files with 3074 additions and 97 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -1,6 +1,7 @@
/* fonts */
@font-face {
font-family: Lodestone;
/*noinspection CssUnknownTarget*/
src: url('/files/FFXIV_Lodestone_SSF.ttf') format('truetype');
unicode-range: U+E020-E0DB;
}
@@ -82,7 +83,7 @@ body > main.auth {
input { width: 150px; }
input, button {
input, .submitButton {
padding: 5px 20px;
font-size: 1rem;
border: 3px solid transparent;
@@ -94,7 +95,7 @@ body > main.auth {
}
}
button {
.submitButton {
padding: 5px 15px;
border: 3px solid var(--bg-input);
background-image: var(--gradient-clickable);