Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1581 Rev 1582
Línea 17... Línea 17...
17
 
17
 
18
const Option = styled(Button)(({ theme }) => ({
18
const Option = styled(Button)(({ theme }) => ({
19
  borderRadius: '50%',
19
  borderRadius: '50%',
20
  cursor: 'pointer',
20
  cursor: 'pointer',
21
  padding: 5,
21
  padding: 5,
22
  h4: {
22
  span: {
23
    display: 'none'
23
    display: 'none'
24
  },
24
  },
25
  '&:hover': {
25
  '&:hover': {
26
    backgroundColor: 'whitesmoke'
26
    backgroundColor: 'whitesmoke'
Línea 29... Línea 29...
29
    alignItems: 'center',
29
    alignItems: 'center',
30
    borderRadius: theme.shape.borderRadius,
30
    borderRadius: theme.shape.borderRadius,
31
    display: 'inline-flex',
31
    display: 'inline-flex',
32
    gap: 1,
32
    gap: 1,
33
    flex: 1,
33
    flex: 1,
34
    h4: {
34
    span: {
35
      display: 'initial'
35
      display: 'initial'
36
    }
36
    }
37
  }
37
  }
38
}))
38
}))