Commit 98e03c5eda1b331d1ca0c9a4f82c9934561f77fd

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'develop' into 'master'

Develop

See merge request !33
src/views/modal-alert.html
... ... @@ -2,7 +2,7 @@
2 2 <h4>Atención</h4>
3 3 </div>
4 4 <div class="modal-body">
5   - <p ng-bind="textoModal" class="alertRemito">
  5 + <p ng-bind="textoModal" class="alert">
6 6  
7 7 </p>
8 8 </div>
src/views/modal-confirm.html
... ... @@ -2,7 +2,7 @@
2 2 <h4>Confirmar</h4>
3 3 </div>
4 4 <div class="modal-body">
5   - <p ng-bind="textoModal">
  5 + <p ng-bind="textoModal" class="alert">
6 6  
7 7 </p>
8 8 </div>