_tabla.scss 304 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 .table { &-nonfluid { width: auto; } &-celda-total { color: #000000; background-color: #FF9900; } thead th{ font-size: 13px; } &.table-abm{ thead{ color: #FFF; background-color: #67615e; } } }