diff --git a/Elecciones-Web/frontend/src/App.css b/Elecciones-Web/frontend/src/App.css index f44e605..d372bfe 100644 --- a/Elecciones-Web/frontend/src/App.css +++ b/Elecciones-Web/frontend/src/App.css @@ -1,29 +1,32 @@ -#root { +/* src/App.css */ + +.container-legislativas2025 { max-width: 1280px; margin: 0 auto; padding: 2rem; text-align: center; } -@keyframes logo-spin { +@keyframes elecciones-logo-spin { from { transform: rotate(0deg); } + to { transform: rotate(360deg); } } @media (prefers-reduced-motion: no-preference) { - a:nth-of-type(2) .logo { - animation: logo-spin infinite 20s linear; + .container-legislativas2025 a:nth-of-type(2) .logo { + animation: elecciones-logo-spin infinite 20s linear; } } -.card { +.container-legislativas2025 .card { padding: 2em; } -.read-the-docs { +.container-legislativas2025 .read-the-docs { color: #888; -} +} \ No newline at end of file diff --git a/Elecciones-Web/frontend/src/App.tsx b/Elecciones-Web/frontend/src/App.tsx index 5273caf..8dac98e 100644 --- a/Elecciones-Web/frontend/src/App.tsx +++ b/Elecciones-Web/frontend/src/App.tsx @@ -1,6 +1,5 @@ // src/App.tsx -import './App.css' -import { BancasWidget } from './components/BancasWidget' +/*import { BancasWidget } from './components/BancasWidget' import { CongresoWidget } from './components/CongresoWidget' import MapaBsAs from './components/MapaBsAs' import { DipSenTickerWidget } from './components/DipSenTickerWidget' @@ -18,10 +17,11 @@ import { SenadoresPorSeccionWidget } from './components/SenadoresPorSeccionWidge import { ConcejalesPorSeccionWidget } from './components/ConcejalesPorSeccionWidget' import { ResultadosTablaDetalladaWidget } from './components/ResultadosTablaDetalladaWidget' import { ResultadosRankingMunicipioWidget } from './components/ResultadosRankingMunicipioWidget' - +*/ function App() { - return ( + return ({/* <> +