From eb05cabd042852004bdef5ccb3e234fa2f04ed20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Berruezo?= <a.berruezo97@gmail.com> Date: Fri, 4 Jan 2019 09:52:52 +0100 Subject: [PATCH] =?UTF-8?q?Iconos=20en=20el=20men=C3=BA=20lateral?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/menus/menu_cliente.html | 6 +++--- src/static/menus/menu_supervisor.html | 6 +++--- src/static/menus/menu_tecnico.html | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/static/menus/menu_cliente.html b/src/static/menus/menu_cliente.html index ebd043f..110dd04 100644 --- a/src/static/menus/menu_cliente.html +++ b/src/static/menus/menu_cliente.html @@ -1,16 +1,16 @@ <div class="list-group list-group-flush w-100 side-icons"> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/index"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">home</span> <span class="collapse width align-top side-options">Inicio</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/registrar_incidencia"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">library_add</span> <span class="collapse width align-top side-options">Registrar Incidencia</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/logout"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">pregnant_woman</span> <span class="collapse width align-top side-options">Cerrar Sesión</span> </a> </div> diff --git a/src/static/menus/menu_supervisor.html b/src/static/menus/menu_supervisor.html index ffc8719..90f3295 100644 --- a/src/static/menus/menu_supervisor.html +++ b/src/static/menus/menu_supervisor.html @@ -1,16 +1,16 @@ <div class="list-group list-group-flush w-100 side-icons"> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/index"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">home</span> <span class="collapse width align-top side-options">Inicio</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/incidencias_cerradas"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">delete_forever</span> <span class="collapse width align-top side-options">Incidencias Cerradas</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/logout"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">exit_to_app</span> <span class="collapse width align-top side-options">Cerrar sesión</span> </a> </div> diff --git a/src/static/menus/menu_tecnico.html b/src/static/menus/menu_tecnico.html index e898c34..eb5bd72 100644 --- a/src/static/menus/menu_tecnico.html +++ b/src/static/menus/menu_tecnico.html @@ -1,21 +1,21 @@ <div class="list-group list-group-flush w-100 side-icons"> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/index"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">home</span> <span class="collapse width align-top side-options">Inicio</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/incidencias_cerradas"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">delete_forever </span> <span class="collapse width align-top side-options">Incidencias Cerradas</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/registrar_incidencia"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">library_add</span> <span class="collapse width align-top side-options">Registrar Incidencia</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/logout"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">exit_to_app</span> <span class="collapse width align-top side-options">Cerrar sesión</span> </a> </div> -- GitLab