Improve the readability of cart confirmation
This commit is contained in:
parent
07d8855488
commit
a05e55d119
|
@ -211,11 +211,6 @@ a.button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-message {
|
|
||||||
background: #eee;
|
|
||||||
color: $body-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.woocommerce-error {
|
.woocommerce-error {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: #b22222;
|
background: #b22222;
|
||||||
|
@ -245,6 +240,7 @@ a.button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.woocommerce-message,
|
||||||
.woocommerce-info {
|
.woocommerce-info {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
@ -2012,7 +2008,7 @@ a.reset_variations {
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox] {
|
input[type=checkbox] {
|
||||||
width: 25px !important;
|
width: 25px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2174,7 +2170,9 @@ a.reset_variations {
|
||||||
.woocommerce-page {
|
.woocommerce-page {
|
||||||
|
|
||||||
.related.products {
|
.related.products {
|
||||||
|
|
||||||
ul.products[class*=columns-] {
|
ul.products[class*=columns-] {
|
||||||
|
|
||||||
li.product {
|
li.product {
|
||||||
padding: 0 2vw 3em 0 !important;
|
padding: 0 2vw 3em 0 !important;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
@ -2299,6 +2297,7 @@ a.reset_variations {
|
||||||
}
|
}
|
||||||
|
|
||||||
.related.products {
|
.related.products {
|
||||||
|
|
||||||
ul.products {
|
ul.products {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue