Commit 4e3f78393621286215b392d95fba5b56681e7cb4
1 parent
ded1ca26
Exists in
master
and in
4 other branches
ajuste na busca
Showing
6 changed files
with
3 additions
and
19 deletions
Show diff stats
atualiza-repo.sh
envia-repo.sh
src/app/components/article-service/article.service.js
src/app/components/proposal-list/proposal-list.html
src/app/pages/respostas/respostas.controller.js
... | ... | @@ -169,7 +169,6 @@ |
169 | 169 | var params = { |
170 | 170 | page: page, |
171 | 171 | per_page: per_page, |
172 | - has_children: true, | |
173 | 172 | 'fields[]': [ |
174 | 173 | 'id', |
175 | 174 | 'body', |
... | ... | @@ -186,7 +185,7 @@ |
186 | 185 | 'image', |
187 | 186 | 'title', |
188 | 187 | 'archived', |
189 | - 'has_children', | |
188 | + 'has_children=true', | |
190 | 189 | ] |
191 | 190 | }; |
192 | 191 | ... | ... |
src/app/pages/respostas/respostas.scss
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | |
14 | 14 | @each $category, $color in $categories { |
15 | 15 | .#{$category} .img-mask--background { |
16 | - background: linear-gradient(to right, rgba($color, 1) 40%, rgba($color,0.5) 100%); | |
16 | + background: linear-gradient(to right, rgba($color, 1) 30%, rgba($color,0.5) 100%); | |
17 | 17 | } |
18 | 18 | } |
19 | 19 | } | ... | ... |