GITLAB

Eric Fernandez / wrapper-mobile

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-mobile
  • src
  • sass
  • _grid.scss
  • 14429e900   files from wrapper-demo Browse Code ยป
    Eric Fernandez
    2019-02-21 15:57:09 -0300  
_grid.scss 414 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
.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;
  }
}