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

71 lines
1.2 KiB
SCSS

.skuSelectorContainer--quickview .skuSelectorItemImage .frameAround,
.skuSelectorContainer--quickview .skuSelectorItemImage .skuSelectorInternalBox {
border-radius: 50%;
}
.container :global(.vtex-modal-layout-0-x-triggerContainer) {
opacity: 0;
transition: opacity 200ms ease-in-out;
}
.container:hover :global(.vtex-modal-layout-0-x-triggerContainer) {
opacity: 1;
}
@media screen and (max-width: 40em) {
.container :global(.vtex-modal-layout-0-x-triggerContainer) {
display: none;
}
}
.element {
padding: 0;
}
.nameContainer {
padding-top: 1rem;
padding-bottom: 8px;
}
.brandName {
color: #000000;
font-size: 0.875rem;
line-height: 19.07px;
@media screen and (min-width: 1025px) {
font-size: 1.125rem;
line-height: 24.51px;
}
}
.container {
text-align: center;
}
.priceContainer {
padding-top: 0;
}
.imageContainer {
text-align: center;
}
.image {
border-radius: 0.25rem;
}
.sellingPriceContainer {
.currencyContainer {
font-weight: 700;
color: #000;
font-size: 1.125rem;
line-height: normal;
@media screen and (min-width: 1025px) {
font-size: 1.5rem;
line-height: normal;
}
}
}