challenge-vtex-io-sabrina-m.../react/components/Html/styles.css

39 lines
683 B
CSS
Raw Normal View History

[class*="html--pdp-breadcrumb"] {
background-color: #FFFFFF;
}
[class*="html--add-to-cart-button"] button {
background-color: #000000 !important;
border: none;
width: 526px;
height: 49px;
padding: 12px 64px;
}
[class*="html--product-quantity-cart-button"] {
display: flex;
flex-direction: row;
gap: 10px;
margin-bottom: 16px;
}
[class*="html--product-quantity-cart-button"] input{
height: 49px;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #929292;
}
[class*="html--product-quantity-cart-button"] button{
height: 49px;
background-color: #FFFFFF;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #000000;
}