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

This commit is contained in:
Towhidul Islam 2020-06-02 16:15:59 +06:00
parent e306d1b320
commit 11f2692294
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.86957rem;
}

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.86957rem;
}