Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2603 | Rev 2618 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2603 Rev 2609
Línea 11... Línea 11...
11
 
11
 
Línea 12... Línea 12...
12
import Widget from '@app/components/UI/Widget'
12
import Widget from '@app/components/UI/Widget'
13
 
13
 
14
const Navigation = styled(Widget)(({ theme }) => ({
14
const Navigation = styled(Widget)(({ theme }) => ({
15
  [theme.breakpoints.down('md')]: {
15
  [theme.breakpoints.down('md')]: {
16
    '& ul': {
16
    '& > ul': {
17
      display: 'flex',
17
      display: 'flex',
18
      '& a': {
18
      '& > a': {
19
        borderRight: '1px solid var(--border-primary)'
19
        borderRight: '1px solid var(--border-primary)'
20
      }
20
      }
21
    }
21
    }