bundle, whitespace

This commit is contained in:
f0x 2021-07-08 16:57:48 +02:00
commit b76b3e7c47
2 changed files with 1 additions and 4 deletions

View file

@ -143,14 +143,13 @@ section.login form button {
grid-column: 2; grid-column: 2;
} }
input, select { input, select, textarea {
border: 1px solid #fafaff; border: 1px solid #fafaff;
color: #fafaff; color: #fafaff;
background: #525c66; background: #525c66;
width: 100%; width: 100%;
} }
footer { footer {
align-self: end; align-self: end;
@ -159,7 +158,6 @@ footer {
grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr;
} }
footer a { footer a {
font-weight: bold; font-weight: bold;
} }

View file

@ -158,7 +158,6 @@ input, select, textarea {
width: 100%; width: 100%;
} }
footer { footer {
align-self: end; align-self: end;