vendor/assets/stylesheets/_alert.scss in active_frontend-8.0.1 vs vendor/assets/stylesheets/_alert.scss in active_frontend-9.0.0
- old
+ new
@@ -54,18 +54,18 @@
.alert-gray-light { background: $color-gray-light; }
.alert-green,
.alert-success { background: $color-green; }
.alert-indigo { background: $color-indigo; }
.alert-lime { background: $color-lime; }
-.alert-orange { background: $color-orange; }
+.alert-orange,
+.alert-warning { background: $color-orange; }
.alert-purple { background: $color-purple; }
.alert-pink { background: $color-pink; }
.alert-red,
.alert-error,
.alert-alert { background: $color-red; }
.alert-teal { background: $color-teal; }
-.alert-yellow,
-.alert-warning { background: $color-yellow; }
+.alert-yellow { background: $color-yellow; }
/* # Media Queries
================================================== */
@media only screen and (max-width: 1365px) {
.alert.alert-app { width: calc(100% - 250px); }
\ No newline at end of file