- Moved passwordOptions from settings.json to ActiveEntry configuration object - Used zxcvbn rule set if showPasswordStrengthIndicator is true, used regular expression rule set if showPasswordStrengthIndicator is false
12 lines
161 B
Plaintext
Executable File
12 lines
161 B
Plaintext
Executable File
#entrySignUp{
|
|
padding: 40px;
|
|
input{
|
|
padding-left: 40px !important;
|
|
color: black;
|
|
}
|
|
}
|
|
|
|
#entrySignUp .progress{
|
|
height: 5px;
|
|
margin-bottom: 1px
|
|
} |