_tabla.scss
433 Bytes
.table {
&-nonfluid {
width: auto;
}
&-celda-total {
color: #000000;
background-color: #FF9900;
}
&-title{
background-color: #67615e;
color: #FFF;
margin-bottom: 0;
padding: 0.25rem 0;
}
thead th{
font-size: 13px;
}
&.table-abm{
thead{
color: #FFF;
background-color: #67615e;
}
}
}