Browse Source

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

Towhidul Islam 5 năm trước cách đây
mục cha
commit
55ad987c0e
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 {
 	text-align: center;
 	font-weight: 600;
-	padding: 0.5 * 16px;
+	padding: 8px;
 	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 {
 	text-align: center;
 	font-weight: 600;
-	padding: 0.5 * 16px;
+	padding: 8px;
 	font-size: 0.83333rem;
 }