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.
2 parents ec89ac5 + a5a7d94 commit ec741caCopy full SHA for ec741ca
src/noty.scss
@@ -1,6 +1,6 @@
1
-$noty-primary-color: #333;
2
-$noty-default-width: 325px;
3
-$noty-corner-space: 20px;
+$noty-primary-color: #333 !default;
+$noty-default-width: 325px !default;
+$noty-corner-space: 20px !default;
4
5
.noty_layout_mixin {
6
position: fixed;
@@ -210,13 +210,3 @@ $noty-corner-space: 20px;
210
height: 0;
211
}
212
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