rebase on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:23:21 -04:00
parent d37566ffb6
commit d096058d7d
4789 changed files with 254611 additions and 307223 deletions

View File

@@ -2345,6 +2345,10 @@ a.reset_variations {
&:first-child {
border-top: 1px solid;
td.product-remove:first-child {
border-top: inherit;
}
}
&:last-child {
@@ -2384,6 +2388,8 @@ a.reset_variations {
.product-remove {
float: right;
position: relative;
z-index: 1;
}
.product-thumbnail {
@@ -3050,6 +3056,20 @@ a.reset_variations {
}
}
@media only screen and (max-width: 768px) {
.woocommerce-message,
.woocommerce-error li,
.woocommerce-info {
padding: 1rem 1.5rem;
a.button {
margin-left: 10px;
min-width: 100px;
padding: calc(0.70 * var(--button--padding-vertical)) calc(0.50 * var(--button--padding-horizontal));
}
}
}
.woocommerce-info {
border-top-color: var( --wc-blue );
}