challenge-vtex-io-Patrick-R.../styles/sass/pages/product/vtex.store-components.scss

113 lines
2.3 KiB
SCSS

.productNameContainer--quickview {
text-align: right;
color: #575757;
font-family: "roboto";
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 34px;
}
.skuSelectorContainer--sku-selector {
display: flex;
flex-direction: column-reverse;
}
.skuSelectorSubcontainer--tamanho {
.skuSelectorItemTextValue {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #000000;
}
.skuSelectorOptionsList {
gap: 16px;
margin: 0;
}
.skuSelectorItem--sku-selector {
width: 40px;
height: 40px;
.skuSelectorInternalBox--sku-selector {
border: 0;
}
.frameAround--sku-selector {
border-radius: 100%;
border: 1px solid #989898;
}
&--selected {
.frameAround--sku-selector {
border: 2px solid #000000;
}
}
}
.skuSelectorItemTextValue--sku-selector {
padding: 0;
}
.skuSelectorNameContainer {
margin: 0;
display: flex;
flex-direction: column;
.skuSelectorTextContainer {
margin: 16px 0 8px 0;
.skuSelectorName {
font-size: 0;
&::after {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
content: "OUTROS TAMANHOS";
}
}
}
}
}
.skuSelectorSubcontainer--cor {
.skuSelectorOptionsList {
gap: 16px;
margin: 0;
}
.skuSelectorItem--sku-selector {
width: 48px;
height: 48px;
.skuSelectorInternalBox--sku-selector {
border-radius: 100%;
}
.frameAround--sku-selector {
border-radius: 100%;
border: 1px solid #989898;
}
&--selected {
.frameAround--sku-selector {
border: 2px solid #000000;
}
}
}
.skuSelectorNameContainer {
margin: 0;
.skuSelectorTextContainer {
margin: 10px 0 8px 0;
.skuSelectorName {
font-size: 0;
&::after {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
content: "OUTRAS CORES";
}
}
.skuSelectorSelectorImageValue {
font-size: 0;
}
}
}
}