feat: adiciona placeholder input cep

This commit is contained in:
Rafael Sampaio de Oliveira 2023-01-30 16:26:05 -03:00
parent 3510d7dc05
commit b47d213e26
2 changed files with 14 additions and 0 deletions

View File

@ -263,4 +263,11 @@
.skuSelectorOptionsList {
margin: 0;
}
:global(.vtex-address-form-4-x-input)::placeholder {
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
}

View File

@ -264,3 +264,10 @@
.skuSelectorOptionsList {
margin: 0;
}
:global(.vtex-address-form-4-x-input)::placeholder {
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
}