Commit 5597e6f1ec99901283303ada6c4356301679f490

Authored by Nicolás Guarnieri
1 parent fc26605fa7
Exists in master

no important

... ... @@ -57,10 +57,5 @@
57 57 </script>
58 58 </head>
59 59 <body ng-controller="controller">
60   - <style>
61   - .p-5 {
62   - padding: 5px !important;
63   - }
64   - </style>
65 60 </body>
66 61 </html>
src/views/modal-busqueda-productos.html
... ... @@ -33,7 +33,7 @@
33 33 <td>
34 34 <button
35 35 type="button"
36   - class="btn p-5 float-right"
  36 + class="btn p-2 float-right"
37 37 ng-class="{ 'btn-secondary': selectedProducto != key, 'btn-primary': selectedProducto == key}"
38 38 ng-click="select(producto)"
39 39 foca-focus="selectedProducto == {{key}}"