From b7207c6eaf2a5ca069e40f70e20fecce6a14f5fb Mon Sep 17 00:00:00 2001 From: dpschen Date: Thu, 4 Nov 2021 16:32:00 +0000 Subject: [PATCH] chore: remove some unused notification styles (#953) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/953 Co-authored-by: dpschen Co-committed-by: dpschen --- 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 {