From ba3577adf6572ff43194a2ae26afc5c198061eea Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 19 May 2018 21:13:41 -0600 Subject: [PATCH] Add notifications sass --- resources/assets/sass/components/notifications.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/assets/sass/components/notifications.scss diff --git a/resources/assets/sass/components/notifications.scss b/resources/assets/sass/components/notifications.scss new file mode 100644 index 000000000..b716ce549 --- /dev/null +++ b/resources/assets/sass/components/notifications.scss @@ -0,0 +1,8 @@ +.notification-page .list-group-item { + border-left: 0 !important; + border-right: 0 !important; + border-bottom: 0 !important; + background: transparent; + padding-top: 1rem; + padding-bottom: 1rem; +} \ No newline at end of file