Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 444 Rev 445
Línea 17... Línea 17...
17
  width: 100%;
17
  width: 100%;
18
  height: 100%;
18
  height: 100%;
19
  background: rgba(255, 255, 255, 0.4);
19
  background: rgba(255, 255, 255, 0.4);
20
  place-items: center;
20
  place-items: center;
21
  z-index: 50;
21
  z-index: 50;
22
  & h3{
22
  & .h3_profile{
23
    color: #16283c;
23
    color: #16283c;
24
    font-size: 1.1rem;
24
    font-size: 1.1rem;
25
    font-weight: 600; 
25
    font-weight: 600; 
26
  }
26
  }
27
`
27
`
Línea 181... Línea 181...
181
  return (
181
  return (
182
    <div className={styles.profile_item}>
182
    <div className={styles.profile_item}>
183
      <div className={styles.profile_item_header}>
183
      <div className={styles.profile_item_header}>
184
        {image && <img src={image} alt="group image" />}
184
        {image && <img src={image} alt="group image" />}
185
        <div className={styles.profile_item_header_info}>
185
        <div className={styles.profile_item_header_info}>
186
          <h3>{name}</h3>
186
          <h3 className='h3_profile'>{name}</h3>
187
          {isTopData && email && <h4>{email}</h4>}
187
          {isTopData && email && <h4>{email}</h4>}
188
          {network && <h4>{network}</h4>}
188
          {network && <h4>{network}</h4>}
189
          {status && <h4>{status}</h4>}
189
          {status && <h4>{status}</h4>}
190
          {isTopData && (
190
          {isTopData && (
191
            <ul>
191
            <ul>