Skip to content

Commit

Permalink
remove apfollow/ag css
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskthomas authored Sep 7, 2024
1 parent 003bac8 commit 2bf73a6
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 80 deletions.
Binary file modified assets/fonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified assets/fonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/fonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/fonts/fa-solid-900.woff2
Binary file not shown.
73 changes: 52 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"dev": "sass --watch sass/style.scss:style.css"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-free": "^6.6.0",
"fontawesome-subset": "^4.4.0",
"sass": "^1.77.6"
"sass": "^1.78.0"
}
}
20 changes: 0 additions & 20 deletions sass/_child_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,3 @@ h6 {
display: none;
}
}

/* AP Button */
.sidebar-primary .widget a.ap-button {
display: inline-block;
background: $color-gray-80;
color: $color-gray-17-blue;
text-decoration: none;
font: 500 14px/32px sans-serif;
border-radius: 4px;
padding: 4px 18px 4px 16px;
}

.sidebar-primary .widget a.ap-button:hover {
background: $color-gray-95-blue;
}

/* Allow AG icon hover */
.icon g {
color: inherit;
}
2 changes: 1 addition & 1 deletion sass/_info.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, left-sidebar, accessibility-ready, custom-logo, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, education, news, wide-blocks
Text Domain: authorchild
Tested up to: 6.3
Tested up to: 6.5
Requires PHP: 5.6.40
*/
Loading

0 comments on commit 2bf73a6

Please sign in to comment.