Skip to content

Commit

Permalink
Update Font Awesome styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Sep 23, 2021
1 parent 753136d commit e479a5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,8 @@ header a {

&:after {
content: "\f002";
font-family: "FontAwesome";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
}

Expand All @@ -356,7 +357,8 @@ header a {

&:after {
content: "\f00d";
font-family: "FontAwesome";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
}

Expand All @@ -374,7 +376,8 @@ header a {

&:after {
content: "\f002";
font-family: "FontAwesome";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: (.25 * $base-line-height);
right: 0;
Expand Down
9 changes: 6 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -595,13 +595,15 @@ textarea {
border-top: 0; }
#search-form.closed + .search-toggle:after {
content: "\f002";
font-family: "FontAwesome"; }
font-family: "Font Awesome 5 Free";
font-weight: 900; }
#search-form.open + .search-toggle {
top: 0;
right: 0; }
#search-form.open + .search-toggle:after {
content: "\f00d";
font-family: "FontAwesome"; }
font-family: "Font Awesome 5 Free";
font-weight: 900; }
#search-form.closed [type="text"],
#search-form.closed [type="submit"],
#search-form.closed #advanced-form {
Expand All @@ -613,7 +615,8 @@ textarea {
position: relative; }
#search-form button:after {
content: "\f002";
font-family: "FontAwesome";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
top: 6px;
right: 0;
Expand Down

0 comments on commit e479a5a

Please sign in to comment.