feat: change footer
Some checks failed
Build / deploy-stage (push) Blocked by required conditions
Build / switch-stage (push) Blocked by required conditions
Build / build (push) Has been cancelled

This commit is contained in:
2025-04-21 19:45:09 +02:00
parent b7de6dee99
commit ea7e164458
5 changed files with 91 additions and 52 deletions

View File

@@ -33,3 +33,10 @@
.ci-arrow-down::before {
mask-image: url(../Icons/arrow-down.svg);
}
.ci-email::before {
mask-image: url(../Icons/email.svg);
}
.ci-phone::before {
mask-image: url(../Icons/phone.svg);
}

View File

@@ -6,14 +6,14 @@ body {
line-height: 1.5;
}
/* a[href^="tel:"]::before { */
/* @extend .ci; */
/* @extend .ci-phone; */
/* margin-right: 0.5em; */
/* } */
a[href^="tel:"]::before {
@extend .ci;
@extend .ci-phone;
margin-right: 0.5em;
}
/* a[href^="mailto:"]::before { */
/* @extend .ci; */
/* @extend .ci-email; */
/* margin-right: 0.5em; */
/* } */
a[href^="mailto:"]::before {
@extend .ci;
@extend .ci-email;
margin-right: 0.5em;
}