Skip to content

Commit ec741ca

Browse files
authored
Merge pull request #460 from angeliski/master
Update scss to use default in variables
2 parents ec89ac5 + a5a7d94 commit ec741ca

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

src/noty.scss

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$noty-primary-color: #333;
2-
$noty-default-width: 325px;
3-
$noty-corner-space: 20px;
1+
$noty-primary-color: #333 !default;
2+
$noty-default-width: 325px !default;
3+
$noty-corner-space: 20px !default;
44

55
.noty_layout_mixin {
66
position: fixed;
@@ -210,13 +210,3 @@ $noty-corner-space: 20px;
210210
height: 0;
211211
}
212212
}
213-
214-
//@import "themes/relax";
215-
//@import "themes/metroui";
216-
//@import "themes/mint";
217-
//@import "themes/sunset";
218-
//@import "themes/bootstrap-v3";
219-
//@import "themes/bootstrap-v4";
220-
//@import "themes/semanticui";
221-
//@import "themes/nest";
222-
//@import "themes/light";

0 commit comments

Comments
 (0)