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 | #proposal-categories{ | 3 | #proposal-categories{ |
| 2 | background: #fff; | 4 | background: #fff; |
| 3 | clear: both; | 5 | clear: both; |
| @@ -35,8 +37,6 @@ | @@ -35,8 +37,6 @@ | ||
| 35 | } | 37 | } |
| 36 | } | 38 | } |
| 37 | 39 | ||
| 38 | -$categories: (saude: #00cbd7, seguranca: #e34748, educacao: #ffb400, desenvolvimento-social: #51d0b3); | ||
| 39 | - | ||
| 40 | @each $category, $color in $categories { | 40 | @each $category, $color in $categories { |
| 41 | .proposal-category-items-#{$category} { | 41 | .proposal-category-items-#{$category} { |
| 42 | background-color: $color; | 42 | background-color: $color; |
sass/_proposal_detail.scss
sass/style.scss
| @@ -18,6 +18,8 @@ | @@ -18,6 +18,8 @@ | ||
| 18 | src: url(./fonts/Asap-Regular.ttf); | 18 | src: url(./fonts/Asap-Regular.ttf); |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | +@import 'utilities/variables'; | ||
| 22 | + | ||
| 21 | @import 'nav'; | 23 | @import 'nav'; |
| 22 | @import 'header'; | 24 | @import 'header'; |
| 23 | @import 'proposal_categories'; | 25 | @import 'proposal_categories'; |
| @@ -0,0 +1 @@ | @@ -0,0 +1 @@ | ||
| 1 | +$categories: (saude: #00cbd7, seguranca: #e34748, educacao: #ffb400, desenvolvimento-social: #51d0b3); |