challenge-vtex-io-eleonora-otz/styles/sass/pages/product/vtex.product-summary.scss

87 lines
1.6 KiB
SCSS
Raw Normal View History

2023-01-31 00:37:44 +00:00
// :global(.vtex-slider-layout-0-x-slide--shelf) {
// width: 300px;
// }
:global(.vtex-slider-layout-0-x-slideChildrenContainer) {
width: 314px;
}
.imageWrapper {
height: 314px;
display: flex;
justify-content: center;
align-items: center;
}
.nameContainer {
padding: 0 0 8px;
.brandName {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: $black;
}
}
:global(.vtex-store-components-3-x-sellingPrice) {
padding: 0;
:global(.vtex-store-components-3-x-sellingPriceLabel) {
display: none;
}
:global(.vtex-store-components-3-x-sellingPriceValue) {
font-weight: 700;
font-size: 24px;
line-height: 33px;
color: $black;
}
}
:global(.vtex-store-components-3-x-listPrice) {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: $gray-300;
margin: 0;
padding-bottom: 8px;
:global(.vtex-store-components-3-x-listPriceLabel) {
display: none;
}
:global(.vtex-store-components-3-x-currencyContainer) {
&::before {
content: "de ";
}
&::after {
content: " por";
}
}
}
:global(.vtex-slider-layout-0-x-sliderRightArrow) {
// display: none;
:global(.vtex-slider-layout-0-x-caretIcon) {
// display: none;
&::after {
display: block;
content: url(https://agenciamagma.vtexassets.com/arquivos/arrow-right-eleonoraotz.png);
}
}
}
:global(.vtex-store-components-3-x-discountInsideContainer) {
display: none;
}
:global(.vtex-slider-layout-0-x-paginationDotsContainer) {
:global(.vtex-slider-layout-0-x-paginationDot--shelf) {
color: $black;
}
}