forked from M3-Academy/challenge-vtex-io
refactor: ajusta alinhamento input cep 375px
This commit is contained in:
parent
e5b7e69c7f
commit
acf52c77d2
@ -18,7 +18,7 @@
|
||||
[class*="html--buy-button"] {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
margin-bottom: 5px;
|
||||
margin: 6px 0 5px 0;
|
||||
}
|
||||
|
||||
[class*="html--buy-button"] :global(.vtex-button) {
|
||||
@ -71,10 +71,6 @@
|
||||
width: 149.91px;
|
||||
}
|
||||
|
||||
[class*="html--buy-button"] {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
[class*="html--descriptionImage"] {
|
||||
width: 100%;
|
||||
}
|
||||
@ -88,6 +84,7 @@
|
||||
[class*="html--buy-button"] {
|
||||
flex-direction: column;
|
||||
gap: 0;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
[class*="html--product-quantity"] {
|
||||
|
@ -554,3 +554,17 @@
|
||||
margin-top: 32px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 463px) {
|
||||
.shippingContainer :global(.vtex-address-form__postalCode) {
|
||||
width: 100%;
|
||||
}
|
||||
.shippingContainer :global(.vtex-button) {
|
||||
left: unset;
|
||||
right: 0;
|
||||
}
|
||||
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
|
||||
left: unset;
|
||||
right: 0;
|
||||
top: 95%;
|
||||
}
|
||||
}
|
@ -580,3 +580,20 @@
|
||||
margin-top: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 463px) {
|
||||
.shippingContainer :global(.vtex-address-form__postalCode) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.shippingContainer :global(.vtex-button) {
|
||||
left: unset;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.shippingContainer :global(.vtex-address-form__postalCode-forgottenURL) {
|
||||
left: unset;
|
||||
right: 0;
|
||||
top: 95%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user