1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-21 12:22:00 +02:00

Add sms styles

This commit is contained in:
Kognise
2019-04-15 09:33:51 -04:00
parent 9f25b89c13
commit 4ce783f9bb
6 changed files with 10 additions and 5 deletions

View File

@@ -36,9 +36,13 @@ address {
}
a[href^='mailto']::before {
content: '✉️ ';
content: '📧 ';
}
a[href^='tel']::before {
content: '📞 ';
}
a[href^='sms']::before {
content: '💬 ';
}