Change share sidebar design

This commit is contained in:
Kamran Ahmed
2019-11-03 11:57:58 +04:00
parent 4fa6747d6e
commit 1502be2f50
2 changed files with 29 additions and 33 deletions

View File

@@ -15,15 +15,21 @@ export const ShareWrap = styled.div`
flex-direction: column;
position: absolute;
padding: 0 0;
top: 0;
top: 2px;
left: -50px;
height: 100%;
`;
export const ShareIcon = styled.span`
margin-bottom: 7px;
margin-bottom: 8px;
svg {
height: 26px;
color: #101010;
height: 22px;
color: #757575;
transition: all 0.2s;
}
`;
&:hover svg {
color: #000000
}
`;