Commit 72bb93f179954db7529b4a304e7b3be7b90efd67
1 parent
f9be395950
Exists in
master
Cambio de formato color
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/sass/_grid.scss
| 1 | .gridInforme { | 1 | .gridInforme { |
| 2 | width: 100%; | 2 | width: 100%; |
| 3 | height: 350px; | 3 | height: 350px; |
| 4 | } | 4 | } |
| 5 | .ui-grid-header-cell-wrapper{ | 5 | .ui-grid-header-cell-wrapper{ |
| 6 | height: 40px !important; | 6 | height: 40px !important; |
| 7 | } | 7 | } |
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | .yellow { | 10 | .yellow { |
| 11 | max-width: unset !important; | 11 | max-width: unset !important; |
| 12 | >div { | 12 | >div { |
| 13 | background: rgb(125, 152, 241) !important; | 13 | background: #7d98f1 !important; |
| 14 | font-weight: bold; | 14 | font-weight: bold; |
| 15 | } | 15 | } |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | .red { | 18 | .red { |
| 19 | max-width: unset !important; | 19 | max-width: unset !important; |
| 20 | >div { | 20 | >div { |
| 21 | color: red; | 21 | color: red; |
| 22 | font-weight: bold; | 22 | font-weight: bold; |
| 23 | } | 23 | } |
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | .green { | 26 | .green { |
| 27 | max-width: unset !important; | 27 | max-width: unset !important; |
| 28 | >div { | 28 | >div { |
| 29 | color: green; | 29 | color: green; |
| 30 | font-weight: bold; | 30 | font-weight: bold; |
| 31 | } | 31 | } |
| 32 | } | 32 | } |
| 33 | 33 |