13 lines
212 B
CSS
13 lines
212 B
CSS
[class*="html--buy-button"] {
|
|
display: flex;
|
|
gap: 10px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
[class*="html--buy-button"] :global(.vtex-button) {
|
|
height: 49px;
|
|
background: black;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|