challenge-vtex-io-caina/react/components/Html/styles.css

34 lines
560 B
CSS

[class*="html--codigo"] {
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: end;
}
[class*="html--description-container"] {
display: flex;
margin-left: 32px;
margin-right: 32px;
gap: 32px;
}
[class*="html--image-container"] {
width: 50.18%;
}
[class*="html--qtd-btn"] {
display: flex;
height: 49px;
}
[class*="html--qtd-btn"] :global(.vtex-button) {
background-color: #000000;
border: none;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #ffffff;
border-radius: 0%;
}