Mercurial > hg > isophonics-drupal-site
comparison core/modules/user/css/user.module.css @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
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 } |