Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 940 Rev 1066
Línea 2... Línea 2...
2
import styled from 'styled-components'
2
import styled from 'styled-components'
Línea 3... Línea 3...
3
 
3
 
4
const StyledButton = styled.button`
4
const StyledButton = styled.button`
5
  border-radius: 30px;
5
  border-radius: 30px;
-
 
6
  align-items: center;
6
  align-items: center;
7
  justify-content: center;
7
  padding: 0.2rem 1rem;
8
  padding: 0.2rem 1rem;
8
  border: none;
9
  border: none;
9
  cursor: pointer;
10
  cursor: pointer;
10
  font-weight: 600;
11
  font-weight: 600;