123456789101112131415161718192021222324252627282930313233 |
- /*
- Created on : 10/02/2022, 01:10:49 PM
- Author : Alejandro
- */
- .overflow{overflow-x: hidden; overflow-y: auto;}
- .bloque-materia { min-width: 100px; margin:4px; padding:8px 4px 0 8px; border-radius: 4px; border:1px solid #001D68; letter-spacing: -0.5px; font-size: 9pt; }
- .bloque-materia p:first-child {margin-bottom: 6px; line-height:1.2;}
- .bloque-materia .iconos .ing-fw{cursor: pointer; font-size: 10pt;}
- .bloque-materia .menu-wrapper{position:relative;}
- .bloque-materia .menu-flotante{z-index: 500; position: absolute; bottom: 0px; right: 0; background-color: #f5f5f5; border-radius: 6px 0 3px 0; padding-top: 2px;}
- .bloque-materia .badge{padding:0.5em 0.7em; letter-spacing: 0px; cursor: help;}
- .atributo-list .list-inline-item{margin-right:0;}
- .text-80{font-size: 80%;}
- .tipo-area{margin-right: 2.5em; white-space: nowrap; font-size: 85%;}
- .flex-mismo-ancho {flex: 1; }/*Mantener el mismo ancho de columnas*/
- .atributo-ver{cursor:pointer;}
- .oculto{display: none!important;}
- /*.nivel0{opacity:0.16; color: black;;}
- .nivel1{opacity:0.32; color: black;}
- .nivel2{opacity:0.48;}
- .nivel3{opacity:0.65;}
- .nivel4{opacity:0.80;}*/
- .nivel5{color:white;}
- /* ?? */
- .expanded-over{z-index: 100; position: absolute; top: 45px;}
- .mayusculas{font-weight: bold; text-transform: uppercase;}
- .no-overflow{overflow-y: hidden;}
|