Skip to content

Commit

Permalink
ajuste del color del botón / pag prioridad
Browse files Browse the repository at this point in the history
  • Loading branch information
mpayeras committed Feb 21, 2024
1 parent d07ba5c commit b64f66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/proyectos/snt/v1/TOD/tod_prioridad.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h4>¿Tenés prioridad?</h2>
<p class="text-center"> Si sos una persona mayor o estás embarazada o tenés alguna discapacidad, podés contar con una atención más rápida.</p>

<div class="mt-5">
<a href="tod_seleccion.html" class="btn btn-link btn-lg mx-3 "></a>
<a href="tod_seleccion.html" class="btn btn-link btn-lg mx-3">No</a>
<a href="tod_seleccion.html" class="btn btn-default btn-lg mx-3 "></a>
<a href="tod_seleccion.html" class="btn btn-default btn-lg mx-3">No</a>
</div>


Expand Down

0 comments on commit b64f66e

Please sign in to comment.