From 6c8fc99d5a602cb0a38dc0bdbe906e228a6a7cc7 Mon Sep 17 00:00:00 2001 From: shpuld Date: Thu, 9 Mar 2017 01:09:23 +0200 Subject: [PATCH] Make style setter create an often used base03-border class, use that class in notifications, navpanel and statuses. --- src/components/nav_panel/nav_panel.vue | 3 ++- src/components/notifications/notifications.scss | 3 ++- src/components/notifications/notifications.vue | 2 +- src/components/status/status.js | 7 ++++++- src/components/status/status.vue | 8 ++++++-- src/services/style_setter/style_setter.js | 1 + 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue index 85ed163c..240d7ae3 100644 --- a/src/components/nav_panel/nav_panel.vue +++ b/src/components/nav_panel/nav_panel.vue @@ -1,7 +1,7 @@