We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffed0e commit 1e45821Copy full SHA for 1e45821
scss/_variables.scss
@@ -1,9 +1,9 @@
1
-$brand-gradient-left: #318be3;
2
-$brand-gradient-right: #04befe;
3
-$navbar-height: 3.5rem;
4
-$user-info-height : 222px;
5
-$sidebar-width-lg: 215px;
6
-$sidebar-width-icon: 70px;
+$brand-gradient-left: #318be3 !default;
+$brand-gradient-right: #04befe !default;
+$navbar-height: 3.5rem !default;
+$user-info-height : 222px !default;
+$sidebar-width-lg: 215px !default;
+$sidebar-width-icon: 70px !default;
7
8
9
0 commit comments