feat: estiliza o cep
This commit is contained in:
parent
a1ce5aced1
commit
02ef4d1502
@ -113,7 +113,6 @@
|
|||||||
"html#product-installments",
|
"html#product-installments",
|
||||||
"html#m3-pix",
|
"html#m3-pix",
|
||||||
"html#sku-selector",
|
"html#sku-selector",
|
||||||
"product-assembly-options",
|
|
||||||
"product-gifts",
|
"product-gifts",
|
||||||
"html#buy-button",
|
"html#buy-button",
|
||||||
"availability-subscriber",
|
"availability-subscriber",
|
||||||
|
@ -133,8 +133,9 @@
|
|||||||
.shippingContainer :global(.vtex-address-form__postalCode) {
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 768px) {
|
||||||
.shippingContainer :global(.vtex-address-form__postalCode) {
|
.shippingContainer :global(.vtex-address-form__postalCode) {
|
||||||
|
width: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -158,6 +159,14 @@
|
|||||||
position: initial;
|
position: initial;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :global(.vtex__icon-external-link) {
|
.shippingContainer :global(.vtex-address-form__postalCode) :global(.vtex-address-form__postalCode-forgottenURL) :global(.vtex__icon-external-link) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -170,6 +179,11 @@
|
|||||||
max-width: 231px;
|
max-width: 231px;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.shippingContainer :global(.vtex-input-prefix__group) {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
.shippingContainer :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input),
|
.shippingContainer :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input),
|
||||||
.shippingContainer :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input)::placeholder {
|
.shippingContainer :global(.vtex-input-prefix__group) :global(.vtex-address-form-4-x-input)::placeholder {
|
||||||
font-family: "Open Sans";
|
font-family: "Open Sans";
|
||||||
|
@ -142,7 +142,8 @@
|
|||||||
:global(.vtex-address-form__postalCode) {
|
:global(.vtex-address-form__postalCode) {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
@media (max-width:1024px) {
|
@media (max-width:768px) {
|
||||||
|
width: 100%;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -166,6 +167,13 @@
|
|||||||
position: initial;
|
position: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width:768px) {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
:global(.vtex__icon-external-link) {
|
:global(.vtex__icon-external-link) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -182,6 +190,9 @@
|
|||||||
max-width: 231px;
|
max-width: 231px;
|
||||||
height: 49px;
|
height: 49px;
|
||||||
|
|
||||||
|
@media (max-width:768px) {
|
||||||
|
max-width: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
:global(.vtex-address-form-4-x-input),
|
:global(.vtex-address-form-4-x-input),
|
||||||
|
Loading…
Reference in New Issue
Block a user