added twitter, reddit, share icons
This commit is contained in:
parent
65263ff577
commit
0238c9a891
5 changed files with 187 additions and 0 deletions
|
|
@ -232,6 +232,21 @@ div.onboarding-topic {
|
|||
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');
|
||||
}
|
||||
|
||||
.shapeshift-banner {
|
||||
background: url(../img/shapeshiftbg.jpg) center center no-repeat #28394d;
|
||||
padding: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue