1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-05-27 22:57:38 +02:00

Temporary workaround to get FontAwesome icons working.

This commit is contained in:
Dimitri Huisman 2021-08-31 08:08:33 +00:00
parent 5da7a06675
commit 60be06e298

View File

@ -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");