eventos.css 1.3 KB

123456789101112131415161718192021
  1. .dropdownlist { width:225px; }
  2. .bigFont { color: var(--primary) !important; font-size: 1.25rem !important; font-family: 'indivisa-text-bold-italic'; }
  3. .evento { border-bottom: 1px solid var(--mainColor); padding: 1em; }
  4. .calendario { width: 100px; max-width: 100px; border-radius:8px; background: var(--light-75); border-top: 20px solid; height:100px; max-height: 100px; }
  5. .calendario > span { font-size: 0.85em; margin-bottom: 0.5em; }
  6. .tituloEvento { font-size: 1.5em; }
  7. .fa-circle-info { color: var(--azul2); cursor: pointer; }
  8. .fa-circle-info:hover { opacity: 0.5; }
  9. .fa-circle-info.view { color: var(--gray); }
  10. .botones { width: 150px; max-width: 150px; }
  11. .collapse { background: var(--mainColor-25); }
  12. .collapse img { max-width: 100%; }
  13. .txtLabel { font-size: 1rem; }
  14. .carga { display: none; }
  15. .cif-file-container { height: 200px; max-height: 200px; }
  16. .cif-file-container.cif-container-image-type .cif-file-row, .cif-file-container.cif-container-image-type .cif-parent { padding: 0; border: 0; text-align: center; }
  17. .cif-img { height: 200px; max-height: 200px; width: 200px; max-width: 200px; object-fit: cover; border: 3px solid var(--mainColor); }
  18. .alert-dismissible .close { font-size: 1em; }
  19. .alert-dismissible .close:hover { color: inherit; }
  20. .is-invalid { border-color: var(--danger); }
  21. .is-invalid > * { color: var(--danger) !important; }