Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 383 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 383 Rev 440
Línea 12... Línea 12...
12
  border: 1px solid var(--border-primary);
12
  border: 1px solid var(--border-primary);
13
  display: flex;
13
  display: flex;
14
  flex-direction: column;
14
  flex-direction: column;
15
  height: 100%;
15
  height: 100%;
16
  gap: 0.5rem;
16
  gap: 0.5rem;
17
  padding: 1rem 0rem !important;
17
  padding: 1rem 1rem !important;
18
  max-height: 80vh;
18
  max-height: 80vh;
19
  flex-grow: 1;
19
  flex-grow: 1;
-
 
20
 
20
`
21
`
Línea 21... Línea 22...
21
 
22
 
22
const ContactHeader = styled.div`
23
const ContactHeader = styled.div`