forked from M3-Academy/challenge-vtex-io
Merge pull request 'feat: adiciona placeholder input cep' (#16) from feature/adiciona-placeholder-input-cep into development
Reviewed-on: #16
This commit is contained in:
commit
6e58ed1ae0
@ -263,4 +263,11 @@
|
|||||||
|
|
||||||
.skuSelectorOptionsList {
|
.skuSelectorOptionsList {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
:global(.vtex-address-form-4-x-input)::placeholder {
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
}
|
}
|
@ -264,3 +264,10 @@
|
|||||||
.skuSelectorOptionsList {
|
.skuSelectorOptionsList {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.vtex-address-form-4-x-input)::placeholder {
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 16px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user