First implementation of sveltekit for webinterface
This commit is contained in:
+7
File diff suppressed because one or more lines are too long
+6
File diff suppressed because one or more lines are too long
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user