Fix Leyenda
This commit is contained in:
		| @@ -8,10 +8,14 @@ | ||||
| } | ||||
|  | ||||
| /* --- Reseteos Generales --- */ | ||||
| .congresoContainer h1, .congresoContainer h2, .congresoContainer h3, .congresoContainer h4, .congresoContainer h5, .congresoContainer h6, .congresoContainer div, .congresoContainer p, .congresoContainer span, .congresoContainer strong, .congresoContainer em, .congresoContainer b, .congresoContainer i { | ||||
| .congresoContainer h1, .congresoContainer h2, .congresoContainer h3, .congresoContainer h4, .congresoContainer h5, .congresoContainer h6, .congresoContainer div, .congresoContainer p, .congresoContainer strong, .congresoContainer em, .congresoContainer b, .congresoContainer i { | ||||
|     line-height: 1.2; margin: 0; padding: 0; color: inherit; text-align: left; vertical-align: baseline; border: 0; | ||||
| } | ||||
|  | ||||
| .congresoContainer span{ | ||||
|   line-height: 1.2; margin: 0; padding: 0; color: inherit; text-align: left; vertical-align: baseline; | ||||
| } | ||||
|  | ||||
| /* --- ESTILOS BASE (VISTA ANCHA/ESCRITORIO) --- */ | ||||
| .congresoContainer { | ||||
|   display: flex; flex-direction: row; align-items: stretch; gap: 1.5rem; | ||||
| @@ -29,8 +33,11 @@ | ||||
| .footerLegend { display: flex; gap: 1.25rem; align-items: center; } | ||||
| .footerLegendItem { display: flex; align-items: center; gap: 0.6rem; font-size: 1.1em; } | ||||
| .legendIcon { display: inline-block; width: 14px; height: 14px; border-radius: 50%; } | ||||
| .legendIconSolid { background-color: #888; border: 1px solid #777; } | ||||
| .legendIconRing { background-color: rgba(136, 136, 136, 0.3); border: 1px solid #888; } | ||||
| .legendIconSolid { background-color: #888; } | ||||
| .legendIconRing {  | ||||
|   background-color: rgba(136, 136, 136, 0.3); | ||||
|   border: 1px solid #3a3a3a; | ||||
| } | ||||
| .footerTimestamp { font-weight: 500; font-size: 0.75em; text-align: right; } | ||||
| .congresoSummary { flex: 1; border-left: 1px solid #e0e0e0; padding-left: 1.25rem; display: flex; flex-direction: column; justify-content: flex-start; } | ||||
|  | ||||
|   | ||||
| @@ -101,7 +101,7 @@ const WidgetContent = ({ eleccionId }: CongresoNacionalWidgetProps) => { | ||||
|             </div> | ||||
|             <div className={styles.footerLegendItem}> | ||||
|               <span className={`${styles.legendIcon} ${styles.legendIconRing}`}></span> | ||||
|               <span>Bancas previas</span> | ||||
|               <span>Bancas Fijas</span> | ||||
|             </div> | ||||
|           </div> | ||||
|           <div className={styles.footerTimestamp}> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user