From 60be06e298bf727c883465cf43b10ede6475c7df Mon Sep 17 00:00:00 2001 From: Dimitri Huisman Date: Tue, 31 Aug 2021 08:08:33 +0000 Subject: [PATCH] Temporary workaround to get FontAwesome icons working. --- core/admin/assets/app.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/admin/assets/app.css b/core/admin/assets/app.css index e1656429..3858f86a 100644 --- a/core/admin/assets/app.css +++ b/core/admin/assets/app.css @@ -20,3 +20,11 @@ .sidebar-toggle { padding: unset !important; } + +/* + * Temporary workaround to get FontAwesome icons working. + * Should be updated if AdminLTE is updated to use the same version. + * This workaround can be removed if someone gets the icons working + * again via the plugins included with AdminLTE + */ +@import url("//use.fontawesome.com/releases/v5.15.3/css/all.css");