Commit 185e4a833430da5d94f5667b3c4470049018a71b

Authored by Melissa Wen
1 parent a5c00e29

fix height of texts and add more categories con tracks block

Showing 1 changed file with 10 additions and 4 deletions   Show diff stats
_tracks.sass
... ... @@ -26,15 +26,21 @@
26 26 text-indent: 95px
27 27 .name
28 28 color: #696778 !important
  29 + max-height: 38px
29 30 font-family: 'Ubuntu Mediun'
30 31 font-size: 16px
31 32 font-weight: normal
  33 + line-height: 18px
32 34 margin: 20px 10px 15px
  35 + overflow: hidden
33 36 padding: 0
34 37 .lead
35   - margin: 0 10px
36 38 color: #696778
  39 + max-height: 48px
37 40 font-size: 14px
  41 + line-height: 16px
  42 + margin: 0 10px
  43 + overflow: hidden
38 44 .track_stats
39 45 background: #3C9BAF
40 46 border: none
... ... @@ -70,7 +76,7 @@
70 76 width: 28px
71 77 span
72 78 display: none
73   - &.category_cultura
  79 + &.category_cultura, &.category_lazer, &.category_esporte
74 80 background: #FAF9EE
75 81 border-color: #F4DFBE
76 82 .track_content
... ... @@ -82,7 +88,7 @@
82 88 background: #FA9E00
83 89 .read_more a
84 90 background: transparent url('images/home/read-more-cult.png') no-repeat center center
85   - &.category_aguas
  91 + &.category_aguas, &.category_infracoes-ambientais, &.category_qualidade-ambiental, &.category_ambientes-ocupados-pelo-homem, &.category_areas-protegidas, &.category_biodiversidade, &.category_cidadania-ambiental, &.category_economia-e-meio-ambiente, &.category_gestao-de-meio-ambiente, &.category_florestas
86 92 background: #F7FAE7
87 93 border-color: #DDE5BF
88 94 .track_content
... ... @@ -94,7 +100,7 @@
94 100 background: #9DB329
95 101 .read_more a
96 102 background: transparent url('images/home/read-more-env.png') no-repeat center center
97   - &.category_ciencia-e-tecnologia
  103 + &.category_ciencia-e-tecnologia, &.category_comunicacao, &.category_informacao
98 104 background: #F4FBFB
99 105 border-color: #0D3E6A
100 106 .track_content
... ...