Commit 9197c1b16a7bac60fe37b84f382e6bb4285e7f5f
Exists in
master
Merge branch 'master' into 'master'
git url en package.json, clases textos See merge request !3
Showing
2 changed files
Show diff stats
package.json
| ... | ... | @@ -10,6 +10,13 @@ |
| 10 | 10 | "postinstall": "npm run compile && gulp clean-post-install", |
| 11 | 11 | "install-dev": "npm install -D angular bootstrap font-awesome gulp gulp-angular-templatecache gulp-clean gulp-concat gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jasmine-core jquery jshint pre-commit pump && npm install angular-sanitize" |
| 12 | 12 | }, |
| 13 | + "pre-commit": [ | |
| 14 | + "gulp-pre-commit" | |
| 15 | + ], | |
| 16 | + "repository": { | |
| 17 | + "type": "git", | |
| 18 | + "url": "git+ssh://git@debonline.dyndns.org:npm/foca-nombre-empresa.git" | |
| 19 | + }, | |
| 13 | 20 | "author": "Foca Software", |
| 14 | 21 | "license": "ISC", |
| 15 | 22 | "peerDependencies": { |
src/views/nombre-empresa.html
| 1 | 1 | <div class="container"> |
| 2 | - <div class="row"> | |
| 2 | + <div class="row align-items-end"> | |
| 3 | 3 | <div class="col-md-6"> |
| 4 | - <h5 class="text-left">{{nombre}}</h5> | |
| 4 | + <h5 class="text-left"><strong>{{nombre}}</strong></h5> | |
| 5 | 5 | </div> |
| 6 | 6 | <div class="col-md-6"> |
| 7 | - <h5 class="text-right">{{direccion}}</h5> | |
| 7 | + <h5 class="text-right align-bottom"><small>{{direccion}}</small></h5> | |
| 8 | 8 | </div> |
| 9 | 9 | </div> |
| 10 | 10 | </div> |