Merge pull request #2250 from benjiwheeler/share-button-icon

removed erroneous share button icon
This commit is contained in:
Benjamin Wheeler 2018-10-30 22:29:19 -04:00 committed by GitHub
commit e14cb0f8f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,16 +19,17 @@ $navigation-height: 50px;
font-size: .875rem;
font-weight: normal;
&:before {
display: inline-block;
margin-right: .5rem;
background-image: url("/svgs/project/share-white.svg");
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
width: 1.25rem;
height: 1.25rem;
vertical-align: middle;
content: "";
}
// don't show an image in share button, for now.
// &:before {
// display: inline-block;
// margin-right: .5rem;
// background-image: url("/svgs/project/share-white.svg");
// background-repeat: no-repeat;
// background-position: center center;
// background-size: contain;
// width: 1.25rem;
// height: 1.25rem;
// vertical-align: middle;
// content: "";
// }
}