Commit 89443e226655fcabcf6d6f00ff38a4edd9f9e5cc

Authored by Rafael Diego
2 parents 559bbecd c362ba8c

Merge branch 'master' into staging

Showing 1 changed file with 10 additions and 1 deletions   Show diff stats
src/app/pages/respostas/respostas.scss
... ... @@ -7,5 +7,14 @@
7 7 margin: 20px 0;
8 8 }
9 9  
10   -
  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 + }
11 20 }
... ...