Commit 7d4116e5cd5b4fb729bb1a1e388d2f6c14197454
1 parent
c3b31b13
Exists in
master
and in
6 other branches
Fix: cidades theme color
Showing
2 changed files
with
10 additions
and
4 deletions
Show diff stats
package.json
src/app/index.scss
| ... | ... | @@ -22,7 +22,6 @@ $defaultblue: #5E749D; |
| 22 | 22 | |
| 23 | 23 | // ------------- |
| 24 | 24 | |
| 25 | -// 1.4 - dicionarios | |
| 26 | 25 | $categories: ( |
| 27 | 26 | saude: #3359a7, |
| 28 | 27 | seguranca-publica: #e95052, |
| ... | ... | @@ -30,7 +29,9 @@ $categories: ( |
| 30 | 29 | reducao-da-pobreza: #38c7a4, |
| 31 | 30 | cultura: #a63738, |
| 32 | 31 | esporte: #f15b31, |
| 33 | - meio-ambiente: #3cc667 | |
| 32 | + meio-ambiente: #3cc667, | |
| 33 | + cidades: #3f5fac, | |
| 34 | + empreendedorismo: #000 | |
| 34 | 35 | ); |
| 35 | 36 | |
| 36 | 37 | $categories-complementary-1: ( |
| ... | ... | @@ -40,7 +41,9 @@ $categories-complementary-1: ( |
| 40 | 41 | reducao-da-pobreza: #57e9cd, |
| 41 | 42 | cultura: #dc5557, |
| 42 | 43 | esporte: #fd8d4c, |
| 43 | - meio-ambiente: #339950 | |
| 44 | + meio-ambiente: #339950, | |
| 45 | + cidades: #21275b, | |
| 46 | + empreendedorismo: #000 | |
| 44 | 47 | ); |
| 45 | 48 | |
| 46 | 49 | $categories-complementary-2: ( |
| ... | ... | @@ -50,7 +53,9 @@ $categories-complementary-2: ( |
| 50 | 53 | reducao-da-pobreza: #2a9677, |
| 51 | 54 | cultura: #862f2f, |
| 52 | 55 | esporte: #ce472c, |
| 53 | - meio-ambiente: lighten(#3cc667, 10%) | |
| 56 | + meio-ambiente: lighten(#3cc667, 10%), | |
| 57 | + cidades: lighten(#3f5fac, 10%), | |
| 58 | + empreendedorismo: #000 | |
| 54 | 59 | ); |
| 55 | 60 | |
| 56 | 61 | // $categories-descriptions: ( | ... | ... |