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

31 lines
531 B
CSS
Raw Normal View History

[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;
2023-01-24 20:51:49 +00:00
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;
2023-01-23 22:15:33 +00:00
border-radius: 0%;
}