Commit 40dad0ef by lmf

优化列表左侧固定样式

parent a6a7a1d9
......@@ -134,13 +134,13 @@ class ProductRepositorySave
throw new InputException(
'Product with id '.$productId.' does not contain required attribute '. $attributeCode
);
// throw new InputException(
// __(
// 'Product with id "%1" does not contain required attribute "%2".',
// $productId,
// $attributeCode
// )
// );
throw new InputException(
__(
'Product with id "%1" does not contain required attribute "%2".',
$productId,
$attributeCode
)
);
}
$valueKey .= $attributeCode . ':' . $variation->getData($attributeCode) . ';';
}
......
......@@ -189,7 +189,7 @@
font-family: Outfit-Regular;
width: 40px;
height: 40px;
line-height: 40px;
line-height: 30px;
color: #222222;
font-size: 12px;
font-weight: 500;
......@@ -525,7 +525,7 @@ ul {
@media (max-width: 767px){
.page-main > .columns{
margin-top: 70px;
margin-top: 147px !important;
}
.cms-page-view .page-main > .columns{
margin-top: 100px !important;
......@@ -1790,8 +1790,8 @@ button.action.submit.primary {
bottom: 0;
left: -3px;
right: 0;
width: 44px;
height: 44px;
width: 35px;
height: 35px;
border-radius: 50%;
}
......@@ -1889,8 +1889,8 @@ button.action.submit.primary {
}
.swatch-option.color, .swatch-option.text, .swatch-option.image{
width: 40px !important;
height: 40px !important;
width: 30px !important;
height: 30px !important;
border: 1px solid #000008;
}
......@@ -2074,7 +2074,7 @@ background-color: #000;
@media(min-width: 1024px) {
.page-main>.columns>.sidebar-main{
position: sticky;
top: 20%;
top: 5%;
}
.product-info-wrapper .page-title-wrapper {
margin-left: 10%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment