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

31 lines
531 B
CSS

[class*="html--codigo"] {
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: end;
}
[class*="html--description-container"] {
display: grid;
grid-auto-flow: column;
margin-left: 72px;
margin-right: 72px;
gap: 32px;
}
[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%;
}