FIX: Changed warning css class

This commit is contained in:
venarius 2019-03-11 17:32:41 +01:00 committed by Robin Ward
parent 411ddbeef0
commit 95dc52e15e

View File

@ -260,8 +260,8 @@ $mobile-breakpoint: 700px;
margin-top: 1em; margin-top: 1em;
} }
} }
.warning { p.warning {
color: #e45735; color: $danger;
} }
} }