summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/vendor
diff options
context:
space:
mode:
authorrepat <repat@repat.de>2016-06-29 22:29:27 +0200
committerrepat <repat@repat.de>2016-06-29 22:34:22 +0200
commit0cf714099077aaf368bf35579efc3a80471ed926 (patch)
treeb376dbf89fcd17f957eacec46172540ea19d0350 /web-ui/app/scss/vendor
parent71f600fe9dcba13f61b1b60f4dfc9e65c73aac06 (diff)
exchanged paper-plane icon for sent icon, fixes #717
Diffstat (limited to 'web-ui/app/scss/vendor')
-rw-r--r--web-ui/app/scss/vendor/_customfont.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/web-ui/app/scss/vendor/_customfont.scss b/web-ui/app/scss/vendor/_customfont.scss
new file mode 100644
index 00000000..d72cca0f
--- /dev/null
+++ b/web-ui/app/scss/vendor/_customfont.scss
@@ -0,0 +1,9 @@
+[class^="icon-"], [class*=" icon-"] {
+ /* use !important to prevent issues with browser extensions that change fonts */
+ font-family: 'icomoon' !important;
+ line-height: 1;
+}
+
+.icon-px-sent:before {
+ content: "\e900";
+}