Commit 740b50ea56c632999bfc89018cdb02384df80336
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Nuevo diseño en mobile, color icons See merge request !10
Showing
1 changed file
Show diff stats
src/views/nota-pedido.html
| ... | ... | @@ -98,7 +98,7 @@ |
| 98 | 98 | <th valign="middle" class="col text-right">SubTotal</th> |
| 99 | 99 | <th valign="middle" class="text-right"> |
| 100 | 100 | <button |
| 101 | - class="btn btn-outline-secondary selectable" | |
| 101 | + class="btn btn-outline-light selectable" | |
| 102 | 102 | ng-click="show = !show; masMenos()" |
| 103 | 103 | > |
| 104 | 104 | <i |
| ... | ... | @@ -180,13 +180,13 @@ |
| 180 | 180 | <td class="text-center"> |
| 181 | 181 | <button |
| 182 | 182 | ng-show="articulo.editCantidad || articulo.editPrecio" |
| 183 | - class="btn btn-outline-secondary" | |
| 183 | + class="btn btn-outline-light" | |
| 184 | 184 | ng-click="editarArticulo(13, articulo)" |
| 185 | 185 | > |
| 186 | 186 | <i class="fa fa-save"></i> |
| 187 | 187 | </button> |
| 188 | 188 | <button |
| 189 | - class="btn btn-outline-secondary" | |
| 189 | + class="btn btn-outline-light" | |
| 190 | 190 | ng-click="quitarArticulo(key)" |
| 191 | 191 | > |
| 192 | 192 | <i class="fa fa-trash"></i> |
| ... | ... | @@ -255,7 +255,7 @@ |
| 255 | 255 | ></td> |
| 256 | 256 | <td class="text-center align-middle"> |
| 257 | 257 | <button |
| 258 | - class="btn btn-outline-secondary" | |
| 258 | + class="btn btn-outline-light" | |
| 259 | 259 | ng-click="agregarATabla(13)" |
| 260 | 260 | > |
| 261 | 261 | <i class="fa fa-save"></i> |
| ... | ... | @@ -287,7 +287,7 @@ |
| 287 | 287 | </div> |
| 288 | 288 | <!-- MOBILE --> |
| 289 | 289 | <div class="row d-sm-none"> |
| 290 | - <table class="table table-sm table-striped table-dark margin-bottom-mobile"> | |
| 290 | + <table class="table table-sm table-striped tabla-articulo margin-bottom-mobile"> | |
| 291 | 291 | <thead> |
| 292 | 292 | <tr class="d-flex"> |
| 293 | 293 | <th class="">#</th> |
| ... | ... | @@ -367,7 +367,7 @@ |
| 367 | 367 | </div> |
| 368 | 368 | <div class="align-middle p-1"> |
| 369 | 369 | <button |
| 370 | - class="btn btn-outline-secondary" | |
| 370 | + class="btn btn-outline-light" | |
| 371 | 371 | ng-click="quitarArticulo(key)" |
| 372 | 372 | > |
| 373 | 373 | <i class="fa fa-trash"></i> |
| ... | ... | @@ -422,7 +422,7 @@ |
| 422 | 422 | </td> |
| 423 | 423 | <td class="text-center align-middle"> |
| 424 | 424 | <button |
| 425 | - class="btn btn-outline-secondary" | |
| 425 | + class="btn btn-outline-light" | |
| 426 | 426 | ng-click="agregarATabla(13)" |
| 427 | 427 | > |
| 428 | 428 | <i class="fa fa-save"></i> |
| ... | ... | @@ -444,7 +444,7 @@ |
| 444 | 444 | <tr> |
| 445 | 445 | <td class="col"> |
| 446 | 446 | <button |
| 447 | - class="btn btn-outline-secondary selectable w-100" | |
| 447 | + class="btn btn-outline-light selectable w-100" | |
| 448 | 448 | ng-click="show = !show; masMenos()" |
| 449 | 449 | ng-show="articulosTabla.length > 0" |
| 450 | 450 | > |