estilização do mini slide do availability
This commit is contained in:
parent
1062a83408
commit
1b6e7b4213
@ -28,6 +28,18 @@
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.container .carouselGaleryThumbs {
|
||||
gap: 16px;
|
||||
}
|
||||
.container .carouselGaleryThumbs .productImagesThumb {
|
||||
max-width: 90px;
|
||||
width: 100%;
|
||||
margin-right: 16px;
|
||||
}
|
||||
.container .carouselGaleryThumbs .thumbImg {
|
||||
border-radius: 9px;
|
||||
height: 90px;
|
||||
}
|
||||
|
||||
.skuSelectorContainer {
|
||||
display: flex;
|
||||
|
@ -3,14 +3,21 @@
|
||||
gap: 32px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
// padding-left: 40px;
|
||||
// padding-right: 40px;
|
||||
|
||||
|
||||
.stretchChildrenWidth {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
// @include mq (md, max) {
|
||||
// display: block;
|
||||
// .stretchChildrenWidth {
|
||||
// width: 100% !important;
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
|
||||
// quantity
|
||||
|
@ -23,6 +23,22 @@
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.carouselGaleryThumbs {
|
||||
|
||||
gap: 16px;
|
||||
.productImagesThumb{
|
||||
max-width: 90px;
|
||||
width: 100%;
|
||||
margin-right: 16px;
|
||||
|
||||
|
||||
}
|
||||
.thumbImg {
|
||||
border-radius: 9px;
|
||||
height: 90px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// sku-selector
|
||||
@ -362,3 +378,7 @@ padding-bottom: 15px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// tab-descrição-fim
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user