Skip to content

Commit

Permalink
Refactor/font awesome (#1228)
Browse files Browse the repository at this point in the history
* feat: add fontawesome icons

* feat: refactor tag icon

* feat: 404 page

* feat: change baseof

* chore: replace a javascript:void(0) with buttons

* chore: disable fontawesome

* fix: build

* chore: fix text alignment

* fix: vertical align

* fix: vertical align

* refactor: completely fix the alignment

* fix: do not cache
  • Loading branch information
HEIGE-PCloud authored Mar 28, 2024
1 parent 0bc66c9 commit 3d53635
Show file tree
Hide file tree
Showing 1,618 changed files with 1,662 additions and 30 deletions.
18 changes: 18 additions & 0 deletions assets/css/_partial/_icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,21 @@ img.emoji {
vertical-align: -.1em;
display: inline-block !important;
}

svg.fontawesome-icon {
display: inline-block;
height: 1em;
width: 1.25em;
vertical-align: -0.125em;
color: $global-font-color;
[theme=dark] & {
color: $global-font-color-dark;
}
[theme=black] & {
color: $global-font-color-black;
}
}

svg.fontawesome-icon > path {
fill: currentColor;
}
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/500px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/accusoft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/adn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/adversal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/affiliatetheme.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/airbnb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/algolia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/alipay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/amazon-pay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/amazon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/amilia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/android.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/lib/fontawesome-free/svgs/brands/angellist.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3d53635

Please sign in to comment.