Commit 8ac50a483a87117ccf50140987fbc7e23b24e386

Authored by Jose Pinto
Exists in master

Merge branch 'master' into 'master'

Master(efernandez)

See merge request !6
src/views/modal-detalle-hoja-ruta.html
... ... @@ -7,13 +7,13 @@
7 7 <div class="col-12 px-0">
8 8 <strong>Información Remito</strong>
9 9 <button
10   - class="btn btn-sm btn-outline-light selectable"
  10 + class="btn btn-sm btn-light selectable"
11 11 ng-click="verInformacion = !verInformacion"
12 12 ><i
13   - class="fa fa-chevron-down"
  13 + class="fa fa-chevron-up"
14 14 ng-show="verInformacion"></i>
15 15 <i
16   - class="fa fa-chevron-up"
  16 + class="fa fa-chevron-down"
17 17 ng-hide="verInformacion">
18 18 </i>
19 19 </button>