Add settings for dynamic social icons

-Added new social_links setting to allow adding as many custom links as desired including the ability to display as image or fontawesome icon
-Removed old hardcoded settings for twitter, facebook, google+, bitcointalk, github, slack, discord, telegram, reddit, youtube and custom website link
-Added sample external and coingecko images to demonstrate social icons with images
This commit is contained in:
joeuhren
2021-01-02 15:41:42 -07:00
parent 18c536beac
commit 6ce288b892
7 changed files with 63 additions and 106 deletions
+4 -4
View File
@@ -354,10 +354,6 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
.social-link {
margin-right: 0.2rem;
font-size: 100%;
img {
width: 40px;
margin: 5px 5px;
}
}
}
@@ -688,4 +684,8 @@ tr {
.market-logo {
margin-right: 7px;
}
.vertical-align-middle {
vertical-align: middle !important;
}