Skip to content

Commit 33ab0c3

Browse files
Merge pull request #3 from brunomendola/scss-variables-overridable
SCSS variables overridable
2 parents 0ffed0e + 1e45821 commit 33ab0c3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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)