Exford: Fix Interpolation issue in password-strength-meter style
This commit is contained in:
parent
e306d1b320
commit
8b0051eb43
2 changed files with 2 additions and 2 deletions
|
@ -441,7 +441,7 @@ body[class*="woocommerce"] #page .woocommerce-warning:before {
|
|||
body[class*="woocommerce"] #page .woocommerce-password-strength {
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
padding: 0.5 * 16px;
|
||||
padding: 8px;
|
||||
font-size: 0.83333rem;
|
||||
}
|
||||
|
||||
|
|
|
@ -441,7 +441,7 @@ body[class*="woocommerce"] #page .woocommerce-warning:before {
|
|||
body[class*="woocommerce"] #page .woocommerce-password-strength {
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
padding: 0.5 * 16px;
|
||||
padding: 8px;
|
||||
font-size: 0.83333rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue