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

92 lines
1.8 KiB
SCSS
Raw Permalink Normal View History

2023-01-30 02:09:01 +00:00
.sliderLayoutContainer--prateleira {
padding-left: 40px;
padding-right: 40px;
justify-content: center;
2023-01-31 21:46:06 +00:00
@media screen and (min-width: 1921px) {
padding-left: 360px;
padding-right: 360px;
}
2023-01-30 02:09:01 +00:00
.sliderTrackContainer--prateleira {
width: 96.91521%;
2023-01-31 21:46:06 +00:00
@media screen and (min-width: 1921px) {
width: 97.72%;
2023-01-31 21:46:06 +00:00
}
@media screen and (max-width: 1024px) {
width: 96.12%;
}
@media screen and (max-width: 768px) {
width: 89.34%;
}
2023-01-30 02:09:01 +00:00
}
}
.sliderTrack--prateleira {
gap: 16px;
margin-bottom: 32px;
@media screen and (max-width: 1024px) {
gap: 12px;
}
@media screen and (max-width: 768px) {
gap: 8px;
}
}
2023-01-26 21:08:57 +00:00
//DOTS
.paginationDotsContainer--prateleira {
align-items: center;
.paginationDot--prateleira {
background-color: $color-black-100;
margin-left: 6px;
margin-right: 6px;
}
.paginationDot--prateleira--isActive {
background-color: $color-white;
border: 0.5px solid #000000;
width: 17px !important;
height: 17px !important;
}
}
.sliderArrows--prateleira {
padding: 0;
margin: 40px;
2023-01-31 21:46:06 +00:00
@media screen and (min-width: 1921px) {
margin: 360px;
}
2023-01-26 21:08:57 +00:00
}
2023-01-30 02:09:01 +00:00
.sliderLayoutContainer {
2023-01-31 21:46:06 +00:00
//ARROWS CUSTOM
2023-02-01 17:06:23 +00:00
.sliderRightArrow--prateleira {
2023-01-31 21:46:06 +00:00
visibility: hidden;
&::after {
visibility: visible;
content: url(https://agenciamagma.vtexassets.com/arquivos/arrow-right-caina.png);
}
}
2023-02-01 17:06:23 +00:00
.sliderLeftArrow--prateleira {
2023-01-31 21:46:06 +00:00
visibility: hidden;
&::before {
visibility: visible;
content: url(https://agenciamagma.vtexassets.com/arquivos/arrow-left-caina.png);
}
}
2023-01-30 02:09:01 +00:00
:global(.vtex-product-summary-2-x-containerNormal) {
max-width: unset !important;
}
:global(.vtex-product-summary-2-x-imageNormal) {
max-height: unset !important;
}
:global(.vtex-product-summary-2-x-imageStackContainer) {
display: flex;
}
}