Skip to content

Commit

Permalink
update font-evosome
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 3, 2019
1 parent c427d9f commit 62fc09e
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 24 deletions.
58 changes: 43 additions & 15 deletions gui/admin-gui/src/main/resources/static/css/font-evosome.css
Expand Up @@ -18,35 +18,63 @@
-moz-osx-font-smoothing: grayscale;
}

.fe-assign_horizontal_B_piece:before {
.fe-archetype_smooth:before {
content: "\e918";
}
.fe-crown-object:before {
content: "\e900";
}
.fe-approver-object:before {
content: "\e901";
}
.fe-manager-tie-object:before {
content: "\e90b";
}
.fe-policeman-object:before {
content: "\e90c";
}
.fe-assign_horizontal_A_piece:before {
.fe-action-draft:before {
content: "\e90d";
}
.fe-arrow:before {
.fe-action-locked:before {
content: "\e90e";
}
.fe-officer-cap-object:before {
content: "\e90b";
.fe-action-assign:before {
content: "\e90f";
}
.fe-assignment-straight-thicker-object:before {
content: "\e90a";
}
.fe-unemployer-icon:before {
.fe-assign-horizontal-A:before {
content: "\e910";
}
.fe-employer-icon:before {
.fe-assign-horizontal-B:before {
content: "\e911";
}
.fe-assignment-straight-object:before {
.fe-assignment-horizontal-slim:before {
content: "\e912";
}
.fe-crown-object:before {
content: "\e900";
.fe-assignment-horizontal-thick:before {
content: "\e90a";
}
.fe-approver-object:before {
content: "\e901";
.fe-unemployee-object:before {
content: "\e913";
}
.fe-employee-object .path1:before {
content: "\e914";
color: rgb(0, 0, 0);
}
.fe-employee-object .path2:before {
content: "\e915";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.fe-employee-object .path3:before {
content: "\e916";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.fe-employee-object .path4:before {
content: "\e917";
margin-left: -1em;
color: rgb(0, 0, 0);
}
.fe-assignment:before {
content: "\e902";
Expand Down
Binary file modified gui/admin-gui/src/main/resources/static/fonts/font-evosome.eot
Binary file not shown.

0 comments on commit 62fc09e

Please sign in to comment.