Added form error styles

This commit is contained in:
Zakary Timson 2018-01-06 13:43:34 -05:00
parent a235b1de62
commit b36980deb0

View File

@ -89,3 +89,13 @@ ul {
.breadcrumb { .breadcrumb {
border-radius: 0 !important; border-radius: 0 !important;
} }
.error-msg {
color: #941c27;
}
.error-msg:before {
color: #941c27;
font-family: "FontAwesome";
content: "\f071";
}