challenge-vtex-io-samuelcon.../react/components/Html/style.css

36 lines
613 B
CSS
Raw Normal View History

2023-02-07 14:40:28 +00:00
[class*="html--quantityAndButton"] {
display: flex;
2023-02-03 18:33:31 +00:00
width: 100%;
gap: 10px;
2023-01-31 21:26:49 +00:00
margin-bottom: 16px;
}
2023-02-03 18:33:31 +00:00
2023-02-07 14:40:28 +00:00
[class*="html--prate"] {
display: flex;
flex-direction: column;
}
[class*="add-to-cart-button"] {
width: 100%;
}
2023-02-03 18:33:31 +00:00
[class*='html']>[class*='button'] {
width: 100%;
height: 49px;
2023-02-03 18:33:31 +00:00
border-radius: 0;
margin-right: 40px;
background: #000;
border: #000;
}
[class*="html"]>[class*='flexRow'] {
width: 100%;
height: 49px;
display: flex;
align-items: center;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #FFFFFF;
}