hotfix: tirando a margin do button do tab-layout

This commit is contained in:
Adilson Fernando Neves Ornellas 2023-02-02 15:43:19 -03:00
parent de6ec563ec
commit 37c23b0980
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@
line-height: 38px;
color: #bfbfbf;
text-transform: capitalize;
border: 0;
}
@media (min-width: 2500px) {
.container--estrutura .listContainer--Guias .listItem--renderGuia :global(.vtex-button) {

View File

@ -28,6 +28,7 @@
line-height: 38px;
color: #bfbfbf;
text-transform: capitalize;
border: 0;
@media (min-width: 2500px) {
font-size: 24px !important;
}