From 6c8fc99d5a602cb0a38dc0bdbe906e228a6a7cc7 Mon Sep 17 00:00:00 2001 From: shpuld Date: Thu, 9 Mar 2017 01:09:23 +0200 Subject: Make style setter create an often used base03-border class, use that class in notifications, navpanel and statuses. --- src/components/notifications/notifications.scss | 3 ++- src/components/notifications/notifications.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/components/notifications') diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 6ad7ec1e..37ae67ef 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -33,7 +33,8 @@ // which does not happen with 10px vs 4px + 6px. padding: 0.4em 0 0 10px; display: flex; - border-bottom: 1px solid silver; + border-bottom: 1px solid; + border-bottom-color: inherit; .text { diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 91f6cfdc..661d842c 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -6,7 +6,7 @@ Notifications -
+