Fix incorrect class names of icon font

This commit is contained in:
Björn Fromme
2022-08-31 16:40:17 +02:00
parent aacc88f9cd
commit 5a6972f00c
@@ -51,5 +51,5 @@ $font-main: 'Cairo';
.icon-minus:before { content: '\e801'; }
.icon-ok:before { content: '\e802'; }
.icon-calendar:before { content: '\e803'; }
.icon_mail_circle:before { content: '\e804'; }
.icon_phone_circle:before { content: '\e805'; }
.icon-mail-circle:before { content: '\e804'; }
.icon-phone-circle:before { content: '\e805'; }