From dc64e9c3ba297a0a441d109277937cbf237afa10 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 26 Nov 2021 22:23:58 +0100 Subject: [PATCH] chore: cleanup --- src/styles/theme/_index.scss | 1 - src/styles/theme/notification.scss | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 src/styles/theme/notification.scss diff --git a/src/styles/theme/_index.scss b/src/styles/theme/_index.scss index ef071916d..b3eb47e0a 100644 --- a/src/styles/theme/_index.scss +++ b/src/styles/theme/_index.scss @@ -7,5 +7,4 @@ @import "form"; @import "link-share"; @import "loading"; -@import "notification"; @import "flatpickr"; \ No newline at end of file diff --git a/src/styles/theme/notification.scss b/src/styles/theme/notification.scss deleted file mode 100644 index 9950b9606..000000000 --- a/src/styles/theme/notification.scss +++ /dev/null @@ -1,12 +0,0 @@ -.notification { - border: $thickness solid $border; -} - -.notifications { - left: 0.5rem !important; - bottom: 1rem !important; -} - -.message .message-body { - border: $thickness solid; -}