Commit 8e37ffbd4d967da194a0aaffb727f1b809ea8a06
1 parent
aa39ca4a
Exists in
master
and in
4 other branches
correcao do bloco de resposta para adicionar imagem ao proposal-box
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/app/pages/respostas/respostas.scss
... | ... | @@ -13,8 +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) 38%, rgba($color,0.5) 100%); | |
16 | + background: linear-gradient(to right, rgba($color, 1) 40%, rgba($color,0.5) 100%); | |
17 | 17 | } |
18 | 18 | } |
19 | - | |
20 | 19 | } | ... | ... |