From ba42630ef6f9c72594d4f2d6d68a7c1cc740d4db Mon Sep 17 00:00:00 2001 From: Anshul Raman Date: Wed, 15 Apr 2020 01:20:33 +0530 Subject: [PATCH 1/3] removed gradient from sidebar --- src/components/SectionSidebar.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/SectionSidebar.vue b/src/components/SectionSidebar.vue index 77d01079..c0539bce 100644 --- a/src/components/SectionSidebar.vue +++ b/src/components/SectionSidebar.vue @@ -143,8 +143,5 @@ export default { } } - &.md, &.lg { - background: linear-gradient(to right, alpha($mine-shaft, 0.8), alpha($mine-shaft, 0.1)); - } } From 5c5a85a1607a3881efe42e1cada47650874546fb Mon Sep 17 00:00:00 2001 From: Anshul Raman Date: Sun, 19 Apr 2020 16:13:02 +0530 Subject: [PATCH 2/3] removed shadows from circles in sidebar --- src/components/Menu/AppBar.vue | 17 ----------------- src/components/SectionSidebar.vue | 20 +------------------- src/pages/Dashboard.vue | 15 ++++++--------- 3 files changed, 7 insertions(+), 45 deletions(-) diff --git a/src/components/Menu/AppBar.vue b/src/components/Menu/AppBar.vue index d3a142c4..4b368636 100644 --- a/src/components/Menu/AppBar.vue +++ b/src/components/Menu/AppBar.vue @@ -333,7 +333,6 @@ export default { a, .subList a { font: 500 15px 'Roboto Slab'; - color: $white; text-decoration: none; cursor: pointer; padding: 10px; @@ -345,22 +344,6 @@ export default { $font-size: 14px; border-radius: 100%; } - - &:hover { - color: $vermilion; - } - } - - &.active, .subList li.active { - a { - color: $vermilion; - font-weight: bold; - - span { - color: $white; - animation: neon-text 1s ease-in-out infinite alternate; - } - } } } } diff --git a/src/components/SectionSidebar.vue b/src/components/SectionSidebar.vue index c0539bce..e7e144da 100644 --- a/src/components/SectionSidebar.vue +++ b/src/components/SectionSidebar.vue @@ -118,30 +118,12 @@ export default { cursor: pointer; span { - color: $white; + // color: $white; $font-size: 14px; margin-right: 5px; } - - &:hover { - background: unset; - color: $vermilion; - } - } - - &.active { - a { - color: $vermilion; - font-weight: bold; - - span { - color: $white; - animation: neon-text 1s ease-in-out infinite alternate; - } - } } } } - } diff --git a/src/pages/Dashboard.vue b/src/pages/Dashboard.vue index 18b7fdbe..bee3c538 100644 --- a/src/pages/Dashboard.vue +++ b/src/pages/Dashboard.vue @@ -72,7 +72,6 @@ export default {