added twitter, reddit, share icons

This commit is contained in:
Kadir Sekha 2018-02-16 15:17:03 +00:00
commit 0238c9a891
5 changed files with 187 additions and 0 deletions

View file

@ -274,6 +274,21 @@ div.slide-success__background.fill-screen {
background-image: url('../img/icon-tools.svg');
}
.icon-reddit {
background-color: #494949;
background-image: url('../img/icon-reddit.svg');
}
.icon-twitter {
background-color: #494949;
background-image: url('../img/icon-twitter.svg');
}
.icon-share {
background-color: #494949;
background-image: url('../img/icon-share.svg');
}
.tabs .tab-item .icon {
background-size: contain;
}