- Reset ActiveEntry.errorMessages after active-entry buttons are clicked - "Password is invalid" message is replaced by "Password must have at least 8 characters. It must contain at least 1 uppercase, 1 lowercase, 1 number and 1 special character."
13 lines
162 B
Plaintext
Executable File
13 lines
162 B
Plaintext
Executable File
#entrySignUp{
|
|
padding: 40px;
|
|
input{
|
|
padding-left: 40px !important;
|
|
color: black;
|
|
}
|
|
}
|
|
|
|
#entrySignUp .progress{
|
|
height: 5px;
|
|
margin-bottom: 1px
|
|
}
|