From 95a78384e8a474ca1e5dabf3b49e1692e8d8a831 Mon Sep 17 00:00:00 2001 From: TioSam77 Date: Tue, 25 Jun 2024 15:25:37 -0600 Subject: [PATCH] Interfaz De Admin --- src/App.css | 2 +- src/App.js | 13 ++++--- src/components/CardEditProfesor.js | 2 +- src/components/Formulario.css | 13 ++++--- src/components/InterAdmin.css | 57 ++++++++++++++++++++++++++++++ src/components/InterAdmin.js | 31 ++++++++++++++++ src/components/PerfilProfesor.css | 1 - src/pages/InterAdminPage.js | 25 +++++++++++++ 8 files changed, 129 insertions(+), 15 deletions(-) create mode 100644 src/components/InterAdmin.css create mode 100644 src/components/InterAdmin.js create mode 100644 src/pages/InterAdminPage.js diff --git a/src/App.css b/src/App.css index 17ada9b..47176d1 100644 --- a/src/App.css +++ b/src/App.css @@ -7,7 +7,7 @@ body { font-family: Arial, sans-serif; margin: 0; padding: 0; - background-color: #f0f2f5; + background-color: #faefef7a; } .App { diff --git a/src/App.js b/src/App.js index 6aa9168..147d90f 100644 --- a/src/App.js +++ b/src/App.js @@ -13,6 +13,7 @@ import MDUser from './components/MDUser'; import CardEditProfesorPage from './pages/CardEditProfesorPage'; import FormEditProfesorPage from './pages/FormEditProfesorPage'; import PerfilProfesor from "./components/PerfilProfesor"; +import InterAdmin from './components/InterAdmin'; const App = () => { return ( @@ -21,13 +22,15 @@ const App = () => {
}> - }> + } /> }> - }> - }> - } /> + } /> + }> + }> + + }> + } /> } /> - } />