From 211ef37cf079f323622cbd751ad04be04203ea72 Mon Sep 17 00:00:00 2001 From: f0x Date: Thu, 8 Jul 2021 16:16:20 +0200 Subject: [PATCH] input/select styling tweak --- web/source/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/source/style.css b/web/source/style.css index 574293eda..f3915616c 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,13 @@ section.login { } } +input, select { + border: 1px solid $fg; + color: $fg; + background: $bg; + width: 100%; +} + footer { align-self: end;