Commit 544be6d7a42399dfad5e83fdc5f0765936824f15

Authored by Eric Fernandez
1 parent a07eb461e8
Exists in master

bootstrap a los botones aceptar y cancelar

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/views/foca-busqueda-cliente-modal.html
... ... @@ -23,13 +23,13 @@
23 23 >
24 24 <i ng-show="cargandoClientes" class="fas fa-sync"></i>
25 25 <div ng-show="sinResultados">
26   - <i class="fas fa-minus"></i> No se encontraron resultados.
  26 + <i class="fa fa-minus"></i> No se encontraron resultados.
27 27 </div>
28 28 </div>
29 29 </div>
30 30 </form>
31 31 </div>
32 32 <div class="modal-footer">
33   - <button ng-click="aceptar()">Aceptar</button>
34   - <button ng-click="cancelar()">Cancelar</button>
  33 + <button class="btn" ng-click="aceptar()">Aceptar</button>
  34 + <button class="btn" ng-click="cancelar()">Cancelar</button>
35 35 </div>