Commit 2ac0fc6058eb5a04fcab4dedb30c1870ebb17006
1 parent
e180278ae0
Exists in
master
and in
1 other branch
Cambiado aspecto de botón "nuevo domicilio".
Showing
1 changed file
with
6 additions
and
4 deletions
Show diff stats
src/views/modal-domicilio.html
| ... | ... | @@ -57,13 +57,15 @@ |
| 57 | 57 | </tr> |
| 58 | 58 | <tr> |
| 59 | 59 | <td colspan="6" ng-show="!ingreso"> |
| 60 | - <input | |
| 61 | - class="form-control form-control-sm" | |
| 60 | + <button | |
| 61 | + class="form-control form-control-sm btn-rounded" | |
| 62 | 62 | type="text" |
| 63 | - placeholder="Nuevo domicilio" | |
| 64 | 63 | readonly |
| 65 | 64 | ng-click="ingreso = !ingreso" |
| 66 | - /> | |
| 65 | + > | |
| 66 | + <i class="fa fa-plus left" aria-hidden="true"></i> | |
| 67 | + Crear domicilio de entrega | |
| 68 | + </button> | |
| 67 | 69 | </td> |
| 68 | 70 | </tr> |
| 69 | 71 | <tr class="selectable" |