From e50ac540f6ecbe85fcceb6560dcd919a6c5a0179 Mon Sep 17 00:00:00 2001 From: imtiazShakil Date: Wed, 3 Jul 2019 22:41:42 +0600 Subject: [PATCH] Issue#276 fixed! --- scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 96ed77a94..98f9d5fe7 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -54,7 +54,7 @@ $border-color: darken($gray-200, 2%); // Spacing Variables // Change below variable if the height of the navbar changes -$topbar-base-height: 4.375rem; +$topbar-base-height: 4.375rem !default; // Change below variable to change the width of the sidenav $sidebar-base-width: 14rem; // Change below variable to change the width of the sidenav when collapsed