estilização do mobile descrição

This commit is contained in:
Ueber James Santos 2023-02-08 20:57:27 -03:00
parent 1464ed4fc9
commit 8e3140712f
4 changed files with 35 additions and 1 deletions

View File

@ -177,6 +177,11 @@
.shippingContainer :global(.vtex__icon-external-link) {
display: none;
}
@media only screen and (max-width: 1024px) {
.shippingContainer {
margin-bottom: 16px;
}
}
.shippingTable {
border: none;

View File

@ -63,6 +63,13 @@
}
@media only screen and (max-width: 1024px) {
.container--Descricao {
color: #BFBFBF;
border-top: 1px solid;
}
}
@media only screen and (max-width: 1024px) {
.listItem--DescricaoTab :global(.vtex-button) {
width: 100px;
}
}

View File

@ -45,7 +45,7 @@ gap: 16px;
justify-content: flex-start;
}
}
}
@ -246,6 +246,8 @@ gap: 16px;
:global(.vtex-button__label) {
height: fit-content;
}
:global(.vtex-address-form__postalCode-forgottenURL) {
@ -265,6 +267,14 @@ gap: 16px;
}
@include mq (md, max) {
margin-bottom: 16px;
}
}
@ -357,6 +367,8 @@ padding-bottom: 15px;
}
}
}
}
// cep-fim

View File

@ -36,6 +36,7 @@
margin: 0;
@include mq (md, max) {
border: none;
}
:global(.vtex-button) {
border: none;
@ -60,6 +61,15 @@
margin: 0 40px 0 40px;
@include mq (md, max) {
color: #BFBFBF;
border-top: 1px solid;
}
}
.listItem--DescricaoTab{
@include mq (md, max) {
:global(.vtex-button) {
width: 100px;
}
}
}