From ea1855485c12f2542f7c45fc513b60151faf7610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Thu, 15 Feb 2024 01:27:05 +0100 Subject: [PATCH] css fixes --- .../pages/archivePage/archivePage.less | 28 +++---------------- 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/client/homebrew/pages/archivePage/archivePage.less b/client/homebrew/pages/archivePage/archivePage.less index 7e10c2ef3..0f51d3a4a 100644 --- a/client/homebrew/pages/archivePage/archivePage.less +++ b/client/homebrew/pages/archivePage/archivePage.less @@ -97,11 +97,12 @@ body { } &.noBrews { - display:grid; - place-items:center; + display: grid; + place-items: center; + color: white; } - .brewCount { + .totalBrews { position: fixed; bottom: 0; right: 17px; @@ -112,27 +113,6 @@ body { padding: 8px 10px; z-index: 1000; font-family: 'Open Sans'; - - &:empty { - display: none; - } - } - - .limit { - position: fixed; - bottom: 0; - left: 502px; - font-size: 11px; - font-weight: 800; - color: white; - background-color: #333; - padding: 8px 10px; - z-index: 1000; - font-family: 'Open Sans'; - - &:empty { - display: none; - } } .brewItem { background-image: url('/assets/parchmentBackground.jpg');