2023-01-22 05:01:04 +00:00
|
|
|
.html--codigo {
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
text-align: end;
|
2023-01-20 17:48:56 +00:00
|
|
|
}
|
|
|
|
|
2023-01-22 05:01:04 +00:00
|
|
|
.html--qtd-btn {
|
|
|
|
display: flex;
|
|
|
|
height: 49px;
|
2023-01-20 17:48:56 +00:00
|
|
|
|
2023-01-22 05:01:04 +00:00
|
|
|
:global(.vtex-button) {
|
2023-01-23 22:15:33 +00:00
|
|
|
background-color: $color-black-100;
|
2023-01-22 05:01:04 +00:00
|
|
|
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%;
|
2023-01-22 05:01:04 +00:00
|
|
|
}
|
|
|
|
}
|