forked from M3-Academy/challenge-vtex-io
Merge pull request 'reafactor/ajusta-alinhamento-input-cep-375px' (#58) from reafactor/ajusta-alinhamento-input-cep-375px into development
Reviewed-on: #58
This commit is contained in:
commit
8a82001394
@ -18,7 +18,7 @@
|
|||||||
[class*="html--buy-button"] {
|
[class*="html--buy-button"] {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
margin-bottom: 5px;
|
margin: 6px 0 5px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="html--buy-button"] :global(.vtex-button) {
|
[class*="html--buy-button"] :global(.vtex-button) {
|
||||||
@ -71,10 +71,6 @@
|
|||||||
width: 149.91px;
|
width: 149.91px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="html--buy-button"] {
|
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
[class*="html--descriptionImage"] {
|
[class*="html--descriptionImage"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@ -88,6 +84,7 @@
|
|||||||
[class*="html--buy-button"] {
|
[class*="html--buy-button"] {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
[class*="html--product-quantity"] {
|
[class*="html--product-quantity"] {
|
||||||
|
@ -553,4 +553,18 @@
|
|||||||
.shippingTable {
|
.shippingTable {
|
||||||
margin-top: 32px;
|
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;
|
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