From e947c8d1e41ea19a90e9022d55227cdcd9358d7e Mon Sep 17 00:00:00 2001 From: f0x Date: Thu, 8 Jul 2021 16:18:59 +0200 Subject: [PATCH] css styling tweaks --- web/source/style.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/web/source/style.css b/web/source/style.css index 574293eda..3621d4a6a 100644 --- a/web/source/style.css +++ b/web/source/style.css @@ -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;