Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2386 Rev 2387
Línea 152... Línea 152...
152
            <div className={styles.profile_info_header_imgContainer}>
152
            <div className={styles.profile_info_header_imgContainer}>
153
              <img src={image} className="object-fit-contain" style={{ maxHeight: '100px' }} alt="group image" />
153
              <img src={image} className="object-fit-contain" style={{ maxHeight: '100px' }} alt="group image" />
154
            </div>
154
            </div>
155
          )
155
          )
156
        }
156
        }
157
        <div className={image ? 'col-md-8 d-flex justify-content-start align-items-center' : 'col-md-12 ' + ' col-sm-12 col-12'}>
157
        <div className={image ? 'col-md-8 d-flex flex-column justify-content-center align-items-start' : 'col-md-12 ' + ' col-sm-12 col-12'}>
158
          <h3>
158
          <h3 className={status ? '' : "w-100 text-start" + ' w-100'}>
159
            {name}
159
            {name}
160
          </h3>
160
          </h3>
161
          {
161
          {
162
            isTopData
162
            isTopData
163
            &&
163
            &&