required fields style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user