new warning rule with orange color for span element

Cette révision appartient à :
Nicolas Roman 2019-07-04 15:55:38 +02:00
Parent c4a6b1f069
révision 3ab7a01077
1 fichiers modifiés avec 5 ajouts et 0 suppressions

Voir le fichier

@ -139,6 +139,11 @@ span.form-error {
margin-left: 4px;
}
span.form-warning {
color: #E84D0C;
margin-left: 4px;
}
span.form-mandatory {
color: red;
}