Skip to content

Commit

Permalink
Add svg icons (5 items)
Browse files Browse the repository at this point in the history
  • Loading branch information
seogi1004 committed Mar 4, 2016
1 parent ad076fa commit 71a4f57
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 2 deletions.
15 changes: 15 additions & 0 deletions dist/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1547,6 +1547,21 @@
transform: scale(1);
}
}
.jui .icon-server2:before {
content: "\e93e";
}
.jui .icon-server1:before {
content: "\e93f";
}
.jui .icon-unhappy:before {
content: "\e940";
}
.jui .icon-layout2:before {
content: "\e988";
}
.jui .icon-layout1:before {
content: "\e989";
}
.jui .icon-3d:before {
content: "\e938";
}
Expand Down
2 changes: 1 addition & 1 deletion dist/ui.min.css

Large diffs are not rendered by default.

Binary file modified img/icon/icomoon.eot
Binary file not shown.
7 changes: 6 additions & 1 deletion img/icon/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon/icomoon.ttf
Binary file not shown.
Binary file modified img/icon/icomoon.woff
Binary file not shown.
15 changes: 15 additions & 0 deletions less/ui/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@
}

/* Icon List */
.icon-server2:before {
content: "\e93e";
}
.icon-server1:before {
content: "\e93f";
}
.icon-unhappy:before {
content: "\e940";
}
.icon-layout2:before {
content: "\e988";
}
.icon-layout1:before {
content: "\e989";
}
.icon-3d:before {
content: "\e938";
}
Expand Down

0 comments on commit 71a4f57

Please sign in to comment.