import styled from 'src/theme'; export const SubNavItemStyled = styled.div` padding: 3px 10px; background-color: #fff; &:hover { cursor: pointer; } `; export const SubNavStyled = styled.a` margin-bottom: 0; `;