Commit cb3d271cfe938aef82953ca60fca630bb7a2c6dd
1 parent
0f3656aa5d
Exists in
develop
modifico visualizacion modal informacion
Showing
1 changed file
with
5 additions
and
4 deletions
Show diff stats
src/views/modal-info.html
| 1 | -<div> | |
| 1 | +<div class="focus-in"> | |
| 2 | 2 | |
| 3 | 3 | <div class="modal-header"> |
| 4 | 4 | <h4>Información</h4> |
| 5 | 5 | </div> |
| 6 | 6 | |
| 7 | 7 | <div class="modal-body"> |
| 8 | - <p ng-bind="textoModal" class="line-break"> | |
| 9 | - </p> | |
| 8 | + <p ng-bind="textoModal" class="line-break m-0 pb-2"></p> | |
| 10 | 9 | <!-- La versión está tipeada, después habria que hacer que se haga una consulta y devuelva la versión --> |
| 11 | - <p class="mt-1">Debo Distribuidores: Versión 2.0</p> | |
| 10 | + <p class="m-0 border-bottom border-top pt-2 pb-2">Debo Distribuidores: Versión 2.0</p> | |
| 12 | 11 | <p class="mt-1">Ante un inconveniente con el sistema,</br> |
| 13 | 12 | comuniquese con nuestra <a href="http://focasoftware.com" target="__blank">mesa de ayuda</a></p> |
| 14 | 13 | <a href="http://focasoftware.com" target="__blank"> |
| ... | ... | @@ -20,3 +19,5 @@ |
| 20 | 19 | </div> |
| 21 | 20 | </div> |
| 22 | 21 | |
| 22 | + | |
| 23 | + |