comparison core/modules/user/css/user.module.css @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children 12f9dff5fda9
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
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 }