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

@ -5,22 +5,29 @@
justify-items: center;
height: 100%;
div {
input {
max-width: 300px;
margin-bottom: 32px;
width: 100%;
border: 0px;
border-bottom: 1px solid #fff;
input {
margin-bottom: 32px;
width: 100%;
border: 0px;
border-bottom: 1px solid #fff;
font-size: 18pt;
color: #fff;
background-color: @background;
&:focus {
outline: none;
}
font-size: 18pt;
color: #fff;
background-color: @background;
&:focus {
outline: none;
}
}
button {
max-width: 300px;
border: 1px solid #666;
background: @background;
color: #fff;
padding: 16px 32px;
font-size: 0.8em;
align-self: center;
}
}