Compare View
Commits (2)
Showing
1 changed file
Show diff stats
src/app/pages/respostas/respostas.scss
@@ -7,5 +7,14 @@ | @@ -7,5 +7,14 @@ | ||
7 | margin: 20px 0; | 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 | } |