Add share icons to roadmap header

This commit is contained in:
Kamran Ahmed
2019-11-30 17:07:50 +04:00
parent 47cbcde5dc
commit 0d45fcbf79
7 changed files with 96 additions and 33 deletions

View File

@@ -19,22 +19,3 @@ export const ShareWrap = styled.div`
left: -40px;
min-height: 100%;
`;
export const ShareIcon = styled.a`
display: block;
width: 22px;
height: 22px;
margin-bottom: 8px;
svg {
height: 22px !important;
width: 22px !important;
color: #757575;
transition: all 0.2s;
vertical-align: top;
}
&:hover svg {
color: #000000
}
`;