Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1583 Rev 1585
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
  minWidth: 'none',
22
  minWidth: 'auto',
23
  span: {
23
  span: {
24
    display: 'none'
24
    display: 'none'
25
  },
25
  },
26
  '&:hover': {
26
  '&:hover': {