app/assets/stylesheets/fae/modules/_alerts.scss in fae-rails-1.4.0 vs app/assets/stylesheets/fae/modules/_alerts.scss in fae-rails-1.4.1
- old
+ new
@@ -26,9 +26,19 @@
&:before {
@extend .icon-check:before;
}
}
+.warning {
+ border-color: $c-warning-content;
+ background: $c-warning-bg;
+ color: $c-warning-content;
+
+ &:before {
+ @extend .icon-alert:before;
+ }
+}
+
.alert {
border-color: $c-error-content;
background: $c-error-bg;
color: $c-error-content;