challenge-vtex-io-eleonora-otz/styles/css/vtex.product-summary.css

72 lines
1.7 KiB
CSS
Raw Normal View History

2023-01-31 00:37:44 +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 */
/* Grid breakpoints */
:global(.vtex-slider-layout-0-x-slideChildrenContainer) {
width: 314px;
}
2023-01-31 00:37:44 +00:00
.imageWrapper {
height: 314px;
display: flex;
justify-content: center;
align-items: center;
}
2023-01-31 00:37:44 +00:00
.nameContainer {
padding: 0 0 8px;
}
2023-01-31 00:37:44 +00:00
.nameContainer .brandName {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #000000;
}
2023-01-31 00:37:44 +00:00
:global(.vtex-store-components-3-x-sellingPrice) {
padding: 0;
}
2023-01-31 00:37:44 +00:00
:global(.vtex-store-components-3-x-sellingPrice) :global(.vtex-store-components-3-x-sellingPriceLabel) {
display: none;
}
:global(.vtex-store-components-3-x-sellingPrice) :global(.vtex-store-components-3-x-sellingPriceValue) {
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: #000000;
}
2023-01-31 00:37:44 +00:00
:global(.vtex-store-components-3-x-listPrice) {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #bababa;
margin: 0;
padding-bottom: 8px;
}
:global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-listPriceLabel) {
display: none;
}
:global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-currencyContainer)::before {
content: "de ";
}
:global(.vtex-store-components-3-x-listPrice) :global(.vtex-store-components-3-x-currencyContainer)::after {
content: " por";
}
2023-01-31 17:21:27 +00:00
:global(.vtex-slider-layout-0-x-sliderRightArrow) {
visibility: hidden;
}
:global(.vtex-slider-layout-0-x-sliderRightArrow)::after {
visibility: visible;
2023-01-31 00:37:44 +00:00
content: url(https://agenciamagma.vtexassets.com/arquivos/arrow-right-eleonoraotz.png);
}
2023-01-31 00:37:44 +00:00
:global(.vtex-store-components-3-x-discountInsideContainer) {
display: none;
}