challenge-vtex-io-izabela-b.../react/components/Html/styles.css

224 lines
4.2 KiB
CSS

/* * {
margin: 0;
}
[class*="productNameContainer--quickview"] {
color: gray;
text-align: right;
}
[class*="shareContainer"] {
display: none;
}
[class*="shippingContainer"] {
display: flex;
}
[class*="shippingContainer"] button {
margin-top: 20px;
width: 50px;
height: 50px;
background-color: black;
color: white;
}
[class*="shippingContainer"] button div {
color: white;
font-size: 0px;
}
[class*="shippingContainer"] button div::before {
content: "OK";
font-family: "Open Sans", sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 19px;
letter-spacing: 0em;
}
[class*="flexRowContent--btn-product"] button {
background-color: black;
border-color: black;
max-width: 526px;
width: 100%;
height: 49px;
display: flex;
border-radius: 0px;
}
[class*="flexRowContent--btn-product"] button span {
font-size: 0px;
}
[class*="flexRowContent--btn-product"] button span::after {
content: "ADICIONAR À SACOLA";
font-size: 14px;
font-family: "Open Sans", sans-serif;
}
[class*="quantitySelectorStepper"] button {
height: 49px;
background: white;
}
[class*="quantitySelectorStepper"] input {
height: 49px;
border-right: 0px;
border-left: 0px;
}
[class*="quantitySelectorStepper"] input {
height: 49px;
border: 1px solid #cccccc;
border-right: 0px;
border-left: 0px;
}
[class*="quantitySelectorStepper"] button:last-child {
border: 1px solid #cccccc;
border-left: 0;
width: 3em;
transition: opacity 150ms;
border-radius: 0;
}
button[class*="vtex-numeric-stepperminus-button numeric-stepperminus-button br2 pa0 br-0 flex items-center justify-center ba b--muted-4 bw1 h-small f6 bg-muted-5 c-disabled o-100 "] {
border: 1px solid #cccccc;
border-right: 0;
width: 3em;
transition: opacity 150ms;
border-radius: 0;
}
[class*="quantitySelectorTitle"] {
display: none;
} */
/* [class*="flexRowContent--btn-product"] button {
background-color: black;
border-color: black;
width: 766px;
height: 49px;
display: flex;
border-radius: 0px;
bottom: 73px;
}
[class*="flexRowContent--btn-product"] button span {
font-size: 0px;
}
[class*="flexRowContent--btn-product"] button span::after {
font-size: 14px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-family: "Open Sans", sans-serif;
}
[class*="flexRowContent--btn-product"] button:hover {
background-color: #000000;
} */
[class*="vtex-add-to-cart-button-0-x-buttonText--botao-adicionar"] {
font-family: "Open Sans", sans-serif;
font-size: 14px;
bottom: 75px;
}
[class*="vtex-address-form__postalCode-forgottenURL"] a {
color: black;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 12px;
}
[class*="vtex-address-form__postalCode-forgottenURL"] span {
display: none;
}
/*Descr*/
[class*="vtex-tab-layout-0-x-listItem"] {
margin: 0;
padding: 0;
}
[class*="vtex-tab-layout-0-x-listItem"] button {
color: gray;
text-transform: capitalize;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
}
[class*="vtex-tab-layout-0-x-listItem"] button:hover {
color: black;
border-bottom: 2px solid black;
background-color: white;
border-radius: 0;
}
[class*="vtex-tab-layout-0-x-listItemActive"] button {
color: black;
background-color: white;
border: none;
border-bottom: 2px solid black;
border-radius: 0;
}
[class*="vtex-tab-layout-0-x-listItemActive"] button:hover {
background-color: white;
border-bottom: 4px solid black;
color: black;
}
[class*="vtex-store-components-3-x-productImageTag--main"] {
width: 904px;
height: 904px;
max-height: 900px !important;
}
[class*="pix-container"] {
display: flex;
}
[class*="pix-img"] {
margin-top: 18px;
}
[class*="pix-preco"] {
font-family: "Open Sans";
margin-top: 8px;
margin-left: 26px;
font-size: 18px;
font-weight: 700;
line-height: 25px;
letter-spacing: 0em;
color: rgba(0, 0, 0, 0.58);
}
[class*="pix-p"] p {
display: inline;
font-family: "Open Sans";
position: relative;
font-size: 13px;
font-weight: 300;
line-height: 18px;
margin-top: 10px;
text-align: left;
}
.html--botaoadc-quantidade {
display: flex;
}