From 16b7610b7879f775197829ef37ed45f46734810d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Sat, 30 Jul 2022 19:54:40 +0300 Subject: [PATCH] Add box shadow to #scroll-to-top --- resources/css/main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/main.scss b/resources/css/main.scss index 04ab786..e55b7f2 100644 --- a/resources/css/main.scss +++ b/resources/css/main.scss @@ -227,6 +227,7 @@ a { border: none; border-radius: 50%; background-color: variables.$clr_brand; + box-shadow: white 0 0 50px -5px; img { height: 100%;