feat: adicionando index.d.ts e InstallmentProduct.module.css

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-01-25 08:31:32 -03:00
parent f8e3eb1720
commit e7da711959
2 changed files with 12 additions and 0 deletions

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