From 242fbfaaa78ec47ab4aef85163e37228c0d4192b Mon Sep 17 00:00:00 2001 From: Jiiks Date: Wed, 22 Aug 2018 01:35:46 +0300 Subject: [PATCH] Match notifications with context menu style --- client/src/styles/partials/generic/notifications.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/client/src/styles/partials/generic/notifications.scss b/client/src/styles/partials/generic/notifications.scss index 1722ac58..d6fd0e55 100644 --- a/client/src/styles/partials/generic/notifications.scss +++ b/client/src/styles/partials/generic/notifications.scss @@ -6,12 +6,12 @@ .bd-notificationContainer { position: relative; - background: #202225; + background: #18191c; width: 280px; height: 130px; top: 30px; border-radius: 5px; - box-shadow: 0 0 20px #202225; + box-shadow: 0 0 20px #18191c; .bd-notificationHeader { height: 10px; @@ -70,6 +70,10 @@ padding: 5px; justify-content: flex-end; + &:not(:empty) { + border-top: 1px solid hsla(0, 0%, 96.1%, .08) + } + .bd-notificationBtn { cursor: pointer; height: 10px; @@ -79,11 +83,10 @@ color: #aeaeae; padding: 5px 10px; border-radius: 3px; - background: rgba(0, 0, 0, .2); + background: transparent; margin-left: 5px; &:hover { - background: rgba(0, 0, 0, .3); color: #fff; } }