added more icons for explore bitcoin.com section

This commit is contained in:
Kadir Sekha 2018-02-15 17:51:26 +00:00
commit 019e534a4f
7 changed files with 444 additions and 4 deletions

View file

@ -254,6 +254,26 @@ div.slide-success__background.fill-screen {
background-image: url('../img/shapeshifticon.png');
}
.icon-games {
background-color: #494949;
background-image: url('../img/icon-games.svg');
}
.icon-mining {
background-color: #494949;
background-image: url('../img/icon-mining.svg');
}
.icon-news {
background-color: #494949;
background-image: url('../img/icon-news.svg');
}
.icon-tools {
background-color: #494949;
background-image: url('../img/icon-tools.svg');
}
.tabs .tab-item .icon {
background-size: contain;
}