GITLAB

Eric Fernandez / wrapper-demo

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-demo
  • src
  • sass
  • _tabla.scss
  • 04c63038c   lineas al final, font-size table-title Browse Code ยป
    Jose Pinto
    2018-12-20 17:46:56 -0300  
_tabla.scss 458 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
.table {
    &-nonfluid {
        width: auto;
    }
    &-celda-total {
        color: #000000;
        background-color: #FF9900;
    }
    &-title{
        background-color: #67615e;
        color: #FFF;
        margin-bottom: 0;
        padding: 0.25rem 0;
        font-size: 1rem;
    }

    thead th{
        font-size: 13px;
    }

    &.table-abm{
        thead{
            color: #FFF;
            background-color: #67615e;
        }
    }
    
}