feat: add icons to tel and mailto links
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
body {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user