File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed
module/Magento/Setup/styles/components/tooltips Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 7
7
display : block ;
8
8
margin : 0 -.3rem 1em ;
9
9
white-space : nowrap ;
10
- & .password-strength-to -short {
10
+ & .password-strength-too -short {
11
11
.password-strength-item {
12
12
& :first-child {
13
13
background-color : @color-failed ;
20
20
background-color : @color-warning ;
21
21
}
22
22
}
23
- & .password-strength-good {
23
+ & .password-strength-fair {
24
24
.password-strength-item :first-child ,
25
25
.password-strength-item :first-child + .password-strength-item ,
26
26
.password-strength-item :first-child + .password-strength-item + .password-strength-item {
27
+ background-color : @color-warning ;
28
+ }
29
+ }
30
+ & .password-strength-good {
31
+ .password-strength-item :first-child ,
32
+ .password-strength-item :first-child + .password-strength-item ,
33
+ .password-strength-item :first-child + .password-strength-item + .password-strength-item ,
34
+ .password-strength-item :first-child + .password-strength-item + .password-strength-item
35
+ + .password-strength-item {
27
36
background-color : @color-success ;
28
37
}
29
38
}
38
47
font-size : 0 ;
39
48
height : 1.4rem ;
40
49
margin-right : .3rem ;
41
- width : ~ ' calc(25 % - .6rem)' ;
50
+ width : ~ ' calc(20 % - .6rem)' ;
42
51
}
43
52
}
You can’t perform that action at this time.
0 commit comments