challenge-vtex-io-Adilson-F.../styles/sass/pages/product/vtex.store-components.scss

59 lines
1.2 KiB
SCSS
Raw Normal View History

.newsletter {
background: red;
}
.container {
margin: 0;
padding: 0;
.productImagesContainer--divImagens {
width: 100%;
.productImagesGallerySwiperContainer {
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
.productImagesGallerySlide--divImagens {
width: 100% !important;
.productImageTag {
max-height: 100% !important;
margin-bottom: 16px;
}
}
}
.carouselGaleryThumbs--divImagens {
.productImagesThumb {
margin-right: 16px;
padding: 0px;
width: 90px;
height: 90px !important;
border-radius: 8px;
}
}
}
}
2023-01-25 01:44:07 +00:00
.newsletter--newsletter {
background-color: $color-black;
.container--newsletter {
background-color: $color-black;
color: $color-white;
margin-top: 67px;
padding-top: 32px;
padding-bottom: 16px !important;
border: 0;
}
}
.buttonContainer--newsletter {
padding-left: 0 !important;
}
:global(.vtex-button) {
border-radius:0;
background-color: black;
border: 0;
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 19px;
text-align: center;
border-bottom: 3px solid #bfbfbf;
}