Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2516 Rev 2517
Línea 153... Línea 153...
153
            <div className={styles.profile_info_header_imgContainer}>
153
            <div className={styles.profile_info_header_imgContainer}>
154
              <img src={image} className="object-fit-contain" style={{ maxHeight: '100px' }} alt="group image" />
154
              <img src={image} className="object-fit-contain" style={{ maxHeight: '100px' }} alt="group image" />
155
            </div>
155
            </div>
156
          )
156
          )
157
        }
157
        }
158
        <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
        <div className={image ? 'col-md-8 d-flex flex-column justify-content-end align-items-start' : 'col-md-12 ' + ' col-sm-12 col-12'}>
159
          <h3 className={status ? '' : "w-100 text-left" + ' w-100'}>
159
          <h3 className={status ? '' : "w-100 text-left" + ' w-100'}>
160
            {name}
160
            {name}
161
          </h3>
161
          </h3>
162
          {
162
          {
163
            <ul>
163
            <ul>
Línea 191... Línea 191...
191
          }
191
          }
192
        </div>
192
        </div>
193
        {
193
        {
194
          status
194
          status
195
          &&
195
          &&
196
          <h4 className="col-sm-12 d-flex justify-content-end align-items-center">
196
          <h4 className="col-sm-12 d-flex justify-content-center align-items-center">
197
            {status}
197
            {status}
198
          </h4>
198
          </h4>
199
        }
199
        }
200
      </div>
200
      </div>
201
      <hr />
201
      <hr />