This commit is contained in:
Magnus Åhall 2023-06-15 14:12:35 +02:00
parent 79288b0483
commit b8a673fb0a
7 changed files with 148 additions and 29 deletions

View file

@ -3,10 +3,8 @@
justify-items: center;
height: 100%;
}
#login div {
#login input {
max-width: 300px;
}
#login div input {
margin-bottom: 32px;
width: 100%;
border: 0px;
@ -15,6 +13,15 @@
color: #fff;
background-color: #494949;
}
#login div input:focus {
#login input:focus {
outline: none;
}
#login button {
max-width: 300px;
border: 1px solid #666;
background: #494949;
color: #fff;
padding: 16px 32px;
font-size: 0.8em;
align-self: center;
}