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 +}