This commit is contained in:
Roman Pyrih
2026-05-06 12:01:55 +02:00
parent 4bbd4973b9
commit 88f1477bf4
6 changed files with 36 additions and 15 deletions

View File

@@ -284,11 +284,6 @@ body#product .product-minimal-quantity {
padding-bottom: 14px;
}
.product-add-to-cart {
margin-top: 12px !important;
margin-left: 22px;
}
// body#product .product-variants {
// margin-top: 40px;
// }
@@ -3647,6 +3642,13 @@ body#product {
}
.product-box--data {
display: none;
.product-box--data-wrapper {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-top: 10px;
}
}
}
@@ -4087,5 +4089,18 @@ body#product {
}
}
}
.product-box {
&.product-order-sample {
.block-title {
margin-bottom: 10px;
}
}
}
.product-add-to-cart {
.product-actions-custom--wrapper {
width: 100%;
}
}
}
}