Commit 2df859a5341289fb336a9e021380cc089ee46fe1
Exists in
master
Merge branch 'master' into 'master'
Nuevo diseño en mobile, color icons See merge request !3
Showing
1 changed file
Show diff stats
src/views/hoja-ruta.html
| ... | ... | @@ -89,7 +89,7 @@ |
| 89 | 89 | <th class="text-right" style="width: 80px">Cantidad</th> |
| 90 | 90 | <th class="col-auto"> |
| 91 | 91 | <button |
| 92 | - class="btn btn-outline-secondary selectable" | |
| 92 | + class="btn btn-outline-light selectable" | |
| 93 | 93 | ng-click="show = !show; masMenos()" |
| 94 | 94 | > |
| 95 | 95 | <i |
| ... | ... | @@ -124,7 +124,7 @@ |
| 124 | 124 | <th class="text-right" ng-bind="remito.litros" style="width: 80px"></th> |
| 125 | 125 | <td class="text-center col-auto"> |
| 126 | 126 | <button |
| 127 | - class="btn btn-outline-secondary" | |
| 127 | + class="btn btn-outline-light" | |
| 128 | 128 | ng-click="quitarArticulo(key)" |
| 129 | 129 | > |
| 130 | 130 | <i class="fa fa-trash"></i> |
| ... | ... | @@ -150,7 +150,7 @@ |
| 150 | 150 | |
| 151 | 151 | <!-- MOBILE --> |
| 152 | 152 | <div class="row d-sm-none"> |
| 153 | - <table class="table table-sm table-striped table-dark margin-bottom-mobile"> | |
| 153 | + <table class="table table-sm table-striped tabla-articulo margin-bottom-mobile"> | |
| 154 | 154 | <thead> |
| 155 | 155 | <tr class="d-flex"> |
| 156 | 156 | <th class="">#</th> |
| ... | ... | @@ -207,7 +207,7 @@ |
| 207 | 207 | </div> |
| 208 | 208 | <div class="align-middle p-1"> |
| 209 | 209 | <button |
| 210 | - class="btn btn-outline-secondary" | |
| 210 | + class="btn btn-outline-light" | |
| 211 | 211 | ng-click="quitarArticulo(key)" |
| 212 | 212 | > |
| 213 | 213 | <i class="fa fa-trash"></i> |
| ... | ... | @@ -259,7 +259,7 @@ |
| 259 | 259 | </td> |
| 260 | 260 | <td class="text-center align-middle"> |
| 261 | 261 | <button |
| 262 | - class="btn btn-outline-secondary" | |
| 262 | + class="btn btn-outline-light" | |
| 263 | 263 | ng-click="agregarATabla(13)" |
| 264 | 264 | > |
| 265 | 265 | <i class="fa fa-save"></i> |
| ... | ... | @@ -281,7 +281,7 @@ |
| 281 | 281 | <tr> |
| 282 | 282 | <td class="col"> |
| 283 | 283 | <button |
| 284 | - class="btn btn-outline-secondary selectable w-100" | |
| 284 | + class="btn btn-outline-light selectable w-100" | |
| 285 | 285 | ng-click="show = !show; masMenos()" |
| 286 | 286 | ng-show="remitosTabla.length > 0" |
| 287 | 287 | > |