💄 Add magrin pixes from icon between text.

This commit is contained in:
elkan1788
2023-06-24 16:37:33 +08:00
parent ee86b0d152
commit 92a55d49e5
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,8 @@
.category-list-item:before {
font-family: var(--fa-style-family,"Font Awesome 6 Free");
font-weight: var(--fa-style,900);
content: "\f07c"
content: "\f07c";
margin-right: 5px;
}
.category-list-item {
@@ -49,6 +50,7 @@
font-family: var(--fa-style-family,"Font Awesome 6 Free");
font-weight: var(--fa-style,900);
content: "\f0ae";
margin-right: 5px;
}
.category-children-list-item {