Skip to content

Commit 1e45821

Browse files
author
Bruno Mendola
committed
SCSS variables overridable
Added !default
1 parent 0ffed0e commit 1e45821

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scss/_variables.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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;
1+
$brand-gradient-left: #318be3 !default;
2+
$brand-gradient-right: #04befe !default;
3+
$navbar-height: 3.5rem !default;
4+
$user-info-height : 222px !default;
5+
$sidebar-width-lg: 215px !default;
6+
$sidebar-width-icon: 70px !default;
77

88

99

0 commit comments

Comments
 (0)