Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / user / css / user.module.css
1 /**
2  * @file
3  * Module styling for user module.
4  */
5 .password-strength__title,
6 .password-strength__text {
7   display: inline;
8 }
9 .password-strength__meter {
10   height: 0.75em;
11   margin-top: 0.5em;
12   background-color: lightgray;
13 }
14 .password-strength__indicator {
15   height: 100%;
16   width: 0;
17   background-color: gray;
18 }
19 .password-confirm-match {
20   visibility: hidden;
21 }