소스 검색

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

Towhidul Islam 5 년 전
부모
커밋
55ad987c0e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }