style: correção de altura do slider

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-08 07:54:13 -03:00
parent 9be8d02492
commit 35b4c346f3
2 changed files with 6 additions and 2 deletions

View File

@ -29,6 +29,7 @@
.sliderLayoutContainer--carousel {
width: 78.616%;
margin: 0 auto 32px;
min-height: 254.8px;
}
}
.sliderLayoutContainer--carousel .sliderTrackContainer {
@ -86,6 +87,9 @@
display: flex;
justify-content: center;
}
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-nameContainer) :global(.vtex-product-summary-2-x-productNameContainer) {
line-height: 0;
}
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-nameContainer) :global(.vtex-product-summary-2-x-productNameContainer) :global(.vtex-product-summary-2-x-productBrand) {
font-weight: 400;
font-size: 18px;
@ -95,7 +99,6 @@
display: inline-block;
vertical-align: text-top;
padding: 0 16px;
min-height: 19px;
}
@media (max-width: 1025px) and (min-width: 768px) {
.sliderLayoutContainer--carousel .sliderTrackContainer .sliderTrack .slide--carousel .slideChildrenContainer--carousel :global(.vtex-product-summary-2-x-containerNormal) :global(.vtex-product-summary-2-x-clearLink) :global(.vtex-product-summary-2-x-element) :global(.vtex-product-summary-2-x-nameContainer) :global(.vtex-product-summary-2-x-productNameContainer) :global(.vtex-product-summary-2-x-productBrand) {

View File

@ -16,6 +16,7 @@
@media (max-width: 768px) and (min-width: 375px) {
width: 78.616%;
margin: 0 auto 32px;
min-height: 254.8px;
}
.sliderTrackContainer {
width: 96%;
@ -55,6 +56,7 @@
display: flex;
justify-content: center;
:global(.vtex-product-summary-2-x-productNameContainer) {
line-height: 0;
:global(.vtex-product-summary-2-x-productBrand) {
font-weight: 400;
font-size: 18px;
@ -64,7 +66,6 @@
display: inline-block;
vertical-align: text-top;
padding: 0 16px;
min-height: 19px;
@media (max-width: 1025px) and (min-width: 768px) {
font-size: 14px;
line-height: 19px;