Commit 513b6876480cbf02d6fd1235b8f8b890b969fcbd

Authored by 98287028191
1 parent 1d89138b

Ajustado o tamanho das imagens do grid de respostas da pagina respostas

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