Commit 5597e6f1ec99901283303ada6c4356301679f490
1 parent
fc26605fa7
Exists in
master
no important
Showing
2 changed files
with
1 additions
and
6 deletions
Show diff stats
index.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}}" |