GITLAB

Eric Fernandez / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _table-autorizar-nota-pedido.scss
  • 180117e4e   foca autorizacino Browse Code ยป
    --global
    2019-04-22 14:35:22 -0300  
_table-autorizar-nota-pedido.scss 204 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13
.tabla-autorizar-nota-pedido {

    thead > tr > th {
        background-color: #67615e;
        color: #FFF;
    }

    tfoot > tr > th {
        background-color: #67615e;
        color: #FFF;
    }

}