Skip to content

Commit

Permalink
Merge pull request #557 from WWWPiramalFinanceCOM/feature/optimization
Browse files Browse the repository at this point in the history
 group loan table done
  • Loading branch information
VaibhavSasulkar authored Oct 15, 2024
2 parents 24694a0 + 4334991 commit 08f850d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions styles/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,23 @@
border-bottom: unset
}

.section.fees-charges-wrapper.group-loan-finance-table .code-wrapper .code>div>table>tbody>tr>th,
.section.fees-charges-wrapper.group-loan-finance-table .code-wrapper .code>div>table>tbody>tr>td {
width: 25%;
}

.section.fees-charges-wrapper.group-loan-finance-table .code-wrapper .code>div>table>tbody>tr>th {
background-color: var(--greyishblue);
border: 1px solid var(--dark-color);
color: var(--background-color);
font-family: 'Nunito-Bold', sans-serif;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.25rem;
padding: 1.25rem 2px;
border-radius: unset;
}


@media screen and (max-width: 767px) {
.section.fees-charges-wrapper .default-content-wrapper h2 {
Expand Down

0 comments on commit 08f850d

Please sign in to comment.