Commit 00300ee54d98ad29f52e51c89e13049c42da3bff
Exists in
master
and in
4 other branches
Merge branch 'master' into staging
Showing
2 changed files
with
2 additions
and
11 deletions
Show diff stats
src/app/pages/programas/programa.html
... | ... | @@ -245,7 +245,7 @@ |
245 | 245 | <div class="row"> |
246 | 246 | <div class="col-sm-4 col-md-3"> |
247 | 247 | <div class="img-mask--container" ng-style="{'background-image':'url( {{::proposal.body}} )'}"> |
248 | - <div class="img-mask"> | |
248 | + <div class="img-mask--background ng-scope"> | |
249 | 249 | <div class="icon icon-programa-respondido"> |
250 | 250 | <div class="icon-circle"> |
251 | 251 | <span class="glyphicon glyphicon-ok" aria-hidden="true"></span> | ... | ... |
src/app/pages/respostas/respostas.scss
... | ... | @@ -7,14 +7,5 @@ |
7 | 7 | margin: 20px 0; |
8 | 8 | } |
9 | 9 | |
10 | - .img-mask--background{ | |
11 | - text-align:left; | |
12 | - } | |
13 | - | |
14 | - @each $category, $color in $categories { | |
15 | - .#{$category} .img-mask--background { | |
16 | - background: linear-gradient(to right, rgba($color, 1) 30%, rgba($color,0.5) 100%) no-repeat; | |
17 | - padding: 30px 15px; | |
18 | - } | |
19 | - } | |
10 | + | |
20 | 11 | } | ... | ... |