feat: add icons to tel and mailto links
This commit is contained in:
parent
1da5ce2a77
commit
147f53775f
1 changed files with 12 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue