Merge branch 'Lino' of https://github.com/jls846/front-censo into Sarabia
This commit is contained in:
@@ -39,6 +39,11 @@ function BarNavigation() {
|
||||
<span>Agregar equipo</span>
|
||||
</Link>
|
||||
</li>
|
||||
<li className="subMenu" onClick={toggleMenu}>
|
||||
<Link href="/cambiarPass" className="links">
|
||||
<span>Cambiar contrasena</span>
|
||||
</Link>
|
||||
</li>
|
||||
<li className="subMenu">
|
||||
<button className="logout-button" onClick={cerrarSesion}>
|
||||
Cerrar sesión
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
font-size: 16px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
/* === Contenedor de tabla === */
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
/* Input */
|
||||
.input-contenedor input {
|
||||
width: 40%;
|
||||
width: 100%;
|
||||
padding: 6px 6px 6px 6px;
|
||||
border: 2px solid #003e79;
|
||||
border-radius: 6px;
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
font-size: 16px;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ import { usePathname } from "next/navigation";
|
||||
function Header() {
|
||||
const pathname = usePathname();
|
||||
|
||||
const publicNav = ["/escaner", "/agregarEquipo", "/editar"];
|
||||
const privateNav = ["/equipoComputo", "/crearCuenta", "/cambiarPass","/perifericos"];
|
||||
const publicNav = ["/escaner", "/agregarEquipo", "/editar", "/cambiarPass"];
|
||||
const privateNav = ["/equipoComputo", "/crearCuenta","/perifericos"];
|
||||
|
||||
return (
|
||||
<header className={header.header}>
|
||||
|
||||
Reference in New Issue
Block a user