Skip to content

Commit

Permalink
Copied the a navbar styleing to the #share-button-container
Browse files Browse the repository at this point in the history
  • Loading branch information
virre committed Feb 5, 2016
1 parent 86c07be commit 63eac72
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions main/client/header/share-button.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ share-button {
color: #1d2660;
}

#share-button-container {
padding-top: 1.7em;
}
#top-nav .navbar-nav.navbar-right #share-button-container {
margin-right: calc(20/16 * 1em);
padding: calc(28/16 * 1em - 0.2em) calc(4/16 * 1em) calc(26/16 * 1em - 5px);
}
#top-nav.shrinked .navbar-right #share-button-container {
padding: 1em calc(4/16 * 1em) calc(1em - 5px);
}


0 comments on commit 63eac72

Please sign in to comment.