feat: adiciona css no carouselGaleryThumbs
This commit is contained in:
parent
3329159322
commit
db362ddb08
@ -33,6 +33,11 @@
|
||||
padding: 0;
|
||||
margin: 16px 0;
|
||||
}
|
||||
@media (max-width: 1024px) {
|
||||
:global(.vtex-flex-layout-0-x-flexRow) :global(.vtex-store-components-3-x-container) :global(.vtex-flex-layout-0-x-flexRowContent) {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.newsletter {
|
||||
background: black;
|
||||
@ -112,7 +117,7 @@
|
||||
@media (max-width: 639px) {
|
||||
.carouselGaleryThumbs {
|
||||
display: flex;
|
||||
width: 73%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@ -545,6 +550,11 @@
|
||||
.carouselGaleryThumbs :first-child {
|
||||
height: 90px;
|
||||
}
|
||||
@media (max-width: 639px) {
|
||||
.carouselGaleryThumbs :first-child {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.carouselGaleryThumbs :first-child :first-child {
|
||||
gap: 16px !important;
|
||||
}
|
||||
|
@ -22,6 +22,9 @@
|
||||
:global(.vtex-flex-layout-0-x-flexRowContent){
|
||||
padding: 0;
|
||||
margin: 16px 0;
|
||||
@media (max-width: 1024px){
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -105,7 +108,7 @@
|
||||
width: 70%;
|
||||
@media (max-width: 639px){
|
||||
display: flex;
|
||||
width: 73%;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
// .productImageTag{
|
||||
@ -572,6 +575,9 @@
|
||||
.carouselGaleryThumbs {
|
||||
:first-child {
|
||||
height: 90px;
|
||||
@media (max-width:639px){
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
:first-child {
|
||||
gap: 16px !important;
|
||||
|
Loading…
Reference in New Issue
Block a user