Alves: Fix Interpolation issue in password-strength-meter style

This commit is contained in:
Towhidul Islam 2020-06-02 16:04:37 +06:00
parent e306d1b320
commit bb24fe4f3f
2 changed files with 2 additions and 2 deletions

View file

@ -495,7 +495,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: 1.04167rem;
}

View file

@ -495,7 +495,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: 1.04167rem;
}