estilização do mobile descrição
This commit is contained in:
parent
1464ed4fc9
commit
8e3140712f
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
@ -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
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user