import { styled } from '@project44-manifest/react-styles';

export const StyledSideNavigationContent = styled('div', {
  boxSizing: 'border-box',
  display: 'flex',
  flexDirection: 'column',
  justifyContent: 'space-between',
  flex: '1 1 auto',
  px: '$x-small',
});
