Commit c6931a27ff5bcde5dc6c899349f9de83d46e74d5

Authored by Benjamin Rodriguez
1 parent 22b3d1b8bc
Exists in master and in 2 other branches demo, develop

cambio visualizacion login

Showing 2 changed files with 4 additions and 3 deletions   Show diff stats
... ... @@ -4,6 +4,7 @@
4 4 "description": "Login",
5 5 "main": "dist/foca-login.js",
6 6 "scripts": {
  7 + "refresh": "gulp uglify && cp tmp/foca-login.js ../wrapper-demo/node_modules/foca-login/dist/foca-login.min.js",
7 8 "test": "echo \"Error: no test specified\" && exit 1",
8 9 "gulp-pre-commit": "gulp pre-commit",
9 10 "postinstall": "gulp uglify && gulp clean-post-install",
src/views/foca-login.html
1 1 <img src="img/logo.png" class="w-25 rounded mx-auto d-block">
2 2 <div class="login mt-5 p-3 border-0">
3   - <form name="login">
4   -
5   - <div class="login-titulo">
  3 + <form name="login">
  4 + <div class="login-titulo">
6 5 <span>Ingreso de usuario</span>
7 6 </div>
8 7 <div class="login-campo">
... ... @@ -38,3 +37,4 @@
38 37 </form>
39 38 <img src="img/logo-foca.png" class="w-50 rounded mx-auto d-block">
40 39 </div>
  40 +