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

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

View file

@ -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;
}

View file

@ -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;
}