app/assets/stylesheets/locomotive/components/misc/_notify.scss in locomotivecms-3.0.0.pre.alpha.2 vs app/assets/stylesheets/locomotive/components/misc/_notify.scss in locomotivecms-3.0.0.pre.alpha.3
- old
+ new
@@ -2,26 +2,24 @@
border: none;
[data-notify="icon"] {
font-size: 18px;
margin-right: 9px;
- color: #fff;
}
[data-notify="message"] {
+ }
+}
+
+[data-notify="container"].alert-success, [data-notify="container"].alert-danger {
+ [data-notify="icon"], [data-notify="message"] {
color: #fff;
}
}
[data-notify="container"].alert-success {
background-color: $brand-success;
}
[data-notify="container"].alert-danger {
background-color: $brand-danger;
-}
-
-[data-notify="container"].alert-info {
- [data-notify="icon"], [data-notify="message"] {
- color: $state-info-text;
- }
}