Entrega do Desafio #1

Merged
anacarolinaduartecavalcante merged 80 commits from feature/desafio-react-e-typescript into develop 2023-01-14 13:59:59 +00:00
Showing only changes of commit 16616f8e9c - Show all commits

View File

@ -215,7 +215,7 @@ main {
}
& input {
flex: 1;
height: 14.02px;
max-height: 14.49px;
background: $white;
border: 1px solid $secundary-200;
border-radius: 25px;
@ -226,7 +226,7 @@ main {
color: $secundary-100;
margin-top: 12px;
@media (min-width: 2500px) {
height: 31.02px;
max-height: 31.49px;
font-size: 28px;
line-height: 33px;
}