Commit e792351def41c107ec6eba9bb1e11b348e26e824
1 parent
ab188514
Exists in
master
and in
5 other branches
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,6 +907,10 @@ td | ||
907 | @each $category, $color in $categories | 907 | @each $category, $color in $categories |
908 | .#{$category} & | 908 | .#{$category} & |
909 | color: $color | 909 | color: $color |
910 | + | ||
911 | + .contraste & | ||
912 | + color: #fff | ||
913 | + | ||
910 | .updated-at | 914 | .updated-at |
911 | @extend .vote-result | 915 | @extend .vote-result |
912 | margin-top: $gutter | 916 | margin-top: $gutter |