Add share icons to roadmap header
This commit is contained in:
@@ -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
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user