Login Function added

This commit is contained in:
brausjonas
2023-05-16 19:22:54 +02:00
parent 2da3e62c15
commit bd6ec7b21f
6 changed files with 99 additions and 88 deletions
+13 -11
View File
@@ -8,19 +8,22 @@
--background-end-rgb: 255, 255, 255;
}
/**
Page Layouts
*/
body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
to bottom,
transparent,
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
.login-window
{
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
align-items: center;
}
body
{
height: 100vh;
}
/*
@@ -397,7 +400,6 @@ Login
border-radius: 5px;
font-family: Arial, serif;
font-size: 16px;
font-color: black;
}
.border{
@@ -407,7 +409,7 @@ Login
border-radius: 5px;
border-width: 2px;
border-color: #1e2428;
gap: 10px;
/*gap: 10px;*/
}
.placement {
display: flex;