feat(home): estruturando scss em novas pastas organizadas

This commit is contained in:
Bernardo Cunha Ernani Waldhelm 2023-02-01 11:14:18 -03:00
parent b998a2dc74
commit f43a5ebef0
13 changed files with 6 additions and 4 deletions

View File

@ -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": {

View File

@ -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 {

View File

@ -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;
} }
} }

View File

@ -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;

View File

@ -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;
} }