feat(home): estruturando scss em novas pastas organizadas
This commit is contained in:
parent
b998a2dc74
commit
f43a5ebef0
@ -215,8 +215,8 @@
|
|||||||
"children": [
|
"children": [
|
||||||
"flex-layout.row#product-name",
|
"flex-layout.row#product-name",
|
||||||
"product-identifier.product",
|
"product-identifier.product",
|
||||||
"sku-selector",
|
"flex-layout.row#availability",
|
||||||
"flex-layout.row#availability"
|
"sku-selector"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"flex-layout.row#availability": {
|
"flex-layout.row#availability": {
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
background: unset;
|
background: unset;
|
||||||
width: 71.87%;
|
width: 71.87%;
|
||||||
margin: 0 auto 64px;
|
margin: 0 auto 64px;
|
||||||
|
padding-top: 16px;
|
||||||
}
|
}
|
||||||
@media (min-width: 769px) and (max-width: 1024px) {
|
@media (min-width: 769px) and (max-width: 1024px) {
|
||||||
.sliderLayoutContainer--carousel {
|
.sliderLayoutContainer--carousel {
|
||||||
|
@ -104,7 +104,7 @@
|
|||||||
}
|
}
|
||||||
@media (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
|
@media (min-width: 769px) and (max-width: 1024px), (min-width: 280px) and (max-width: 768px) {
|
||||||
.contentContainer--description-content {
|
.contentContainer--description-content {
|
||||||
padding-bottom: 16px;
|
padding: 0 0 16px;
|
||||||
border-bottom: 1px solid #BFBFBF;
|
border-bottom: 1px solid #BFBFBF;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
background: unset;
|
background: unset;
|
||||||
width: 71.87%;
|
width: 71.87%;
|
||||||
margin: 0 auto 64px;
|
margin: 0 auto 64px;
|
||||||
|
padding-top: 16px;
|
||||||
|
|
||||||
@media #{$mq-tablet} {
|
@media #{$mq-tablet} {
|
||||||
min-height: 306px;
|
min-height: 306px;
|
@ -94,7 +94,7 @@
|
|||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
|
|
||||||
@media #{$mq-tablet}, #{$mq-mobile}{
|
@media #{$mq-tablet}, #{$mq-mobile}{
|
||||||
padding-bottom: 16px;
|
padding: 0 0 16px;
|
||||||
border-bottom: 1px solid #BFBFBF;
|
border-bottom: 1px solid #BFBFBF;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user