Ver Fonte

Exford: Recompiling with changes to master.

Allan Cole há 5 anos atrás
pai
commit
1e9b8af184
3 ficheiros alterados com 15 adições e 19 exclusões
  1. 1 3
      exford/style-rtl.css
  2. 13 13
      exford/style-woocommerce-rtl.css
  3. 1 3
      exford/style.css

+ 1 - 3
exford/style-rtl.css

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

+ 13 - 13
exford/style-woocommerce-rtl.css

@@ -385,11 +385,11 @@ body[class*="woocommerce"] #page .woocommerce-notice--info {
 }
 
 body[class*="woocommerce"] #page .woocommerce-notice--success {
-	color: yellowgreen;
+	color: #23883D;
 }
 
 body[class*="woocommerce"] #page .woocommerce-notice--error {
-	color: salmon;
+	color: #dc361b;
 }
 
 body[class*="woocommerce"] #page .woocommerce-notice--warning {
@@ -407,19 +407,19 @@ body[class*="woocommerce"] #page .woocommerce-info:before {
 }
 
 body[class*="woocommerce"] #page .woocommerce-success {
-	border-top-color: yellowgreen;
+	border-top-color: #23883D;
 }
 
 body[class*="woocommerce"] #page .woocommerce-success:before {
-	color: yellowgreen;
+	color: #23883D;
 }
 
 body[class*="woocommerce"] #page .woocommerce-error {
-	border-top-color: salmon;
+	border-top-color: #dc361b;
 }
 
 body[class*="woocommerce"] #page .woocommerce-error:before {
-	color: salmon;
+	color: #dc361b;
 }
 
 body[class*="woocommerce"] #page .woocommerce-warning {
@@ -444,7 +444,7 @@ body[class*="woocommerce"] #page .woocommerce-password-strength {
 }
 
 body[class*="woocommerce"] #page .woocommerce-password-strength.strong {
-	background-color: yellowgreen;
+	background-color: #23883D;
 	border-color: none;
 }
 
@@ -454,12 +454,12 @@ body[class*="woocommerce"] #page .woocommerce-password-strength.good {
 }
 
 body[class*="woocommerce"] #page .woocommerce-password-strength.short {
-	background-color: salmon;
+	background-color: #dc361b;
 	border-color: none;
 }
 
 body[class*="woocommerce"] #page .woocommerce-password-strength.bad {
-	background-color: salmon;
+	background-color: #dc361b;
 	border-color: none;
 }
 
@@ -675,7 +675,7 @@ body[class*="woocommerce"] #page .woocommerce input.button:disabled[disabled]:ho
 }
 
 #content .wc-block-grid .wc-block-grid__product-price ins {
-	color: yellowgreen;
+	color: #23883D;
 	font-weight: bold;
 	text-decoration: none;
 }
@@ -1055,7 +1055,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: yellowgreen;
+	color: #23883D;
 }
 
 /**
@@ -1710,7 +1710,7 @@ body[class*="woocommerce"] #page .woocommerce-terms-and-conditions {
 }
 
 body[class*="woocommerce"] #page .woocommerce-invalid #terms {
-	outline-color: salmon;
+	outline-color: #dc361b;
 }
 
 body[class*="woocommerce"] #page .checkout h3 {
@@ -1725,7 +1725,7 @@ body[class*="woocommerce"] #page .woocommerce-terms-and-conditions {
 }
 
 body[class*="woocommerce"] #page .woocommerce-invalid #terms {
-	outline-color: salmon;
+	outline-color: #dc361b;
 }
 
 /**

+ 1 - 3
exford/style.css

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