Added form error styles
This commit is contained in:
parent
a235b1de62
commit
b36980deb0
@ -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";
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user