diff options
Diffstat (limited to 'iconfont/tabler-icons.css')
-rw-r--r-- | iconfont/tabler-icons.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/iconfont/tabler-icons.css b/iconfont/tabler-icons.css index 940df80d..e87c71d7 100644 --- a/iconfont/tabler-icons.css +++ b/iconfont/tabler-icons.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /*! - * Tabler Icons 1.3.0 by tabler - https://tabler.io + * Tabler Icons 1.3.1 by tabler - https://tabler.io * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE */ @font-face { @@ -480,6 +480,10 @@ content: ""; } +.ti-checkbox:before { + content: ""; +} + .ti-chevron-down:before { content: ""; } @@ -1132,6 +1136,14 @@ content: ""; } +.ti-login:before { + content: ""; +} + +.ti-logout:before { + content: ""; +} + .ti-magnet:before { content: ""; } |