Commit c4d6844a192d257e0b313fd7328b345754fb7677

Authored by Nicolás Guarnieri
Exists in master

Merge branch 'master' into 'master'

arreglos para tablet

See merge request modulos-npm/foca-crear-nota-pedido!44
src/views/nota-pedido.html
... ... @@ -83,7 +83,7 @@
83 83 <div class="row">
84 84 <div class="col-12 col-md-10 col-lg-8 offset-md-1 offset-lg-2">
85 85 <!-- PC -->
86   - <div class="row grilla-articulo align-items-end d-none d-sm-block">
  86 + <div class="row grilla-articulo align-items-end d-none d-sm-flex">
87 87 <table class="table tabla-articulo table-striped table-sm table-dark">
88 88 <thead>
89 89 <tr class="d-flex">
... ... @@ -444,7 +444,7 @@
444 444 </table>
445 445 </div>
446 446 </div>
447   - <div class="col-auto my-2 col-lg-2 botonera-lateral d-none d-sm-block">
  447 + <div class="col-auto my-2 col-lg-2 botonera-lateral d-none d-md-block">
448 448 <div class="row align-items-end">
449 449 <div class="col-12">
450 450 <button
... ... @@ -465,7 +465,7 @@
465 465 </div>
466 466 </div>
467 467 </div>
468   - <div class="row d-sm-none fixed-bottom">
  468 + <div class="row d-md-none fixed-bottom">
469 469 <div class="w-100 bg-dark d-flex px-3 acciones-mobile">
470 470 <span class="ml-3 text-muted" ng-click="salir()">Salir</span>
471 471 <span class="mr-3 ml-auto" ng-click="crearNotaPedido()">Guardar</span>