Browse Source

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

Towhidul Islam 5 years ago
parent
commit
55ad987c0e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      coutoire/style-woocommerce-rtl.css
  2. 1 1
      coutoire/style-woocommerce.css

+ 1 - 1
coutoire/style-woocommerce-rtl.css

@@ -440,7 +440,7 @@ body[class*="woocommerce"] #page .woocommerce-warning:before {
 body[class*="woocommerce"] #page .woocommerce-password-strength {
 body[class*="woocommerce"] #page .woocommerce-password-strength {
 	text-align: center;
 	text-align: center;
 	font-weight: 600;
 	font-weight: 600;
-	padding: 0.5 * 16px;
+	padding: 8px;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 }
 }
 
 

+ 1 - 1
coutoire/style-woocommerce.css

@@ -440,7 +440,7 @@ body[class*="woocommerce"] #page .woocommerce-warning:before {
 body[class*="woocommerce"] #page .woocommerce-password-strength {
 body[class*="woocommerce"] #page .woocommerce-password-strength {
 	text-align: center;
 	text-align: center;
 	font-weight: 600;
 	font-weight: 600;
-	padding: 0.5 * 16px;
+	padding: 8px;
 	font-size: 0.83333rem;
 	font-size: 0.83333rem;
 }
 }