12345678910111213141516171819202122232425 |
- .pleca { height: 0.5rem; }
- .opcion{ font-family: 'indivisa-text-italic'; color: #969696; }
- .opcion.active{ color: #D21034; border-bottom: 3px solid #D21034; }
- .opcion:hover{ color: #001D68; border-bottom: 3px solid #001D68; }
- .btnIcon { opacity: 1; }
- .btnIcon:hover{ opacity: 0.5; }
- .navIcon{ font-size: 2rem; }
- .hgMinLoader > div { min-height: 300px;}
- .accordion .titulo, .card .titulo { border-bottom: 1px solid #001D68; color: #001D68; font-size: 18px; }
- .accordion .titulo > .ver{ font-family: 'indivisa-text-italic'; color: #696969; cursor: pointer; }
- .accordion .texto.bg-light{ border-radius: 0 0 .25rem .25rem; }
- .accordion .texto > .lista:before { font-family: 'ingfont'; content: "\e943"; color: #007BC4; font-size: 8px; margin-right: 0.25rem; }
- .editIcon, .elimIcon { right: 0.75rem; top: 0.75rem; display: none; cursor: pointer; }
- .editIcon:hover, .elimIcon:hover { opacity: 0.5;}
- .elimReng { background: rgba(210,16,52,0.5); color: #FFFFFF !important; }
- .categorias > .card { border: 0; }
- .d-flex.categorias > .card { margin: 0 1rem}
- input[type="checkbox"] { display: none; }
- .renglon .ing-revision-cartel { font-size: 26px; color: #F0F0F0; cursor: pointer; margin: 0; }
- .renglon label.final:hover, .renglon input:checked ~ label.final, .renglon label.selec.final { color: #339933; }
- .renglon.active {background: #F0F0F0; border: 1px solid #FFFFFF;}
- .renglon label.final:hover { text-shadow: 0 0 3px #339933; }
|