Commit 1d359a759efe44ef55ec381a8092beeb3bbff8ac
1 parent
4c04ff37
Exists in
master
and in
11 other branches
CSS bugfix.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
sass/proposal_detail/_proposal-detail-base.scss
1 | @each $category, $color in $categories { | 1 | @each $category, $color in $categories { |
2 | - .#{$category} .proposal-detail-base { | 2 | + .#{$category} { |
3 | font-family: 'Open Sans', sans-serif; | 3 | font-family: 'Open Sans', sans-serif; |
4 | font-size: 16px; | 4 | font-size: 16px; |
5 | font-weight: 300; | 5 | font-weight: 300; |