Update share icons and guide footer

This commit is contained in:
Kamran Ahmed
2019-11-02 23:58:17 +04:00
parent 372845f6f8
commit cbb5571e07
9 changed files with 130 additions and 33 deletions

View File

@@ -22,27 +22,8 @@ export const ShareWrap = styled.div`
export const ShareIcon = styled.span`
margin-bottom: 7px;
`;
export const HackerNewsIcon = styled.a`
background: black;
color: white;
height: 20px;
width: 19px;
text-align: center;
border-radius: 1px;
line-height: 15px;
font-size: 15px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
margin-top: 5px;
&:hover {
color: white;
text-decoration: none;
}
svg {
height: 26px;
color: #101010;
}
`;