Add styling for alert callouts

pull/773/head
Szabolcs Légrádi 7 years ago
parent a8ff630f9a
commit 8d656ab63f

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