css styling tweaks

This commit is contained in:
f0x 2021-07-08 16:18:59 +02:00
commit e947c8d1e4

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,14 @@ section.login {
}
}
input, select {
border: 1px solid $fg;
color: $fg;
background: $bg;
width: 100%;
}
footer {
align-self: end;