Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3711 Rev 3712
Línea 20... Línea 20...
20
  shadows,
20
  shadows,
21
  spacing: 8,
21
  spacing: 8,
22
  components: {
22
  components: {
23
    MuiTypography: { styleOverrides: typographyStyles },
23
    MuiTypography: { styleOverrides: typographyStyles },
24
    MuiFormControl: { styleOverrides: formControlStyles },
24
    MuiFormControl: { styleOverrides: formControlStyles },
25
    MuiButtonBase: {
-
 
26
      styleOverrides: {
-
 
27
        root: {
-
 
28
          fontFamily: ['Source Sans 3', 'sans-serif']
-
 
29
        }
-
 
30
      }
-
 
31
    },
-
 
32
    MuiButton: {
25
    MuiButton: {
33
      styleOverrides: {
26
      styleOverrides: {
34
        root: ({ theme }) => ({
27
        root: ({ theme }) => ({
35
          display: 'flex',
28
          display: 'flex',
36
          alignItems: 'center',
29
          alignItems: 'center',
37
          justifyContent: 'center',
30
          justifyContent: 'center',
38
          gap: theme.spacing(0.5),
31
          gap: theme.spacing(0.5),
39
          padding: theme.spacing(0.33, 1),
32
          padding: theme.spacing(0.5, 1.5),
40
          fontFamily: ['Source Sans 3', 'sans-serif'],
33
          fontFamily: "'Source Sans 3', sans-serif",
41
          lineHeight: 1.25,
34
          lineHeight: 1.25,
42
          borderWidth: 0,
35
          borderWidth: 0,
43
          borderRadius: '30px',
36
          borderRadius: '30px',
44
          color: colors.font.primary,
37
          color: colors.font.primary,
45
          cursor: 'pointer',
38
          cursor: 'pointer',