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) {
|
.shippingContainer :global(.vtex__icon-external-link) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@media only screen and (max-width: 1024px) {
|
||||||
|
.shippingContainer {
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.shippingTable {
|
.shippingTable {
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -63,6 +63,13 @@
|
|||||||
}
|
}
|
||||||
@media only screen and (max-width: 1024px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
.container--Descricao {
|
.container--Descricao {
|
||||||
|
color: #BFBFBF;
|
||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 1024px) {
|
||||||
|
.listItem--DescricaoTab :global(.vtex-button) {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
@ -45,7 +45,7 @@ gap: 16px;
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -246,6 +246,8 @@ gap: 16px;
|
|||||||
|
|
||||||
:global(.vtex-button__label) {
|
:global(.vtex-button__label) {
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.vtex-address-form__postalCode-forgottenURL) {
|
: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
|
// cep-fim
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
@include mq (md, max) {
|
@include mq (md, max) {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
:global(.vtex-button) {
|
:global(.vtex-button) {
|
||||||
border: none;
|
border: none;
|
||||||
@ -60,6 +61,15 @@
|
|||||||
margin: 0 40px 0 40px;
|
margin: 0 40px 0 40px;
|
||||||
|
|
||||||
@include mq (md, max) {
|
@include mq (md, max) {
|
||||||
|
color: #BFBFBF;
|
||||||
border-top: 1px solid;
|
border-top: 1px solid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listItem--DescricaoTab{
|
||||||
|
@include mq (md, max) {
|
||||||
|
:global(.vtex-button) {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user