fix social share buttons
This commit is contained in:
@ -58,15 +58,15 @@ a {
|
||||
}
|
||||
|
||||
.share-btn {
|
||||
display: inline-block;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
padding: 1em;
|
||||
width: 8em;
|
||||
opacity: 0.9;
|
||||
box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
|
||||
outline: none;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
padding: 1em;
|
||||
width: 8em;
|
||||
opacity: 0.9;
|
||||
box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
|
||||
outline: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.share-btn:hover {
|
||||
@ -81,10 +81,6 @@ a {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* .fa {
|
||||
font-size: 1.8em;
|
||||
} */
|
||||
|
||||
.share-btn.twitter { background: #55acee; }
|
||||
.share-btn.google-plus { background: #dd4b39; }
|
||||
.share-btn.facebook { background: #3B5998; }
|
||||
|
Reference in New Issue
Block a user