added twitter, reddit, share icons
This commit is contained in:
parent
65263ff577
commit
0238c9a891
5 changed files with 187 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue