Commit fdde4c30e4caaca66e8c51a4a984edf10a1600bc
1 parent
6326062a64
Exists in
master
and in
1 other branch
estilo mobile
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/views/foca-modal-nota-pedido.html
| ... | ... | @@ -3,8 +3,8 @@ |
| 3 | 3 | </div> |
| 4 | 4 | <div class="modal-body" id="modal-body"> |
| 5 | 5 | <div class="input-group row"> |
| 6 | - <small class="col-lg-2 col-sm-4 text-left my-1">Fecha Desde</small> | |
| 7 | - <div class="col-lg-4 col-sm-8 input-group mb-2"> | |
| 6 | + <small class="col-md-2 col-4 text-left my-1">Fecha Desde</small> | |
| 7 | + <div class="col-md-4 col-8 input-group mb-2"> | |
| 8 | 8 | <div class="input-group-prepend"> |
| 9 | 9 | <div class="input-group-text form-control-sm"> |
| 10 | 10 | <i class="fa fa-calendar"></i> |
| ... | ... | @@ -20,8 +20,8 @@ |
| 20 | 20 | ng-required="true" |
| 21 | 21 | /> |
| 22 | 22 | </div> |
| 23 | - <small class="col-lg-2 col-sm-4 text-left my-1">Fecha Hasta</small> | |
| 24 | - <div class="col-lg-4 col-sm-8 input-group mb-2"> | |
| 23 | + <small class="col-md-2 col-4 text-left my-1">Fecha Hasta</small> | |
| 24 | + <div class="col-md-4 col-8 input-group mb-2"> | |
| 25 | 25 | <div class="input-group-prepend"> |
| 26 | 26 | <div class="input-group-text form-control-sm"> |
| 27 | 27 | <i class="fa fa-calendar"></i> |