Commit 7cd891f209c2354f7c4cca3bc465d4138f4563a6
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !116
Showing
1 changed file
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 |