challenge-vtex-io-naian-felix/styles/css/vtex.slider-layout.css

123 lines
3.3 KiB
CSS
Raw Normal View History

2023-02-07 19:53:56 +00:00
/*
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 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
/* Grid breakpoints */
.sliderLayoutContainer {
2023-02-07 19:53:56 +00:00
background-color: transparent;
height: 630px;
}
.sliderLayoutContainer .sliderRightArrow,
.sliderLayoutContainer .sliderLeftArrow {
2023-02-08 03:55:14 +00:00
bottom: 48%;
2023-02-07 19:53:56 +00:00
margin: 0;
padding: 0;
}
.sliderLayoutContainer .sliderRightArrow .caretIcon,
.sliderLayoutContainer .sliderLeftArrow .caretIcon {
2023-02-07 20:34:16 +00:00
display: none;
}
.sliderLayoutContainer .sliderLeftArrow::after {
content: "";
display: block;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='31' viewBox='0 0 12 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.000193945 15.2383L10.9291 30.1191L11.2002 27.7468L2.30458 15.2383L11.2002 2.89145L10.9291 0.519139L0.000193945 15.2383Z' fill='black'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 11px;
height: 30px;
}
.sliderLayoutContainer .sliderRightArrow::after {
content: "";
display: block;
background-image: url("data:image/svg+xml,%3Csvg width='12' height='31' viewBox='0 0 12 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9998 15.4004L1.07091 0.519531L0.799804 2.89184L9.69542 15.4004L0.799802 27.7472L1.07091 30.1195L11.9998 15.4004Z' fill='black'/%3E%3C/svg%3E ");
background-repeat: no-repeat;
background-size: 100% 100%;
width: 11px;
2023-02-07 19:53:56 +00:00
height: 30px;
}
.sliderLayoutContainer .paginationDotsContainer {
display: flex;
align-items: center;
margin-bottom: 64px;
}
.sliderLayoutContainer .paginationDotsContainer .paginationDot {
width: 10px;
height: 10px;
background-color: black;
border: none;
}
.sliderLayoutContainer .paginationDotsContainer .paginationDot--isActive {
width: 17px !important;
height: 17px !important;
background-color: white;
border: 0.5px solid #000000;
}
:global(.vtex-product-summary-2-x-imageContainer) {
width: 314px;
height: 314px;
}
:global(.vtex-product-summary-2-x-imageContainer) :global(.vtex-product-summary-2-x-imageNormal) {
max-height: 314px !important;
}
:global(.vtex-product-price-1-x-listPrice) {
display: block;
font-size: 14px;
line-height: 19px;
text-align: center;
color: #bababa;
padding-bottom: 8px;
}
:global(.vtex-product-price-1-x-sellingPrice) {
font-weight: 700;
font-size: 24px;
line-height: 33px;
text-align: center;
color: #000000;
}
:global(.vtex-product-summary-2-x-nameContainer) {
padding-bottom: 8px;
text-align: center;
justify-content: center;
}
2023-02-07 19:53:56 +00:00
:global(.vtex-product-summary-2-x-nameContainer) :global(.vtex-product-summary-2-x-productBrand) {
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #000000;
text-align: center;
word-wrap: none;
}
2023-02-07 19:53:56 +00:00
:global(.vtex-product-summary-2-x-element) {
padding: 0;
}
2023-02-07 19:53:56 +00:00
:global(.vtex-rich-text-0-x-container) {
display: none;
}
2023-02-07 19:53:56 +00:00
:global(.vtex-slider-layout-0-x-sliderTrackContainer) {
2023-02-08 03:55:14 +00:00
margin: 0 27px 32px 27px;
}
2023-02-07 19:53:56 +00:00
:global(.vtex-slider-layout-0-x-sliderTrack) {
margin-bottom: 32px;
}
2023-02-07 19:53:56 +00:00
:global(.vtex-slider-layout-0-x-slideChildrenContainer) {
max-width: 314px;
}
2023-02-07 19:53:56 +00:00
:global(.vtex-slider-layout-0-x-slide) {
width: 314px !important;
height: 448px;
}