From 68b721e6923904118af390838675ad20c59495cb Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Thu, 4 Nov 2021 17:23:50 +0100 Subject: [PATCH] chore: remove some unused notification styles --- src/styles/theme/notification.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/styles/theme/notification.scss b/src/styles/theme/notification.scss index aaf83968c..9950b9606 100644 --- a/src/styles/theme/notification.scss +++ b/src/styles/theme/notification.scss @@ -5,14 +5,6 @@ .notifications { left: 0.5rem !important; bottom: 1rem !important; - - .notification-wrapper .notification { - border-radius: 0; - border-top-width: 0; - border-right-width: 0; - border-bottom-width: 0; - border-left-width: 0.4rem; - } } .message .message-body { -- 2.45.1