_grid.scss 426 Bytes
.gridInforme {
  width: 100%;
  height: 350px;
}
.ui-grid-header-cell-wrapper{
  height: 40px !important;
}


.yellow {
  max-width: unset !important;
  >div {
    background: rgb(125, 152, 241) !important;
    font-weight: bold;
  }
}

.red {
  max-width: unset !important;
  >div {
    color: red;
    font-weight: bold;
  }
}

.green {
  max-width: unset !important;
  >div {
    color: green;
    font-weight: bold;
  }
}