feat: change footer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user