required fields style

This commit is contained in:
yoannchb-pro
2024-01-08 15:58:59 -05:00
parent b41ec54a82
commit 1d3583fe0f
+7 -1
View File
@@ -57,10 +57,16 @@ a {
}
.line .textLabel {
width: 6rem;
width: 5rem;
text-align: left;
text-transform: uppercase;
}
.line .textLabel .required {
color: var(--btn-color);
font-weight: bold;
}
.line input[type="text"],
.line input[type="password"] {
flex: 1 1;