From 767a39d904e1e936e7a6c16b814530c97fda7b9d Mon Sep 17 00:00:00 2001 From: woothu <32914662+woothu@users.noreply.github.com> Date: Wed, 16 Oct 2019 16:17:34 +0200 Subject: [PATCH] fix: fix template styles --- src/containers/TheHeader.vue | 3 ++- src/containers/TheHeaderDropdownAccnt.vue | 16 ++++++++-------- src/containers/TheSidebar.vue | 5 +++-- src/containers/_nav.js | 6 +++--- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/src/containers/TheHeader.vue b/src/containers/TheHeader.vue index bc237460..e17500ae 100644 --- a/src/containers/TheHeader.vue +++ b/src/containers/TheHeader.vue @@ -1,6 +1,7 @@ - + Account Updates - {{ itemsCount }} + {{ itemsCount }} Messages - {{ itemsCount }} + {{ itemsCount }} Tasks - {{ itemsCount }} + {{ itemsCount }} Comments - {{ itemsCount }} + {{ itemsCount }} Settings @@ -51,11 +51,11 @@ Payments - {{ itemsCount }} + {{ itemsCount }} Projects - {{ itemsCount }} + {{ itemsCount }} diff --git a/src/containers/TheSidebar.vue b/src/containers/TheSidebar.vue index 8badf6e9..b983e8ce 100644 --- a/src/containers/TheSidebar.vue +++ b/src/containers/TheSidebar.vue @@ -2,6 +2,7 @@ @@ -27,7 +28,7 @@ export default { return { minimize: false, nav, - show: null + show: true } }, mounted () { diff --git a/src/containers/_nav.js b/src/containers/_nav.js index 6f1104f7..0ae46af0 100644 --- a/src/containers/_nav.js +++ b/src/containers/_nav.js @@ -9,7 +9,7 @@ export default [ to: '/dashboard', icon: 'cui-speedometer', badge: { - variant: 'primary', + color: 'primary', textHtml: 'NEW' } } @@ -295,7 +295,7 @@ export default [ to: '/icons/coreui-icons', icon: 'cui-star', badge: { - variant: 'info', + color: 'info', textHtml: 'NEW' } } @@ -373,7 +373,7 @@ export default [ to: '/widgets', icon: 'cui-calculator', badge: { - variant: 'primary', + color: 'primary', textHtml: 'NEW', pill: true }