challenge-vtex-io-Filipe-Qu.../styles/css/vtex.slider-layout.css

87 lines
1.9 KiB
CSS
Raw Normal View History

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
.sliderLayoutContainer--slide-shelf {
padding: 0 19px;
margin: 0 0 113px;
}
@media only screen and (max-width: 1024px) {
.sliderLayoutContainer--slide-shelf {
margin: 0 0 105px;
padding: 0 17px;
}
}
@media only screen and (max-width: 768px) {
.sliderLayoutContainer--slide-shelf {
margin: 0 0 65px;
padding: 0 15px;
}
}
.sliderLayoutContainer--slide-shelf .slideChildrenContainer {
margin: 0 8px;
}
@media only screen and (max-width: 1024px) {
.sliderLayoutContainer--slide-shelf .slideChildrenContainer {
margin: 0 6px;
}
}
@media only screen and (max-width: 768px) {
.sliderLayoutContainer--slide-shelf .slideChildrenContainer {
margin: 0 4px;
}
}
.sliderLayoutContainer--slide-shelf .slideChildrenContainer .paginationDotsContainer {
top: calc(100% + 32px);
}
.sliderLeftArrow--slide-shelf {
padding: 0;
margin: 0;
left: 0;
}
.sliderLeftArrow--slide-shelf::before {
content: url(https://agenciamagma.vteximg.com.br/arquivos/arrow-left-filipequintanilha.svg);
width: 11px;
height: 29px;
}
.sliderRightArrow--slide-shelf {
padding: 0;
margin: auto;
right: 0;
}
.sliderRightArrow--slide-shelf::before {
content: url(https://agenciamagma.vteximg.com.br/arquivos/arrow-right-filipequintanilha.svg);
width: 11px;
height: 29px;
}
.caretIcon--slide-shelf {
width: 0;
height: 0;
}
.paginationDotsContainer--slide-shelf {
bottom: -42px;
align-items: center;
gap: 12px;
}
.paginationDot--slide-shelf {
background-color: #000000;
margin: 0;
}
.paginationDot--slide-shelf--isActive {
background-color: white;
border: 1px solid #000000;
width: 17px !important;
height: 17px !important;
}