_grid.scss
413 Bytes
.gridInforme {
width: 100%;
height: 350px;
}
.ui-grid-header-cell-wrapper{
height: 40px !important;
}
.yellow {
max-width: unset !important;
>div {
background: yellow !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;
}
}