104 lines
2.1 KiB
CSS
104 lines
2.1 KiB
CSS
/*
|
|
0 - 600PX: Phone
|
|
600 - 900px: Table portrait
|
|
900 - 1200px: Tablet landscape
|
|
[1200 - 1800] is where our nortal styles apply
|
|
1800px + : Big desktop
|
|
*/
|
|
/* Media Query M3 */
|
|
/* Grid breakpoints */
|
|
.newsletter {
|
|
background: red;
|
|
}
|
|
|
|
.productNameContainer {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
text-align: right;
|
|
color: #000000;
|
|
}
|
|
|
|
.productNameContainer--quickview {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
text-align: right;
|
|
color: #575757;
|
|
}
|
|
|
|
.skuSelectorContainer {
|
|
display: flex;
|
|
flex-direction: column-reverse;
|
|
}
|
|
.skuSelectorContainer .frameAround {
|
|
border-radius: 50%;
|
|
border-color: black;
|
|
z-index: 2;
|
|
}
|
|
.skuSelectorContainer .skuSelectorInternalBox {
|
|
border-radius: 50%;
|
|
}
|
|
.skuSelectorContainer .diagonalCross {
|
|
background-image: linear-gradient(to top left, transparent 44%, rgba(0, 0, 0, 0.3) 48%, currentColor 48%, currentColor 52%, transparent 52%);
|
|
}
|
|
|
|
.skuSelectorItem {
|
|
height: 50px;
|
|
width: 50px;
|
|
}
|
|
|
|
.shippingContainer {
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.shippingContainer :global(.vtex-button) {
|
|
background-color: black;
|
|
width: 70px;
|
|
height: 45px;
|
|
color: white;
|
|
margin-top: 23px;
|
|
margin-left: -4px;
|
|
}
|
|
.shippingContainer :global(.vtex-input__label) {
|
|
font-size: 0px;
|
|
}
|
|
.shippingContainer :global(.vtex-input__label)::before {
|
|
content: "calcular frete:";
|
|
font-size: 14px;
|
|
text-transform: uppercase;
|
|
}
|
|
.shippingContainer :global(.vtex-button__label) {
|
|
font-size: 0px;
|
|
}
|
|
.shippingContainer :global(.vtex-button__label)::after {
|
|
content: "OK";
|
|
font-size: 14px;
|
|
}
|
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
|
width: 280px;
|
|
}
|
|
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
|
|
color: black;
|
|
position: absolute;
|
|
right: 32px;
|
|
top: 25px;
|
|
}
|
|
|
|
.shareContainer {
|
|
display: none;
|
|
}
|
|
|
|
.shippingTable .shippingTableRadioBtn {
|
|
display: none;
|
|
}
|
|
.shippingTable .shippingTableHead {
|
|
display: contents;
|
|
}
|
|
.shippingTable .shippingTableRow {
|
|
text-align: left;
|
|
} |