forked from M3-Academy/m3-academy-template-checkout
feat(home) ajustando tamanho input
This commit is contained in:
parent
bd2589b086
commit
8438956711
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user