Commit afed80aa23dfd524933ee95d368a96a705158b68

Authored by Marcelo Puebla
1 parent 9197c1b16a
Exists in facturador

Cambio de encabezado.

Showing 1 changed file with 8 additions and 6 deletions   Show diff stats
src/views/nombre-empresa.html
1 <div class="container"> 1 <div class="container bg-white">
2 <div class="row align-items-end"> 2 <div class="row p-2 justify-content-between">
3 <div class="col-md-6"> 3 <div class="col-auto">
4 <h5 class="text-left"><strong>{{nombre}}</strong></h5> 4 <img ng-src="./img/logodebo.png" alt="">
5 <!-- <h5 class="text-left"><strong>{{nombre}}</strong></h5> -->
5 </div> 6 </div>
6 <div class="col-md-6"> 7 <div class="col-auto">
7 <h5 class="text-right align-bottom"><small>{{direccion}}</small></h5> 8 <img ng-src="./img/logoaxion.png" alt="">
9 <!-- <h5 class="text-right align-bottom"><small>{{direccion}}</small></h5> -->
8 </div> 10 </div>
9 </div> 11 </div>
10 </div> 12 </div>
11 13