From cccf56c500bcc432db4b214882915aed32239215 Mon Sep 17 00:00:00 2001 From: TuskCode Date: Tue, 19 Jan 2021 10:18:15 +0100 Subject: [PATCH] Update _sidebar.scss --- scss/navs/_sidebar.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/navs/_sidebar.scss b/scss/navs/_sidebar.scss index 03bbb669c..fa4bc73ac 100644 --- a/scss/navs/_sidebar.scss +++ b/scss/navs/_sidebar.scss @@ -115,7 +115,7 @@ } &.toggled { - width: 0 !important; + width: 0; overflow: hidden; #sidebarToggle::after { @@ -189,7 +189,7 @@ @include media-breakpoint-up(md) { .sidebar { - width: $sidebar-base-width !important; + width: $sidebar-base-width; .nav-item { @@ -270,7 +270,7 @@ &.toggled { overflow: visible; - width: $sidebar-collapsed-width !important; + width: $sidebar-collapsed-width; .nav-item { @@ -474,4 +474,4 @@ color: fade-out($white, 0.5); } } -} \ No newline at end of file +}