Skip to content

Commit

Permalink
A search icon was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbdavide committed Oct 11, 2017
1 parent 41c9205 commit 6d1d55c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
Binary file modified sales/static/css/fonts/icomoon.eot
Binary file not shown.
1 change: 1 addition & 0 deletions sales/static/css/fonts/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 sales/static/css/fonts/icomoon.ttf
Binary file not shown.
Binary file modified sales/static/css/fonts/icomoon.woff
Binary file not shown.
13 changes: 8 additions & 5 deletions sales/static/css/icons.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?ahj4ty');
src: url('fonts/icomoon.eot?ahj4ty#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?ahj4ty') format('truetype'),
url('fonts/icomoon.woff?ahj4ty') format('woff'),
url('fonts/icomoon.svg?ahj4ty#icomoon') format('svg');
src: url('fonts/icomoon.eot?2womvg');
src: url('fonts/icomoon.eot?2womvg#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?2womvg') format('truetype'),
url('fonts/icomoon.woff?2womvg') format('woff'),
url('fonts/icomoon.svg?2womvg#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -36,6 +36,9 @@
.icon-sum:before {
content: "\e900";
}
.icon-search:before {
content: "\e986";
}
.icon-cogs:before {
content: "\e995";
}
Expand Down

0 comments on commit 6d1d55c

Please sign in to comment.