diff --git a/styles/notifications.less b/styles/notifications.less index 62cfc2cf..5e1c6ba6 100644 --- a/styles/notifications.less +++ b/styles/notifications.less @@ -7,7 +7,7 @@ atom-notifications { } atom-notification { - padding: 0 !important; + padding: 0; border-radius: 0 0.125rem 0.125rem 0; .content { @@ -18,11 +18,9 @@ atom-notification { padding: 1.25rem 2rem; line-height: 2; } - .message + .detail { padding-top: 0; } - .detail + .meta { padding-top: 0; } @@ -52,11 +50,11 @@ atom-notification { } .close-all.btn { - height: 1.75rem !important; - line-height: 1.75rem !important; - border: none !important; - color: @text-color !important; - padding: 0 0.5rem !important; + height: 1.75rem; + line-height: 1.75rem; + border: none; + color: @text-color; + padding: 0 0.5rem; } &.icon::before { @@ -64,7 +62,7 @@ atom-notification { } .close, .close:hover { - color: @text-color !important; + color: @text-color; opacity: 1; } @@ -72,8 +70,8 @@ atom-notification { border-left: 0.125rem solid transparent; .content { - background-color: darken(@app-background-color, 5%) !important; - color: @text-color !important; + background-color: darken(@app-background-color, 5%); + color: @text-color; } .close-all.btn, .close-all.btn:hover {