Commit 4f949407c2c4cb44e266ae6d0adfda32a8a3139e
1 parent
c23e5fd7fb
Exists in
master
and in
1 other branch
git url en package.json, clases textos
Showing
2 changed files
with
10 additions
and
3 deletions
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> |