Commit c362ba8c84c355a17bfaedf304dc65c3c717db96

Authored by 98287028191
2 parents 1d89138b 513b6876

Merge branch 'grid-proposal-imgs'

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 }
... ...