feat(home) ajustando tamanho input

This commit is contained in:
Bernardo Cunha Ernani Waldhelm 2022-12-22 12:27:02 -03:00
parent bd2589b086
commit 8438956711

View File

@ -829,9 +829,9 @@
#ship-postalCode {
border: 1px solid $color-gray-6;
border-radius: 8px;
width: 573px;
width: 100%;
max-width: -webkit-fill-available;
height: 51px;
max-width: none;
font-family: $font-family;
font-style: normal;
font-weight: 400;
@ -841,14 +841,12 @@
@media #{$mq-desktop} {
width: 260px;
height: 19px;
font-size: 16px;
line-height: 20px;
}
@media #{$mq-tablet}, #{$mq-mobile} {
width: 96%;
height: 19px;
font-size: 16px;
line-height: 20px;