This commit is contained in:
gabeszm 2025-10-16 18:03:19 +02:00
parent a838e3c22b
commit f355950f9f
2 changed files with 3 additions and 1 deletions

View file

@ -208,8 +208,9 @@
}
.cta-icon .d-icon {
font-size: 40px;
font-size: 25px;
color: var(--text-color);
padding: 5px;
}
.cta-content {

View file

@ -130,6 +130,7 @@ export default class WelcomeBanner extends Component {
<span class="cta-title">{{settings.cta_card_3_title}}</span>
<span class="cta-desc">{{settings.cta_card_3_description}}</span>
<span class="cta-cta">
<p>»</p>
{{icon "angle-double-right"}}
{{settings.cta_card_3_cta_text}}
</span>