diff --git a/src/App.js b/src/App.js index 2ecd294..288bff1 100644 --- a/src/App.js +++ b/src/App.js @@ -1,10 +1,10 @@ import React, { Component } from 'react'; import { Thumbnail, Navbar, ProgressBar, Nav, NavItem, NavDropdown, MenuItem, Image, Grid, Col, Row } from 'react-bootstrap'; import { Form, FormGroup, ControlLabel, FormControl, Button, BootstrapTable, TableHeaderColumn } from 'react-bootstrap'; -import User from './components/User'; -import UserList from './components/UserList'; -import Services from './components/Services'; -import Cargando from './components/Cargando'; +import User from './Components/User'; +import UserList from './Components/UserList'; +import Services from './Components/Services'; +import Cargando from "./Components/Cargando"; import './App.css'; diff --git a/src/components/Transferencia/CuentaDestino/index.js b/src/components/Transferencia/CuentaDestino/index.js index d1cf837..ed51f08 100644 --- a/src/components/Transferencia/CuentaDestino/index.js +++ b/src/components/Transferencia/CuentaDestino/index.js @@ -49,8 +49,7 @@ class CuentaDestino extends Component { render() { const data = JSON.stringify(this.state); - return ( -
+ return

Transferencia

@@ -68,39 +67,18 @@ class CuentaDestino extends Component {
-
+
@@ -152,29 +130,20 @@ class CuentaDestino extends Component {
-
+
Banco - + - + @@ -182,14 +151,10 @@ class CuentaDestino extends Component { Producto - - + + @@ -207,81 +172,42 @@ class CuentaDestino extends Component { N° de Cuenta - + Rut - + Nombre - + Email - + Asunto - + - - + + + this.setState( + { show: true } + )}/>
- + - Transferencia
{localStorage.getItem('nombre')}
+ Transferencia
+ {localStorage.getItem("nombre")} +
-
@@ -292,40 +218,94 @@ class CuentaDestino extends Component { - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + +
Banco
Banco Estado
Banco
{this.state.banco}
+ Banco + +
Banco Estado
+
+ Banco + +
{this.state.banco}
+
Producto:
Cuenta Rut
Producto:
{this.state.producto}
+ Producto: + +
Cuenta Rut
+
+ Producto: + +
{this.state.producto}
+
Rut
{localStorage.getItem('rut')}
Rut
{this.state.rut}
+ Rut + +
+ {localStorage.getItem("rut")} +
+
+ Rut + +
{this.state.rut}
+
Nombre
{localStorage.getItem('nombre')}
Nombre
{this.state.nombre}
+ Nombre + +
+ {localStorage.getItem("nombre")} +
+
+ Nombre + +
{this.state.nombre}
+
Mail
{localStorage.getItem('nombre')}@gmail.com
Mail
{this.state.mail}
+ Mail + +
+ {localStorage.getItem("nombre")}@gmail.com +
+
+ Mail + +
{this.state.mail}
+
Asunto
{this.state.asunto}
Asunto
{this.state.asunto}
+ Asunto + +
{this.state.asunto}
+
+ Asunto + +
{this.state.asunto}
+
@@ -334,10 +314,17 @@ class CuentaDestino extends Component { - - - + + +
@@ -347,8 +334,7 @@ class CuentaDestino extends Component {
-
- ); +
; } getBanco(event) { diff --git a/src/components/Transferencia/CuentaDestino/style.css b/src/components/Transferencia/CuentaDestino/style.css index b6a8173..2999cb8 100644 --- a/src/components/Transferencia/CuentaDestino/style.css +++ b/src/components/Transferencia/CuentaDestino/style.css @@ -111,10 +111,15 @@ } .btn-ctanueva { - background-color: #f49600; - color: #fff; + border-radius: 25px; border: none; + background-color: #F49600; + color: #fff; + height: 55px; width: 100%; + font-size: 20px; + font-weight: 500; + margin-top: 5px; } .btn-transferir { @@ -123,7 +128,19 @@ border: none; width: 100%; } -/* .show-grid{ - margin: .4em; - border: .5px solid gray; -} */ + +#ctaDestino { + height: 100vh; +} + +#btnTransferir2 { + border-radius: 25px; + border: none; + background-color: #F49600; + color: #fff; + height: 55px; + width: 100%; + font-size: 20px; + font-weight: 500; + margin-top: 5px; +} \ No newline at end of file diff --git a/src/components/Transferencia/CuentaOrigen/index.js b/src/components/Transferencia/CuentaOrigen/index.js index fb62f3d..1070fbc 100644 --- a/src/components/Transferencia/CuentaOrigen/index.js +++ b/src/components/Transferencia/CuentaOrigen/index.js @@ -29,7 +29,7 @@ console.log(rut ) } render() { const {data} =this.props; - return
+ return

Transferencia

@@ -60,8 +60,8 @@ console.log(rut ) - {this.state.isToggleOn ? 'ON' : this.renderState()} -
+ {this.state.isToggleOn ? "ON" : this.renderState()} +
; } } diff --git a/src/components/Transferencia/CuentaOrigen/style.css b/src/components/Transferencia/CuentaOrigen/style.css index 61259bd..6498e46 100644 --- a/src/components/Transferencia/CuentaOrigen/style.css +++ b/src/components/Transferencia/CuentaOrigen/style.css @@ -43,7 +43,8 @@ width: 35px; background-color: #afafb3; padding: 8px; - margin-right: 7px; + margin-right: 0px; + margin-left: 6px; } .medio { @@ -55,9 +56,14 @@ margin-left: -15px; } +#transf-ctaOrigen { + height: 100vh; +} + .cuentasOrigen { border: 1px solid #eee; padding: 20px; + margin-bottom: 35em; } .chevron { diff --git a/src/components/User/index.js b/src/components/User/index.js index 18b8192..5fe5f3e 100644 --- a/src/components/User/index.js +++ b/src/components/User/index.js @@ -4,7 +4,7 @@ import { Navbar, Form, FormGroup, ControlLabel, FormControl, Button } from 'reac import PropTypes from 'prop-types'; import $ from 'jquery'; import logo from './../../img/banco estado.png'; -// import './style.css'; +import './style.css'; // Inicio el componente de clase class User extends Component { @@ -50,29 +50,27 @@ class User extends Component { } // Aquí se renderiza el navbar render() { - return ( - - - - {''} - - - - - - - - Rut usuario{' '} - - Clave{' '} - - - {' '} - - - - - ) + return + + + + + + + + + + +
+ + Rut usuario + Clave + + {" "} +
+
+
+
; } } diff --git a/src/components/UserList/index.js b/src/components/UserList/index.js index 30a0ad6..a1f9e3e 100644 --- a/src/components/UserList/index.js +++ b/src/components/UserList/index.js @@ -3,13 +3,11 @@ import { Col } from "react-bootstrap"; import Cuentas from '../Cuentas'; const UserList = ({data}) => { - return( - + return

Bienvenid@:{data.nombre}

-
- -
- - ) +
+ +
+ ; } export default UserList;