From bca2bb09d5243cbbe555cadd8d556ce428cc8ea4 Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 2 Mar 2020 08:37:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index 6ee118f..86494db 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -380,6 +380,9 @@ div.form { border-radius: 5px; border: 1px solid #001858; background-color: #f3d2c1; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 14px 20px; +} + +div.shadow { + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } \ No newline at end of file