Commit 0e62dfaa26858e8249f2eb65594a51d8f526cd8b

Authored by Luigi
1 parent a48454b702
Exists in master

clase inutilizada

Showing 1 changed file with 0 additions and 6 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{ 9 &-title{
10 background-color: #67615e; 10 background-color: #67615e;
11 color: #FFF; 11 color: #FFF;
12 margin-bottom: 0; 12 margin-bottom: 0;
13 padding: 0.25rem 0; 13 padding: 0.25rem 0;
14 font-size: 1rem; 14 font-size: 1rem;
15 } 15 }
16 16
17 thead th{ 17 thead th{
18 font-size: 13px; 18 font-size: 13px;
19 } 19 }
20 20
21 &.table-abm{ 21 &.table-abm{
22 thead{ 22 thead{
23 color: #FFF; 23 color: #FFF;
24 background-color: #67615e; 24 background-color: #67615e;
25 } 25 }
26 } 26 }
27 27
28 } 28 }
29 .table-sm {
30 th,
31 td {
32 white-space: nowrap !important;
33 }
34 }
35 29