瀏覽代碼

Coutoire: Recompiling with changes to master.

Allan Cole 5 年之前
父節點
當前提交
afa86b59fe
共有 3 個文件被更改,包括 8 次插入12 次删除
  1. 1 3
      coutoire/style-rtl.css
  2. 6 6
      coutoire/style-woocommerce-rtl.css
  3. 1 3
      coutoire/style.css

+ 1 - 3
coutoire/style-rtl.css

@@ -761,9 +761,7 @@ a {
 .site-header:after,
 .site-content:after,
 .site-footer:after {
-	content: "";
-	display: table;
-	table-layout: fixed;
+	clear: both;
 }
 
 /**

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

@@ -384,7 +384,7 @@ body[class*="woocommerce"] #page .woocommerce-notice--info {
 }
 
 body[class*="woocommerce"] #page .woocommerce-notice--success {
-	color: #17b51c;
+	color: #109c15;
 }
 
 body[class*="woocommerce"] #page .woocommerce-notice--error {
@@ -406,11 +406,11 @@ body[class*="woocommerce"] #page .woocommerce-info:before {
 }
 
 body[class*="woocommerce"] #page .woocommerce-success {
-	border-top-color: #17b51c;
+	border-top-color: #109c15;
 }
 
 body[class*="woocommerce"] #page .woocommerce-success:before {
-	color: #17b51c;
+	color: #109c15;
 }
 
 body[class*="woocommerce"] #page .woocommerce-error {
@@ -443,7 +443,7 @@ body[class*="woocommerce"] #page .woocommerce-password-strength {
 }
 
 body[class*="woocommerce"] #page .woocommerce-password-strength.strong {
-	background-color: #17b51c;
+	background-color: #109c15;
 	border-color: none;
 }
 
@@ -674,7 +674,7 @@ body[class*="woocommerce"] #page .woocommerce input.button:disabled[disabled]:ho
 }
 
 #content .wc-block-grid .wc-block-grid__product-price ins {
-	color: #17b51c;
+	color: #109c15;
 	font-weight: bold;
 	text-decoration: none;
 }
@@ -1054,7 +1054,7 @@ body[class*="woocommerce"] #page .cart-collaterals .cross-sells ul.products li.p
 #woocommerce-wrapper ul.products li.product.sale a > .price ins,
 body[class*="woocommerce"] #page #add_payment_method .cart-collaterals .cross-sells ul.products li.product.sale a > .price ins,
 body[class*="woocommerce"] #page .cart-collaterals .cross-sells ul.products li.product.sale a > .price ins {
-	color: #17b51c;
+	color: #109c15;
 }
 
 /**

+ 1 - 3
coutoire/style.css

@@ -761,9 +761,7 @@ a {
 .site-header:after,
 .site-content:after,
 .site-footer:after {
-	content: "";
-	display: table;
-	table-layout: fixed;
+	clear: both;
 }
 
 /**