Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lfinance into feature/optimization
  • Loading branch information
Vaibhav sasulkar committed Oct 1, 2024
2 parents 935b758 + 7d94a9e commit 7b738b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion styles/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,14 @@
.section.fees-charges-wrapper .code-wrapper .code>div>table>tbody>tr:last-child td {
border-bottom: unset;
}

.section.fees-charges-wrapper .code-wrapper .code>div>table>tbody>tr>td span{
color: var(--midnight);
font-family: 'Nunito-Regular', sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 24px;
text-align: left;
}
.section.fees-charges-wrapper .code-wrapper .code>div>table>tbody>tr>td {
border-bottom: 1px solid var(--pattensblue);
border-left: 1px solid var(--pattensblue);
Expand Down

0 comments on commit 7b738b1

Please sign in to comment.