mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-03-28 17:42:54 +01:00
17 lines
868 B
CSS
17 lines
868 B
CSS
|
|
.icon-ok:before { content: '\e800'; } /* '' */
|
|
.icon-eye:before { content: '\e801'; } /* '' */
|
|
.icon-download:before { content: '\e802'; } /* '' */
|
|
.icon-share:before { content: '\e803'; } /* '' */
|
|
.icon-trash:before { content: '\e804'; } /* '' */
|
|
.icon-bitcoin:before { content: '\e805'; } /* '' */
|
|
.icon-git:before { content: '\e806'; } /* '' */
|
|
.icon-twitter:before { content: '\e807'; } /* '' */
|
|
.icon-clipboard:before { content: '\e808'; } /* '' */
|
|
.icon-spinner:before { content: '\e809'; } /* '' */
|
|
.icon-shuffle:before { content: '\e80a'; } /* '' */
|
|
.icon-cancel:before { content: '\e80b'; } /* '' */
|
|
.icon-picture:before { content: '\e80c'; } /* '' */
|
|
.icon-file-archive:before { content: '\e80d'; } /* '' */
|
|
.icon-language:before { content: '\e80e'; } /* '' */
|
|
.icon-edit:before { content: '\e80f'; } /* '' */ |