mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-05-15 05:46:02 +02:00
e7138a40ab
I forgot to update fonts when I switch to gitlab address, so: * add git icon * remove github icon
10 lines
483 B
CSS
10 lines
483 B
CSS
|
|
.icon-twitter:before { content: '\e800'; } /* '' */
|
|
.icon-git:before { content: '\e801'; } /* '' */
|
|
.icon-flattr:before { content: '\e802'; } /* '' */
|
|
.icon-bitcoin:before { content: '\e803'; } /* '' */
|
|
.icon-trash:before { content: '\e804'; } /* '' */
|
|
.icon-download:before { content: '\e805'; } /* '' */
|
|
.icon-spinner:before { content: '\e806'; } /* '' */
|
|
.icon-eye:before { content: '\e807'; } /* '' */
|
|
.icon-share:before { content: '\e808'; } /* '' */ |