fix: Consertado o tamanho do slider do carroussel

This commit is contained in:
Savio Carvalho Moraes 2023-02-10 14:53:14 -03:00
parent d1984b5b3c
commit 6260212e86
5 changed files with 29 additions and 5 deletions

View File

@ -316,7 +316,7 @@
"phone": 1
},
"infinite": true,
"showNavigationArrows": "desktopOnly",
"showNavigationArrows": "always",
"blockClass": "carousel"
},
"children": []

View File

@ -24,7 +24,12 @@
background: black;
}
.sliderLayoutContainer .paginationDot--isActive {
width: 17px !important;
height: 17px !important;
background: white;
border: 0.5px solid black;
font-size: large;
}
.sliderLayoutContainer .paginationDotsContainer {
display: flex;
align-items: center;
}

View File

@ -10,7 +10,7 @@
/* Grid breakpoints */
.container {
max-width: 100%;
margin: 0 40px 0 40px !important;
padding: 0 40px 0 40px;
}
.productImageTag {
@ -25,9 +25,15 @@
}
*/
.productImagesThumb {
width: 100%;
max-width: 90px;
margin-right: 16px;
}
.thumbImg {
height: 90px;
}
.productBrand {
display: flex;
justify-content: flex-end;
@ -272,6 +278,7 @@
}
.productDescriptionContainer .productDescriptionText .container {
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
}
.newsletter {

View File

@ -13,9 +13,14 @@
background: black;
}
.paginationDot--isActive {
width: 17px !important;
height: 17px !important;
background: white;
border: 0.5px solid black;
font-size: large;
}
.paginationDotsContainer {
display: flex;
align-items: center;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {

View File

@ -1,6 +1,7 @@
.container {
max-width: 100%;
margin: 0 40px 0 40px !important;
//margin: 0 40px 0 40px !important;
padding: 0 40px 0 40px;
}
.productImageTag {
max-height: none !important;
@ -14,8 +15,13 @@
*/
.productImagesThumb {
width: 100%;
max-width: 90px;
margin-right: 16px;
}
.thumbImg {
height: 90px;
}
.productBrand {
display: flex;
@ -259,6 +265,7 @@
.productDescriptionText {
.container {
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;
}
font-family: "Open Sans";
font-style: normal;