Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lfinance into feature/bugfixes-dev
  • Loading branch information
npy11 authored and npy11 committed Oct 7, 2024
2 parents c69bc9a + 49388c6 commit 5e08f29
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
23 changes: 8 additions & 15 deletions blocks/carousel/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,8 @@
background-repeat: no-repeat;
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1 {
.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1,
.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1>strong {
color: var(--black);
font-family: "Nunito-Extrabold", sans-serif;
font-size: 3rem;
Expand All @@ -464,8 +465,8 @@
margin-bottom: 16px;
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h2 {
display: none;
.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1>strong {
display: block;
}

@media (min-width:1024px) and (max-width:1366px) {
Expand Down Expand Up @@ -708,7 +709,8 @@
background-image: url("/images/banner2-background-image-mobile.png");
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1 {
.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1,
.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1>strong {
font-size: 1.5rem;
line-height: 32px;
margin-bottom: unset;
Expand Down Expand Up @@ -799,17 +801,8 @@
padding-top: 40px;
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h2 {
display: block;
font-size: 1.5rem;
line-height: 32px;
color: var(--black);
font-family: "Nunito-Extrabold", sans-serif;
font-weight: 800;
}

.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.teaser-block-six>.background .foreground .text .long-description>h1 {
display: none;
.section.banner-carousel-wrapper .carousel-wrapper .panel-container .teaser.block.carousel-heading-inline-mob>.background .foreground .text .long-description>h1>strong {
display: inline;
}
}

Expand Down
1 change: 1 addition & 0 deletions blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ footer.footer-wrapper .footer {
.footer-section-second ul > li > ul > li>a,
.footer-section-second ul > li > ul > li>a>sub{
font-size: 1rem;
line-height: 1.5rem;
color: #fff;
margin-top: 0.5rem;
font-family: "Nunito-Regular";
Expand Down
4 changes: 4 additions & 0 deletions component-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,10 @@
{
"name": "video-component-carousel",
"value": "video-component-carousel"
},
{
"name": "carousel-heading-inline-mob",
"value": "carousel-heading-inline-mob"
}
]
},
Expand Down

0 comments on commit 5e08f29

Please sign in to comment.