Proyectos de Subversion LeadersLinked - SPA

Rev

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

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