feature/challenge #1

Merged
BernardoWaldhelm merged 22 commits from feature/challenge into master 2023-02-03 18:00:41 +00:00
13 changed files with 6 additions and 4 deletions
Showing only changes of commit f43a5ebef0 - Show all commits

View File

@ -215,8 +215,8 @@
"children": [
"flex-layout.row#product-name",
"product-identifier.product",
"sku-selector",
"flex-layout.row#availability"
"flex-layout.row#availability",
"sku-selector"
]
},
"flex-layout.row#availability": {

View File

@ -12,6 +12,7 @@
background: unset;
width: 71.87%;
margin: 0 auto 64px;
padding-top: 16px;
}
@media (min-width: 769px) and (max-width: 1024px) {
.sliderLayoutContainer--carousel {

View File

@ -104,7 +104,7 @@
}
@media (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
.contentContainer--description-content {
padding-bottom: 16px;
padding: 0 0 16px;
border-bottom: 1px solid #BFBFBF;
}
}

View File

@ -2,6 +2,7 @@
background: unset;
width: 71.87%;
margin: 0 auto 64px;
padding-top: 16px;
@media #{$mq-tablet} {
min-height: 306px;

View File

@ -94,7 +94,7 @@
padding: 0 32px;
@media #{$mq-tablet}, #{$mq-mobile}{
padding-bottom: 16px;
padding: 0 0 16px;
border-bottom: 1px solid #BFBFBF;
}