Added sidebar chevrons

This commit is contained in:
Jori Lallo
2017-09-27 00:21:40 -07:00
parent d84b2847f2
commit 1c9ca91211
3 changed files with 68 additions and 28 deletions

View File

@ -173,6 +173,7 @@ const Sidebar = styled(Flex)`
const LinkSection = styled(Flex)`
flex-direction: column;
margin: 24px 0;
padding: 0 ${layout.hpadding};
position: relative;
`;