@@ -8,4 +8,8 @@
.callout-warning {
@extend %note, %note-red;
}
+
+ .callout-alert {
+ @extend %note, %note-orange;
+ }