Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2602 Rev 2603
Línea 13... Línea 13...
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:not(:first-child)': {
18
      '& a': {
19
        borderRight: '1px solid var(--border-primary)'
19
        borderRight: '1px solid var(--border-primary)'
20
      }
20
      }
21
    }
21
    }
22
  }
22
  }