mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Apply password policy on sign up screen
This commit is contained in:
3
assets/css/components/passwordInput.css
Normal file
3
assets/css/components/passwordInput.css
Normal file
@ -0,0 +1,3 @@
|
||||
/**
|
||||
* Password input
|
||||
*/
|
@ -91,6 +91,9 @@ fieldset[disabled] .form-control {
|
||||
}
|
||||
|
||||
|
||||
.input-group .help-block {
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
/**
|
||||
* Boxes
|
||||
|
Reference in New Issue
Block a user