Use text-warning when showing warning below input elements

This commit is contained in:
Girish Ramakrishnan
2025-10-06 11:09:12 +02:00
parent 758daee0c9
commit ca96e40397
9 changed files with 11 additions and 11 deletions

View File

@@ -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;