Commit 04c63038ca6b7e9914f6f2493ab9faced4023375

Authored by Jose Pinto
1 parent 20ea76a27d
Exists in master

lineas al final, font-size table-title

src/sass/_acciones-mobile.scss
1 .acciones-mobile { 1 .acciones-mobile {
2 line-height: 2.5em; 2 line-height: 2.5em;
3 color: orange; 3 color: orange;
4 font-size: 1.25em 4 font-size: 1.25em
5 }
5 }
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 } 15 }
15 16
16 thead th{ 17 thead th{
17 font-size: 13px; 18 font-size: 13px;
18 } 19 }
19 20
20 &.table-abm{ 21 &.table-abm{
21 thead{ 22 thead{
22 color: #FFF; 23 color: #FFF;
23 background-color: #67615e; 24 background-color: #67615e;
24 } 25 }
25 } 26 }
26 27
27 } 28 }
28 29