Commit 2e71444da3406008fdc68144445e514c020ca10f
1 parent
f0e2f769
Exists in
master
and in
8 other branches
Fix small issues at icons
Showing
24 changed files
with
6 additions
and
7 deletions
Show diff stats
src/app/components/category-list/category-list.html
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | ng-click="vm.selectCategory(category, $event)"> |
14 | 14 | |
15 | 15 | <span class="category-list--icon-circle" aria-hidden="true" ng-class="category.slug"></span> |
16 | - <span class="category-list--icon icon" aria-hidden="true" ng-class="'icon-tema-' + category.slug"></span> | |
16 | + <span class="category-list--icon icon" aria-hidden="true" ng-class="'icon-tema-' + category.slug + '-small'"></span> | |
17 | 17 | <span class="category-list--label">{{::category.name}}</span> |
18 | 18 | <span class="category-list--icon--right glyphicon glyphicon-chevron-right hidden-xs" ng-hide="vm.selectedCategory.slug === category.slug"></span> |
19 | 19 | <span class="category-list--icon--right glyphicon glyphicon-remove hidden-xs" ng-show="vm.selectedCategory.slug === category.slug"></span> | ... | ... |
src/app/components/category-list/category-list.scss
src/app/index.scss
src/app/pages/programas/programas.scss
1.48 KB
1.2 KB
1.14 KB
src/assets/images/icons/tema-cultura.png
1.39 KB
1.3 KB
src/assets/images/icons/tema-educacao.png
1.21 KB
1.16 KB
1.32 KB
1.53 KB
1.03 KB
src/assets/images/icons/tema-meio-ambiente.png
1.32 KB
src/assets/images/icons/tema-reducao-da-pobreza.png
1.05 KB
src/assets/images/icons/tema-saude.png
1.24 KB
src/assets/images/icons/tema-seguranca-publica.png
1.24 KB