Commit c5dae77bb8e448b10bd5568b27a0d85eae12a3c2
1 parent
b38bec800a
Exists in
master
and in
1 other branch
letra mas pequeña
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/views/foca-modal.html
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <div class="row w-100"> |
3 | 3 | <div ng-class="(parametrosModal.size == 'md') ? 'col-lg-12' : 'col-lg-6'"> |
4 | 4 | <h5 class="modal-title my-1">{{parametrosModal.titulo}}</h5> |
5 | - <h6 ng-if="parametrosModal.subTitulo">{{parametrosModal.subTitulo}}</h6> | |
5 | + <small ng-if="parametrosModal.subTitulo">{{parametrosModal.subTitulo}}</small> | |
6 | 6 | </div> |
7 | 7 | <div class="input-group pr-0 my-2" ng-class="(parametrosModal.size == 'md') ? 'col-lg-12' : 'col-lg-6'"> |
8 | 8 | <input |