ohif-viewer/Packages/active-entry/components/entrySignUp/entrySignUp.less
Aysel Afsar 236ab64add - added optional pwstrength and zxcvbn and disabled by default.
- 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."
2016-02-02 15:31:01 -05:00

13 lines
162 B
Plaintext
Executable File

#entrySignUp{
padding: 40px;
input{
padding-left: 40px !important;
color: black;
}
}
#entrySignUp .progress{
height: 5px;
margin-bottom: 1px
}