Commit 20ea76a27d428f98fb22b840dad1416455255c74

Authored by Jose Pinto
1 parent 25834328d3
Exists in master

clase .table-title

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
src/sass/_tabla.scss
1 .table { 1 .table {
2 &-nonfluid { 2 &-nonfluid {
3 width: auto; 3 width: auto;
4 } 4 }
5 &-celda-total { 5 &-celda-total {
6 color: #000000; 6 color: #000000;
7 background-color: #FF9900; 7 background-color: #FF9900;
8 } 8 }
9 &-title{
10 background-color: #67615e;
11 color: #FFF;
12 margin-bottom: 0;
13 padding: 0.25rem 0;
14 }
9 15
10 thead th{ 16 thead th{
11 font-size: 13px; 17 font-size: 13px;
12 } 18 }
13 19
14 &.table-abm{ 20 &.table-abm{
15 thead{ 21 thead{
16 color: #FFF; 22 color: #FFF;
17 background-color: #67615e; 23 background-color: #67615e;
18 } 24 }
19 } 25 }
20 26
21 } 27 }
22 28