challenge-vtex-io-naian-felix/styles/sass/pages/product/vtex.store-components.scss

161 lines
2.9 KiB
SCSS
Raw Normal View History

2023-01-25 17:53:15 +00:00
.container {
padding: 0 40px;
.productNameContainer {
font-weight: 300;
font-size: 20px;
line-height: 34px;
color: #575757;
text-align: end;
}
.skuSelectorContainer {
display: flex;
flex-direction: column-reverse;
border: 0;
.skuSelectorItem {
border: 1px solid #989898;
border-radius: 50%;
width: 44px;
height: 44px;
&.skuSelectorItem--selected {
border: 2px solid #000;
.diagonalCross {
color: #000;
border: 2px;
}
}
}
.skuSelectorSubcontainer--tamanho {
.skuSelectorName {
font-size: 0;
&::before {
content: "OUTROS TAMANHOS:";
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
}
}
.skuSelectorSubcontainer--cor {
.skuSelectorImageValue {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
2023-02-02 12:42:45 +00:00
.skuSelectorNameSeparator,
.skuSelectorSelectorImageValue {
display: none;
}
.skuSelectorName {
font-size: 0;
&::before {
content: "OUTRAS CORES: ";
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
}
}
2023-01-25 17:53:15 +00:00
.skuSelectorInternalBox {
padding: 0;
border-radius: 50%;
border: 0;
.skuSelectorItemTextValue {
font-size: 14px;
padding: 0;
}
}
.diagonalCross {
border: 1px;
width: 10px;
color: #989898;
margin: 0 auto;
transform: rotate(60deg);
}
.frameAround {
display: none;
}
}
}
2023-02-02 12:42:45 +00:00
.shippingContainer {
display: flex;
:global(.vtex-button) {
width: 50px;
height: 50px;
font-size: 0;
background-color: #000;
border: 0;
margin-top: 27px;
right: 9%;
&::before {
text-align: center;
content: "OK";
font-weight: 600;
font-size: 14px;
line-height: 19px;
color: #ffffff;
}
:global(.vtex-button__label) {
height: 0;
width: 0;
}
}
:global(.vtex-address-form__postalCode-forgottenURL) {
position: absolute;
right: 15%;
bottom: 33%;
#text {
color: #000;
text-decoration: underline;
}
:global(.vtex__icon-external-link) {
display: none;
}
}
}
2023-01-25 17:53:15 +00:00
.newsletter {
background: red;
}
2023-02-02 12:42:45 +00:00
:global(.vtex-input__label) {
font-size: 0;
&::before {
content: "CALCULAR FRETE:";
font-size: 14px;
line-height: 19px;
color: #929292;
}
}
.shareContainer {
display: none;
}
:global(.vtex-address-form__postalCode) {
display: flex;
padding: 0;
.pointer {
position: absolute;
}
}
:global(.vtex-input-prefix__group) {
height: 50px;
}