Feat Widgets Cards y Optimización de Consultas
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
/* src/features/legislativas/nacionales/PanelNaciona.css */
|
||||
/* src/features/legislativas/nacionales/PanelNacional.css */
|
||||
.panel-nacional-container {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
border: 1px solid #e0e0e0;
|
||||
border-radius: 8px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.panel-header {
|
||||
@@ -491,13 +492,11 @@
|
||||
/* --- NUEVOS ESTILOS PARA EL TOGGLE MÓVIL --- */
|
||||
.mobile-view-toggle {
|
||||
display: none;
|
||||
/* Oculto por defecto */
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
position: absolute; /* <-- CAMBIO: De 'fixed' a 'absolute' */
|
||||
bottom: 10px; /* <-- AJUSTE: Menos espacio desde abajo */
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
z-index: 100;
|
||||
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
border-radius: 30px;
|
||||
padding: 5px;
|
||||
|
||||
Reference in New Issue
Block a user