Browse Source

Re-adding mail icon

pull/178/head
Pēteris Caune 7 years ago
parent
commit
0cfc945a11
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
5 changed files with 10 additions and 6 deletions
  1. +9
    -6
      static/css/icomoon.css
  2. BIN
      static/fonts/icomoon.eot
  3. +1
    -0
      static/fonts/icomoon.svg
  4. BIN
      static/fonts/icomoon.ttf
  5. BIN
      static/fonts/icomoon.woff

+ 9
- 6
static/css/icomoon.css View File

@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?123');
src: url('../fonts/icomoon.eot?123#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?123') format('truetype'),
url('../fonts/icomoon.woff?123') format('woff'),
url('../fonts/icomoon.svg?123#icomoon') format('svg');
src: url('../fonts/icomoon.eot?7cu72n');
src: url('../fonts/icomoon.eot?7cu72n#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?7cu72n') format('truetype'),
url('../fonts/icomoon.woff?7cu72n') format('woff'),
url('../fonts/icomoon.svg?7cu72n#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
@ -85,7 +85,7 @@
.icon-cancel:before {
content: "\e5c9";
}
.icon-up:before, .icon-ok:before, .icon-new:before {
.icon-up:before, .icon-new:before, .icon-ok:before {
content: "\e86c";
}
.icon-close:before {
@ -103,6 +103,9 @@
.icon-asc:before {
content: "\e316";
}
.icon-mail:before {
content: "\e0e1";
}
.icon-dots:before {
content: "\e5d3";
}


BIN
static/fonts/icomoon.eot View File


+ 1
- 0
static/fonts/icomoon.svg View File

@ -9,6 +9,7 @@
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe000;" glyph-name="grace" d="M554 384.667v256h-84v-256h84zM554 212.667v86h-84v-86h84zM512 852.667c236 0 426-190 426-426s-190-426-426-426-426 190-426 426 190 426 426 426z" />
<glyph unicode="&#xe001;" glyph-name="missing" d="M512 84.667c188 0 342 154 342 342s-154 342-342 342-342-154-342-342 154-342 342-342zM512 852.667c236 0 426-190 426-426s-190-426-426-426-426 190-426 426 190 426 426 426zM470 640.667h84v-256h-84v256zM470 298.667h84v-86h-84v86z" />
<glyph unicode="&#xe0e1;" glyph-name="mail" d="M512 468.667l342 214h-684zM854 170.667v426l-342-212-342 212v-426h684zM854 768.667c46 0 84-40 84-86v-512c0-46-38-86-84-86h-684c-46 0-84 40-84 86v512c0 46 38 86 84 86h684z" />
<glyph unicode="&#xe313;" glyph-name="desc" d="M316 604.667l196-196 196 196 60-60-256-256-256 256z" />
<glyph unicode="&#xe316;" glyph-name="asc" d="M316 280.667l-60 60 256 256 256-256-60-60-196 196z" />
<glyph unicode="&#xe5c9;" glyph-name="cancel" d="M726 272.667l-154 154 154 154-60 60-154-154-154 154-60-60 154-154-154-154 60-60 154 154 154-154zM512 852.667c236 0 426-190 426-426s-190-426-426-426-426 190-426 426 190 426 426 426z" />


BIN
static/fonts/icomoon.ttf View File


BIN
static/fonts/icomoon.woff View File


Loading…
Cancel
Save