Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3596 Rev 3679
Línea 6... Línea 6...
6
import colors from '@styles/config/colors';
6
import colors from '@styles/config/colors';
Línea 7... Línea 7...
7
 
7
 
8
const StyledFooter = styled('footer')`
8
const StyledFooter = styled('footer')`
9
  padding: 2rem 0;
9
  padding: 2rem 0;
10
  ${({ theme }) => theme.breakpoints.down('md')} {
10
  ${({ theme }) => theme.breakpoints.down('md')} {
11
    padding: 1rem 0;
11
    display: none;
12
  }
12
  }
Línea 13... Línea 13...
13
`;
13
`;
14
 
14