Icon fix
This commit is contained in:
parent
a838e3c22b
commit
f355950f9f
2 changed files with 3 additions and 1 deletions
|
|
@ -208,8 +208,9 @@
|
|||
}
|
||||
|
||||
.cta-icon .d-icon {
|
||||
font-size: 40px;
|
||||
font-size: 25px;
|
||||
color: var(--text-color);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.cta-content {
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue