From 23171f967e9acd63e9e7c830dff101883d902a87 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 20 Jan 2022 19:49:20 +0200 Subject: [PATCH] fix(css) icons (#368) --- css/icons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/icons.css b/css/icons.css index c657bc15..eda3c688 100644 --- a/css/icons.css +++ b/css/icons.css @@ -28,7 +28,7 @@ content : '\e806 '; } -.icon-directory { +.icon-directory::before { font-family : 'Fontello'; content : '\e807 '; }