app/assets/stylesheets/admin/partials/_messages.scss in trusty-cms-4.1.0 vs app/assets/stylesheets/admin/partials/_messages.scss in trusty-cms-4.1.1

- old
+ new

@@ -1,13 +1,18 @@ -.notice, .error, .warning { +.notice, .error { padding: 1em; } .notice { background-color: #b2e5b2; color: #006600; } -.error, .warning { +.error { background-color: #f3c2c2; color: $alt-link-color; +} + +.warning { + color: $alt-link-color; + line-height: 1em; }