Entrega do Desafio #2

Merged
anacarolinaduartecavalcante merged 94 commits from develop into master 2023-02-03 17:19:00 +00:00
2 changed files with 12 additions and 0 deletions
Showing only changes of commit e7da711959 - Show all commits

View File

@ -0,0 +1,11 @@
.PriceContent {
margin: 0;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #929292;
}
.PriceContent:nth-child(1n) {
font-weight: 700;
}

1
react/index.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare module "*.module.css";