Skip to content

Commit

Permalink
Merge branch 'main' of github.com:WWWPiramalFinanceCOM/piramalfinance
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Oct 15, 2024
2 parents e0aab9d + 184b853 commit 39839b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 4 additions & 1 deletion styles/disclaimer/disclaimer.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
.section.home-page-calculator-call-xf .discalimer-calc .discalimer-first-para {
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box!important;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.section.home-page-calculator-call-xf .discalimer-details .discalimer-calc:has(.dp-none) .discalimer-first-para{
display: -webkit-box;
}
.section.home-page-calculator-call-xf .discalimer-calc .discalimer-first-para{
display: inline-block;
font-family: Nunito-Regular, sans-serif;
Expand Down
12 changes: 8 additions & 4 deletions styles/key-features/key-features.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
padding: 12px 0 4px;
}

.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) {
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2),
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(3) {
color: #fff;
font-family: 'Nunito-Regular', sans-serif;
font-size: 1rem;
Expand All @@ -73,7 +74,8 @@
padding: 0;
}

.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) > strong {
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) > strong,
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(3) > strong {
color: #fff;
font-family: 'Nunito-Bold', sans-serif;
font-size: 1.5rem;
Expand Down Expand Up @@ -137,12 +139,14 @@
padding: 0 0 4px;
}

.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) > strong {
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) > strong,
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(3) > strong {
font-size: 1rem;
line-height: 24px;
}

.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) {
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2),
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(3) {
font-size: 0.75rem;
line-height: 24px
}
Expand Down

0 comments on commit 39839b9

Please sign in to comment.