|
@@ -11,18 +11,18 @@
|
|
|
word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
|
|
|
|
|
|
&--primary {
|
|
&--primary {
|
|
|
- background-color: $notify-primary-background-color;
|
|
|
|
|
|
|
+ background-color: $notify-primary-background-color !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&--success {
|
|
&--success {
|
|
|
- background-color: $notify-success-background-color;
|
|
|
|
|
|
|
+ background-color: $notify-success-background-color !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&--danger {
|
|
&--danger {
|
|
|
- background-color: $notify-danger-background-color;
|
|
|
|
|
|
|
+ background-color: $notify-danger-background-color !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&--warning {
|
|
&--warning {
|
|
|
- background-color: $notify-warning-background-color;
|
|
|
|
|
|
|
+ background-color: $notify-warning-background-color !important;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|