hotfix: correção do ultimo ajuste no button de adicionar a sacola

This commit is contained in:
Adilson Fernando Neves Ornellas 2023-01-30 15:35:40 -03:00
parent 360b10b6b5
commit 10b06a6794
2 changed files with 4 additions and 0 deletions

View File

@ -138,4 +138,6 @@
}
.flexRow--divButtonBuy :global(.vtex-button) {
background-color: black;
border: 0;
border-radius: 0;
}

View File

@ -115,5 +115,7 @@
width: 100%;
:global(.vtex-button) {
background-color: black;
border: 0;
border-radius: 0;
}
}