Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
feat(Elife): Style social sharing icons
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcmoulton committed Apr 30, 2020
1 parent 67912e5 commit de13cd0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/themes/elife/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,35 @@ main {
}
}

.social-sharers {
display: flex;
justify-content: center;
height: 20px;
}

.social-sharer-link {
border-radius: 3px;
display: inline-block;
flex-grow: 0;
flex-shrink: 0;
margin-left: 8px;
margin-right: 8px;
fill: #fff;
stroke: none;
background-color: rgb(33, 33, 33);
text-align: center;

width: 24px;
height: 24px;
padding-top: 3px;
padding-bottom: 1px;

& > svg {
width: 16px;
height: 16px;
}
}

:--references {
font-family: 'Noto Sans', Arial, Helvetica, sans-serif;

Expand Down

0 comments on commit de13cd0

Please sign in to comment.