Commit fa8b4f308fed4b1678a496c3887213963b25e415
1 parent
8c22a9c2e2
Exists in
master
Apariencia botones " Buscar - Localizar "
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/views/modal-domicilio.html
... | ... | @@ -205,11 +205,11 @@ |
205 | 205 | <div class="col-12"> |
206 | 206 | <button |
207 | 207 | type="button" |
208 | - class="btn btn-primary float-right ml-3" | |
208 | + class="btn btn-outline-debo float-right ml-3" | |
209 | 209 | ng-click="localizarDomicilio()">Buscar</button> |
210 | 210 | <button |
211 | 211 | type="button" |
212 | - class="btn btn-primary float-right" | |
212 | + class="btn btn-outline-debo float-right" | |
213 | 213 | ng-disabled="!domicilio.calle || !domicilio.numeroCalle || !domicilio.localidad || !domicilio.provincia" |
214 | 214 | ng-click="localizarDomicilio(true)">Localizar</button> |
215 | 215 | </div> |