Skip to content

Commit

Permalink
release: add Menu Icons extension
Browse files Browse the repository at this point in the history
Add Menu Icons extension
  • Loading branch information
HardeepAsrani authored Apr 27, 2020
2 parents bc6a24b + 4875043 commit a5d2345
Show file tree
Hide file tree
Showing 31 changed files with 9,463 additions and 91 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"require": {
"codeinwp/icon-picker": "master",
"codeinwp/menu-item-custom-fields": "master",
"codeinwp/themeisle-sdk": "^3.0"
"codeinwp/themeisle-sdk": "^3.0",
"codeinwp/gutenberg-menu-icons": "^1.0"
},
"replace": {
"composer/installers": "*",
Expand Down
13 changes: 6 additions & 7 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,9 @@
.menu-icons-upgrade-hestia {
width: 90%;
margin-top: 0;
padding: 15px;
padding: 15px;
}


#menu-icons-sidebar div.new-card {
width: auto;
min-width: initial;
Expand All @@ -157,18 +156,18 @@
}

.menu-icons-subscribe {
padding: 15px;
padding: 15px;
}

.menu-icons-submit-mail {
width: auto;
width: auto;
}

#success{
#success {
display: none;
}

#failure{
#failure {
display: none;
}

Expand All @@ -182,4 +181,4 @@

.attachments-browser.iconpicker-fonts-browser .media-sidebar {
width: 32%;
}
}
2 changes: 1 addition & 1 deletion css/admin.min.css

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

34 changes: 34 additions & 0 deletions css/fontawesome/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Font Awesome Free License
-------------------------

Font Awesome Free is free, open source, and GPL friendly. You can use it for
commercial projects, open source projects, or really almost whatever you want.
Full Font Awesome Free license: https://fontawesome.com/license/free.

# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
packaged as SVG and JS file types.

# Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
In the Font Awesome Free download, the SIL OFL license applies to all icons
packaged as web and desktop font files.

# Code: MIT License (https://opensource.org/licenses/MIT)
In the Font Awesome Free download, the MIT license applies to all non-font and
non-icon files.

# Attribution
Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
Awesome Free files already contain embedded comments with sufficient
attribution, so you shouldn't need to do anything additional when using these
files normally.

We've kept attribution comments terse, so we ask that you do not actively work
to remove them from files, especially code. They're a great way for folks to
learn about Font Awesome.

# Brand Icons
All brand icons are trademarks of their respective owners. The use of these
trademarks does not indicate endorsement of the trademark holder by Font
Awesome, nor vice versa. **Please do not use brand logos for any purpose except
to represent the company, product, or service to which they refer.**
5 changes: 5 additions & 0 deletions css/fontawesome/css/all.min.css

Large diffs are not rendered by default.

Binary file added css/fontawesome/webfonts/fa-brands-400.eot
Binary file not shown.
Loading

0 comments on commit a5d2345

Please sign in to comment.