Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2639 Rev 2640
Línea 10... Línea 10...
10
const StyledSetting = styled.div`
10
const StyledSetting = styled.div`
11
  display: flex;
11
  display: flex;
12
  justify-content: center;
12
  justify-content: center;
13
  align-items: center;
13
  align-items: center;
14
  flex-direction: column;
14
  flex-direction: column;
15
  margin: 2rem;
15
  margin: 0 2rem;
16
  .dropzoneContainer {
16
  .dropzoneContainer {
17
    width: 90%;
17
    width: 90%;
18
    height: 100px;
18
    height: 230px;
19
    margin-top: 1.5rem;
19
    margin-top: 1.5rem;
20
  }
20
  }
21
`;
21
`;
Línea 22... Línea 22...
22
 
22