challenge-vtex-io-gabriel-f.../styles/sass/pages/product/vtex.slider-layout.scss

141 lines
4.0 KiB
SCSS
Raw Normal View History

2023-02-03 21:05:00 +00:00
.sliderLayoutContainer {
2023-02-07 13:52:20 +00:00
padding: 0 40px 32px;
margin-bottom: 32px;
.sliderLeftArrow {
left: 36px;
margin: 0;
padding: 0;
}
.sliderRightArrow {
right: 36px;
margin: 0;
padding: 0;
}
2023-02-03 21:05:00 +00:00
.sliderTrackContainer {
2023-02-07 13:52:20 +00:00
margin: 0 auto;
width: 94%;
2023-02-03 21:05:00 +00:00
.sliderTrack {
gap: 16px;
.slide {
.slideChildrenContainer {
:global(.vtex-product-summary-2-x-container) {
margin: 0;
:global(.vtex-product-summary-2-x-element) {
2023-02-06 19:54:22 +00:00
padding: 0;
2023-02-03 21:05:00 +00:00
:global(.vtex-product-summary-2-x-imageContainer) {
display: flex;
2023-02-06 19:54:22 +00:00
:global(.vtex-store-components-3-x-discountContainer) {
:global(.vtex-store-components-3-x-discountInsideContainer) {
display: none;
}
:global(.vtex-product-summary-2-x-imageContainer) {
:global(.vtex-product-summary-2-x-imageNormal) {
2023-02-07 13:52:20 +00:00
width: 100%;
height: 100%;
2023-02-06 19:54:22 +00:00
}
}
2023-02-03 21:05:00 +00:00
}
}
:global(.vtex-product-summary-2-x-nameContainer) {
display: flex;
padding: 0;
justify-content: center;
:global(.vtex-product-summary-2-x-productBrand) {
display: flex;
max-width: 282.4px;
height: 50px;
align-items: center;
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #000;
}
}
2023-02-07 18:33:19 +00:00
:global(.vtex-product-price-1-x-listPrice) {
2023-02-03 21:05:00 +00:00
display: flex;
2023-02-07 18:33:19 +00:00
justify-content: center;
align-items: center;
margin: 0;
2023-02-03 21:05:00 +00:00
2023-02-07 18:33:19 +00:00
:global(.vtex-product-price-1-x-listPriceValue) {
2023-02-03 21:05:00 +00:00
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
color: #bababa;
padding: 0;
}
2023-02-07 18:33:19 +00:00
:global(.vtex-product-price-1-x-currencyContainer) {
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
color: #bababa;
padding: 0;
2023-02-03 21:05:00 +00:00
}
}
2023-02-07 18:33:19 +00:00
// :global(.vtex-product-price-1-x-listPriceValue)::after {
// content: 'por';
// font-family: 'Open Sans', sans-serif;
// font-style: normal;
// font-weight: 400;
// font-size: 14px;
// line-height: 19px;
// text-align: center;
// color: #bababa;
// }
:global(.vtex-product-price-1-x-sellingPrice) {
display: flex;
padding: 0;
justify-content: center;
:global(.vtex-product-price-1-x-sellingPriceValue) {
font-family: 'Open Sans', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 33px;
text-align: center;
color: #000;
}
2023-02-03 21:05:00 +00:00
}
}
}
}
}
}
}
.paginationDotsContainer {
2023-02-06 17:23:31 +00:00
align-items: center;
2023-02-03 21:05:00 +00:00
.paginationDot {
width: 10px;
height: 10px;
background-color: #000;
}
.paginationDot--isActive {
background-color: #fff;
2023-02-06 17:23:31 +00:00
width: 17px !important;
height: 17px !important;
border: 0.5px solid #000;
2023-02-03 21:05:00 +00:00
}
}
}