comparison core/themes/classy/css/components/user.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
7 .password-strength__meter { 7 .password-strength__meter {
8 margin-top: 0.5em; 8 margin-top: 0.5em;
9 background-color: #ebeae4; 9 background-color: #ebeae4;
10 } 10 }
11 .password-strength__indicator { 11 .password-strength__indicator {
12 background-color: #77b259;
13 -webkit-transition: width 0.5s ease-out; 12 -webkit-transition: width 0.5s ease-out;
14 transition: width 0.5s ease-out; 13 transition: width 0.5s ease-out;
14 background-color: #77b259;
15 } 15 }
16 .password-strength__indicator.is-weak { 16 .password-strength__indicator.is-weak {
17 background-color: #e62600; 17 background-color: #e62600;
18 } 18 }
19 .password-strength__indicator.is-fair { 19 .password-strength__indicator.is-fair {
32 .password-confirm-match { 32 .password-confirm-match {
33 width: 55%; 33 width: 55%;
34 } 34 }
35 35
36 .password-suggestions { 36 .password-suggestions {
37 max-width: 34.7em;
38 margin: 0.7em 0;
37 padding: 0.2em 0.5em; 39 padding: 0.2em 0.5em;
38 margin: 0.7em 0;
39 max-width: 34.7em;
40 border: 1px solid #b4b4b4; 40 border: 1px solid #b4b4b4;
41 } 41 }
42 .password-suggestions ul { 42 .password-suggestions ul {
43 margin-bottom: 0; 43 margin-bottom: 0;
44 } 44 }
45 45
46 .confirm-parent, 46 .confirm-parent,
47 .password-parent { 47 .password-parent {
48 clear: left; /* LTR */ 48 clear: left; /* LTR */
49 overflow: hidden;
50 max-width: 33em;
49 margin: 0; 51 margin: 0;
50 max-width: 33em;
51 overflow: hidden;
52 } 52 }
53 [dir="rtl"] .confirm-parent, 53 [dir="rtl"] .confirm-parent,
54 [dir="rtl"] .password-parent { 54 [dir="rtl"] .password-parent {
55 clear: right; 55 clear: right;
56 } 56 }