style: removendo bottom do .vtex-button da Calculadora de Frete

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-06 19:14:45 -03:00
parent a827c225b3
commit 1e15c3ca2c
2 changed files with 0 additions and 2 deletions

View File

@ -489,7 +489,6 @@
background: #000000; background: #000000;
border-radius: 0; border-radius: 0;
border: none; border: none;
bottom: 1px;
} }
.shippingContainer :global(.vtex-button) :global(.vtex-button__label) { .shippingContainer :global(.vtex-button) :global(.vtex-button__label) {
display: none; display: none;

View File

@ -487,7 +487,6 @@
background: $black; background: $black;
border-radius: 0; border-radius: 0;
border: none; border: none;
bottom: 1px;
:global(.vtex-button__label) { :global(.vtex-button__label) {
display: none; display: none;
} }