diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-03 16:13:38 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-03 16:13:38 -0500 |
commit | 3e1948bcf9abf1e36e7aab4c9df5b26782f4aaa7 (patch) | |
tree | dec73d2ae753240ce0e4969c39cf37f158df198c /templates/sass/_libresocial.sass | |
parent | 8863159339b73b7abd7d3f148dc0ad862994be07 (diff) | |
download | portfolio-3e1948bcf9abf1e36e7aab4c9df5b26782f4aaa7.tar.lz portfolio-3e1948bcf9abf1e36e7aab4c9df5b26782f4aaa7.tar.xz portfolio-3e1948bcf9abf1e36e7aab4c9df5b26782f4aaa7.zip |
update libresocial
Diffstat (limited to 'templates/sass/_libresocial.sass')
-rw-r--r-- | templates/sass/_libresocial.sass | 40 |
1 files changed, 29 insertions, 11 deletions
diff --git a/templates/sass/_libresocial.sass b/templates/sass/_libresocial.sass index 84e2ff8..f61eef2 100644 --- a/templates/sass/_libresocial.sass +++ b/templates/sass/_libresocial.sass @@ -34,35 +34,53 @@ $libresocial-path: "../fonts" /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ -.icon-diaspora:before +.icon-copyleft:before content: '\e800' -.icon-friendica:before +.icon-diaspora:before content: '\e801' -.icon-gitlab:before +.icon-friendica:before content: '\e802' -.icon-gnusocial:before +.icon-gitlab:before content: '\e803' -.icon-hubzilla:before +.icon-gnusocial:before content: '\e804' -.icon-mastodon:before +.icon-hubzilla:before content: '\e805' -.icon-mediagoblin:before +.icon-liberapay:before content: '\e806' -.icon-notabug:before +.icon-libregit:before content: '\e807' -.icon-pump:before +.icon-mastodon:before content: '\e808' -.icon-tox:before +.icon-matrix:before content: '\e809' -.icon-xmpp:before +.icon-mediagoblin:before content: '\e810' + +.icon-notabug:before + content: '\e811' + +.icon-peertube:before + content: '\e812' + +.icon-pixelfed:before + content: '\e813' + +.icon-pump:before + content: '\e814' + +.icon-tox:before + content: '\e815' + +.icon-xmpp:before + content: '\e816' |