Commit 14d73d935117a579578386fc751975977e41dff7
1 parent
c57ce557
Exists in
master
and in
11 other branches
adding file variable
Showing
4 changed files
with
8 additions
and
3 deletions
Show diff stats
sass/_proposal_categories.scss
1 | +@import "utilities/variables"; | |
2 | + | |
1 | 3 | #proposal-categories{ |
2 | 4 | background: #fff; |
3 | 5 | clear: both; |
... | ... | @@ -35,8 +37,6 @@ |
35 | 37 | } |
36 | 38 | } |
37 | 39 | |
38 | -$categories: (saude: #00cbd7, seguranca: #e34748, educacao: #ffb400, desenvolvimento-social: #51d0b3); | |
39 | - | |
40 | 40 | @each $category, $color in $categories { |
41 | 41 | .proposal-category-items-#{$category} { |
42 | 42 | background-color: $color; | ... | ... |
sass/_proposal_detail.scss
sass/style.scss
... | ... | @@ -0,0 +1 @@ |
1 | +$categories: (saude: #00cbd7, seguranca: #e34748, educacao: #ffb400, desenvolvimento-social: #51d0b3); | ... | ... |