final fixes
This commit is contained in:
@ -8,6 +8,7 @@ body
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: rgb(56, 18, 114);
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#container
|
||||
@ -49,11 +50,8 @@ input
|
||||
|
||||
#logo
|
||||
{
|
||||
background-image: url("/html/assets/logo.svg");
|
||||
height: 80px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
margin-bottom: 30px;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
#form
|
||||
@ -112,6 +110,20 @@ input:focus, select:focus
|
||||
background-color: rgb(47, 47, 47);
|
||||
box-shadow: rgba(0, 0, 0, 0.25) 0px -2px inset;
|
||||
margin-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
min-height: 44px;
|
||||
}
|
||||
|
||||
#flood:active
|
||||
{
|
||||
background-color: rgb(42, 42, 42);
|
||||
box-shadow: none;
|
||||
margin-top: 4px;
|
||||
min-height: 42px;
|
||||
}
|
||||
|
||||
#text
|
||||
{
|
||||
color: white;
|
||||
margin: 0px;
|
||||
font-weight: 700;
|
||||
}
|
Reference in New Issue
Block a user