feat: adiciona placeholder input cep #16

Merged
Rafael_Sampaio_de_Oliveira merged 1 commits from feature/adiciona-placeholder-input-cep into development 2023-01-30 19:26:54 +00:00
2 changed files with 14 additions and 0 deletions
Showing only changes of commit b47d213e26 - Show all commits

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;
}