diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-25 15:48:44 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-28 21:05:13 -0400 |
| commit | 1e613ae9b37f33e26c2b6922e3190a3b7d3b6628 (patch) | |
| tree | c3e5bbaffcec266bd7bd75a55c78cf0da38c4433 /static/font/css/fontello-codes.css | |
| parent | b2bd128f059de44a0ec27591dbc0052f494887a1 (diff) | |
add zoom-in icon
Diffstat (limited to 'static/font/css/fontello-codes.css')
| -rwxr-xr-x | static/font/css/fontello-codes.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/font/css/fontello-codes.css b/static/font/css/fontello-codes.css index 273fce35..2083f618 100755 --- a/static/font/css/fontello-codes.css +++ b/static/font/css/fontello-codes.css @@ -27,6 +27,7 @@ .icon-pin:before { content: '\e819'; } /* '' */ .icon-wrench:before { content: '\e81a'; } /* '' */ .icon-chart-bar:before { content: '\e81b'; } /* '' */ +.icon-zoom-in:before { content: '\e81c'; } /* '' */ .icon-spin3:before { content: '\e832'; } /* '' */ .icon-spin4:before { content: '\e834'; } /* '' */ .icon-link-ext:before { content: '\f08e'; } /* '' */ |
