Commit 215db28865161a23b35b61def87fd74e2b58287e

Authored by Marcelo Puebla

Merge branch 'master' into 'develop'

Master

See merge request !15
src/views/botonera-facturador.html
... ... @@ -4,7 +4,7 @@
4 4 ng-class="{'d-md-grid': boton == ''}">
5 5 <button
6 6 type="button"
7   - class="btn btn-default btn-block btn-xs text-center py-1 rounded border border-light foca-overflow-hidden"
  7 + class="btn btn-block btn-xs text-center py-1 rounded border border-light foca-overflow-hidden"
8 8 ng-click="(boton != '') ? ejecutarFuncion(boton.label) : null"
9 9 ng-class="{'d-sm-block h-100': boton == ''}"
10 10 ng-disabled="boton.disable"