Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6961 Rev 6978
Línea 14... Línea 14...
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 0.5rem;
17
  padding: 1rem 0.5rem;
18
  max-height: 80vh;
18
  max-height: 80vh;
-
 
19
  flex-grow: 1;
19
`
20
`
Línea 20... Línea 21...
20
 
21
 
21
const ContactHeader = styled.div`
22
const ContactHeader = styled.div`
Línea 65... Línea 66...
65
 
66
 
66
const Contacts = ({ children }) => {
67
const Contacts = ({ children }) => {
67
  return <ContactsContainer>{children}</ContactsContainer>
68
  return <ContactsContainer>{children}</ContactsContainer>
Línea 68... Línea 69...
68
}
69
}
69
 
70
 
70
const Header = ({ options = {}, children }) => {
71
const Header = ({ options = [], children }) => {
71
  return (
72
  return (
72
    <ContactHeader>
73
    <ContactHeader>
73
      {children}
74
      {children}