Drupal 8.0.0 beta 12. More info: https://www.drupal.org/node/2514176
This commit is contained in:
commit
9921556621
13277 changed files with 1459781 additions and 0 deletions
21
core/modules/user/css/user.module.css
Normal file
21
core/modules/user/css/user.module.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
/**
|
||||
* @file
|
||||
* Module styling for user module.
|
||||
*/
|
||||
.password-strength__title,
|
||||
.password-strength__text {
|
||||
display: inline;
|
||||
}
|
||||
.password-strength__meter {
|
||||
height: 0.75em;
|
||||
margin-top: 0.5em;
|
||||
background-color: lightgray;
|
||||
}
|
||||
.password-strength__indicator {
|
||||
height: 100%;
|
||||
width: 0;
|
||||
background-color: gray;
|
||||
}
|
||||
.password-confirm-match {
|
||||
visibility: hidden;
|
||||
}
|
Reference in a new issue