Commit e792351def41c107ec6eba9bb1e11b348e26e824

Authored by Leonardo Merlin
1 parent ab188514

Fix: contrast on close button of 'Resultados'

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
sass/style.sass
... ... @@ -907,6 +907,10 @@ td
907 907 @each $category, $color in $categories
908 908 .#{$category} &
909 909 color: $color
  910 +
  911 + .contraste &
  912 + color: #fff
  913 +
910 914 .updated-at
911 915 @extend .vote-result
912 916 margin-top: $gutter
... ...