Merge pull request #1547 from umap-project/1545-fix-icons
fix(1545): fix icons for mailto and tel
This commit is contained in:
commit
e69b5a7af0
1 changed files with 2 additions and 2 deletions
|
@ -1322,10 +1322,10 @@ a.add-datalayer:hover,
|
|||
margin: 5px;
|
||||
}
|
||||
a[href^='mailto']::before {
|
||||
content: '🖃 ';
|
||||
content: '✉︎ ';
|
||||
}
|
||||
a[href^='tel']::before {
|
||||
content: '🕿 ';
|
||||
content: '☎︎ ';
|
||||
}
|
||||
address span {
|
||||
padding-right: 5px;
|
||||
|
|
Loading…
Reference in a new issue