Use text-warning when showing warning below input elements
This commit is contained in:
@@ -169,6 +169,7 @@ a.pankow-breadcrumb-item {
|
||||
color: #5CB85C;
|
||||
}
|
||||
|
||||
/* use this to get the color. to show a warning below input elements use .warning-label instead */
|
||||
.text-warning {
|
||||
color: #8a6d3b;
|
||||
}
|
||||
@@ -189,6 +190,7 @@ a.pankow-breadcrumb-item {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* use this to show warnings below input elments. for just the color, use .text-warning instead */
|
||||
.warning-label {
|
||||
margin-top: 6px;
|
||||
color: #8a6d3b;
|
||||
|
||||
Reference in New Issue
Block a user