Skip to content

Commit

Permalink
fix(admin): Add some FontAwesome classes
Browse files Browse the repository at this point in the history
  • Loading branch information
zooley committed Aug 18, 2023
1 parent 36c038a commit 1ffb84b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Themes/Admin/assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ h4 {
.icon-bell-off:before {
content: "\e833";
}
.fa-battery:before,
.icon-battery:before {
content: "\e834";
}
Expand All @@ -717,6 +718,7 @@ h4 {
.icon-bookmark:before {
content: "\e83b";
}
.fa-block:before,
.icon-box:before {
content: "\e83c";
}
Expand Down

0 comments on commit 1ffb84b

Please sign in to comment.