diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-21 16:25:45 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-09-21 16:25:45 +0300 |
| commit | 8ad145598d7606a0f5ccdd7fb840b7ab1fd0adec (patch) | |
| tree | a0e512490604261dda039eeb2db266cc72c514f9 /static/font/css/fontello-codes.css | |
| parent | 8721fb57fc3ee169ba401ce498280b8d7257297d (diff) | |
fontello/ added `eye` icon
Diffstat (limited to 'static/font/css/fontello-codes.css')
| -rw-r--r--[-rwxr-xr-x] | static/font/css/fontello-codes.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/font/css/fontello-codes.css b/static/font/css/fontello-codes.css index 2083f618..c782cd15 100755..100644 --- a/static/font/css/fontello-codes.css +++ b/static/font/css/fontello-codes.css @@ -15,7 +15,7 @@ .icon-right-open:before { content: '\e80d'; } /* '' */ .icon-left-open:before { content: '\e80e'; } /* '' */ .icon-up-open:before { content: '\e80f'; } /* '' */ -.icon-bell-ringing-o:before { content: '\e810'; } /* '' */ +.icon-eye:before { content: '\e810'; } /* '' */ .icon-lock:before { content: '\e811'; } /* '' */ .icon-globe:before { content: '\e812'; } /* '' */ .icon-brush:before { content: '\e813'; } /* '' */ @@ -28,6 +28,7 @@ .icon-wrench:before { content: '\e81a'; } /* '' */ .icon-chart-bar:before { content: '\e81b'; } /* '' */ .icon-zoom-in:before { content: '\e81c'; } /* '' */ +.icon-bell-ringing-o:before { content: '\e81d'; } /* '' */ .icon-spin3:before { content: '\e832'; } /* '' */ .icon-spin4:before { content: '\e834'; } /* '' */ .icon-link-ext:before { content: '\f08e'; } /* '' */ |
