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

59 lines
1005 B
SCSS
Raw Normal View History

.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;
}
}
.nameContainer {
padding-top: 1rem;
padding-bottom: 1rem;
}
.brandName {
color: #2e2e2e;
}
.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: 18px;
line-height: normal;
@media screen and (min-width: 1025px) {
font-size: 24px;
line-height: normal;
}
}
}