export const NavItem = styled.div` &.toleft { float:left; } &.toright{ float:right; cursor:pointer; } `;