From b0e222dcd5dd483521e0db2ef125506af0444e7a Mon Sep 17 00:00:00 2001 From: Kurt Lourens Date: Wed, 19 Jun 2024 22:39:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20styling=20diff=20on=20rele?= =?UTF-8?q?ase?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/scss/_form.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/scss/_form.scss b/src/web/scss/_form.scss index 99e4842..e8f3107 100644 --- a/src/web/scss/_form.scss +++ b/src/web/scss/_form.scss @@ -62,11 +62,11 @@ } } -.floating-button { +button.floating-button { position: fixed; bottom: 2em; right: 2em; border-radius: 100%; padding: 1.5em 0.85em; z-index: 2; -} +} \ No newline at end of file