Save
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user