Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 602 Rev 603
Línea 18... Línea 18...
18
  width: 100%;
18
  width: 100%;
19
  height: 100%;
19
  height: 100%;
20
  background: rgba(255, 255, 255, 0.4);
20
  background: rgba(255, 255, 255, 0.4);
21
  place-items: center;
21
  place-items: center;
22
  z-index: 50;
22
  z-index: 50;
-
 
23
  
23
`
24
`
24
const ProfileItem = ({
25
const ProfileItem = ({
25
  image,
26
  image,
26
  name,
27
  name,
27
  email,
28
  email,
Línea 173... Línea 174...
173
    { label: 'Personificar', url: link_impersonate, color: 'tertiary' },
174
    { label: 'Personificar', url: link_impersonate, color: 'tertiary' },
174
  ]
175
  ]
Línea 175... Línea 176...
175
 
176
 
176
  return (
177
  return (
177
    <>
178
    <>
178
      <StyledContainer className={styles.p_4}>
179
      <StyledContainer>
179
        <div className={styles.profile_item_header}>
180
        <div className={styles.profile_item_header}>
180
          {image && <img src={image} alt="group image" />}
181
          {image && <img src={image} alt="group image" />}
181
          <div className={styles.profile_item_header_info}>
182
          <div className={styles.profile_item_header_info}>