input/select styling tweak

This commit is contained in:
f0x 2021-07-08 16:16:20 +02:00
commit 211ef37cf0

View file

@ -144,13 +144,6 @@ section.login {
grid-template-columns: auto 100%;
grid-gap: 0.7rem;
input {
border: 1px solid $fg;
color: $fg;
background: $bg;
width: 100%;
}
button {
place-self: center;
grid-column: 2;
@ -158,6 +151,13 @@ section.login {
}
}
input, select {
border: 1px solid $fg;
color: $fg;
background: $bg;
width: 100%;
}
footer {
align-self: end;