app/assets/stylesheets/admin/partials/_messages.scss in trusty-cms-4.0.2 vs app/assets/stylesheets/admin/partials/_messages.scss in trusty-cms-4.1.0
- old
+ new
@@ -1,13 +1,13 @@
-#notice, #error {
- padding: 1px 1em;
+.notice, .error, .warning {
+ padding: 1em;
}
-#notice {
+.notice {
background-color: #b2e5b2;
color: #006600;
}
-#error {
+.error, .warning {
background-color: #f3c2c2;
- color: #770000;
+ color: $alt-link-color;
}