fix: [web:font-awesome] Fixed font-family on custom elements

pull/9075/head
Sami Mokaddem 2023-04-11 11:23:14 +02:00
parent e9b582deb9
commit ae94f6ef64
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ if (!function_exists('getResolvableID')) {
#navbar-scrollspy-setting nav.nav-pills .nav-link.main-group:before {
margin-right: 0.25em;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
-webkit-font-smoothing: antialiased;
display: inline-block;

View File

@ -282,7 +282,7 @@ ul.sidebar-elements {
.sidebar .lock-sidebar > a::before {
content: "\f101";
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
transition: margin-left 0.1s ease-out;
margin-left: 0;
@ -412,7 +412,7 @@ ul.sidebar-elements li.parent > a.sidebar-link::before {
visibility: hidden;
content: "\f104";
float: right;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: 1rem;
order: 6 !important;