|
@@ -9,15 +9,15 @@ export function Configuracion() {
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<div className="content-section">
|
|
<div className="content-section">
|
|
|
- <div class="main">
|
|
|
|
|
- <h1 class="breadcrumb-header">Configuraciones</h1>
|
|
|
|
|
|
|
+ <div className="main">
|
|
|
|
|
+ <h1 className="breadcrumb-header">Configuraciones</h1>
|
|
|
<Row>
|
|
<Row>
|
|
|
<Col md="12">
|
|
<Col md="12">
|
|
|
- <div class="panel">
|
|
|
|
|
|
|
+ <div className="panel">
|
|
|
|
|
|
|
|
- <Row style={{ padding : 25 }} class="row">
|
|
|
|
|
|
|
+ <Row style={{ padding : 25 }} className="row">
|
|
|
<Col md="4">
|
|
<Col md="4">
|
|
|
- <div class="img-container">
|
|
|
|
|
|
|
+ <div className="img-container">
|
|
|
<img src={ProfilePicture} alt='profile ' />
|
|
<img src={ProfilePicture} alt='profile ' />
|
|
|
</div>
|
|
</div>
|
|
|
</Col>
|
|
</Col>
|
|
@@ -51,9 +51,9 @@ export function Configuracion() {
|
|
|
</Col>
|
|
</Col>
|
|
|
</Row>
|
|
</Row>
|
|
|
|
|
|
|
|
- <Row class="row">
|
|
|
|
|
|
|
+ <Row className="row">
|
|
|
<Col md="6">
|
|
<Col md="6">
|
|
|
- <div class="inputs_config">
|
|
|
|
|
|
|
+ <div className="inputs_config">
|
|
|
<p>Datos personales</p>
|
|
<p>Datos personales</p>
|
|
|
<label>Nombre</label>
|
|
<label>Nombre</label>
|
|
|
<input type="text" name="nombre_user" placeholder="Fernando Vásquez"/>
|
|
<input type="text" name="nombre_user" placeholder="Fernando Vásquez"/>
|
|
@@ -66,7 +66,7 @@ export function Configuracion() {
|
|
|
</div>
|
|
</div>
|
|
|
</Col>
|
|
</Col>
|
|
|
<Col md="6">
|
|
<Col md="6">
|
|
|
- <div class="inputs_config">
|
|
|
|
|
|
|
+ <div className="inputs_config">
|
|
|
<p>Redes sociales</p>
|
|
<p>Redes sociales</p>
|
|
|
<label>Facebook</label>
|
|
<label>Facebook</label>
|
|
|
<input type="text" name="facebook" placeholder="Link de Facebook"/>
|
|
<input type="text" name="facebook" placeholder="Link de Facebook"/>
|
|
@@ -82,9 +82,9 @@ export function Configuracion() {
|
|
|
|
|
|
|
|
<Row>
|
|
<Row>
|
|
|
<Col md='12'>
|
|
<Col md='12'>
|
|
|
- <div class="boton_guardar_info">
|
|
|
|
|
- <div class="success_btn">
|
|
|
|
|
- <a href="/">Guardar</a>
|
|
|
|
|
|
|
+ <div className="boton_guardar_info">
|
|
|
|
|
+ <div className="success_btn">
|
|
|
|
|
+ <span >Guardar</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</Col>
|
|
</Col>
|