Login Function added
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user