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,7 +13,7 @@ | ||
| 13 | ng-click="vm.selectCategory(category, $event)"> | 13 | ng-click="vm.selectCategory(category, $event)"> |
| 14 | 14 | ||
| 15 | <span class="category-list--icon-circle" aria-hidden="true" ng-class="category.slug"></span> | 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 | <span class="category-list--label">{{::category.name}}</span> | 17 | <span class="category-list--label">{{::category.name}}</span> |
| 18 | <span class="category-list--icon--right glyphicon glyphicon-chevron-right hidden-xs" ng-hide="vm.selectedCategory.slug === category.slug"></span> | 18 | <span class="category-list--icon--right glyphicon glyphicon-chevron-right hidden-xs" ng-hide="vm.selectedCategory.slug === category.slug"></span> |
| 19 | <span class="category-list--icon--right glyphicon glyphicon-remove hidden-xs" ng-show="vm.selectedCategory.slug === category.slug"></span> | 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
| @@ -79,9 +79,9 @@ | @@ -79,9 +79,9 @@ | ||
| 79 | 79 | ||
| 80 | .category-list--icon { | 80 | .category-list--icon { |
| 81 | position: absolute; | 81 | position: absolute; |
| 82 | - top: -16px; | ||
| 83 | - left: -14px; | ||
| 84 | - transform: scale(0.35); | 82 | + top: 6px; |
| 83 | + left: 6px; | ||
| 84 | + // transform: scale(0.4); | ||
| 85 | } | 85 | } |
| 86 | 86 | ||
| 87 | .category-list--icon--right { | 87 | .category-list--icon--right { |
src/app/index.scss
src/app/pages/programas/programas.scss
| @@ -47,8 +47,8 @@ | @@ -47,8 +47,8 @@ | ||
| 47 | display: block; | 47 | display: block; |
| 48 | position: relative; | 48 | position: relative; |
| 49 | top: -8px; | 49 | top: -8px; |
| 50 | - left: -6px; | ||
| 51 | - transform: scale($icon-scale); | 50 | + left: -8px; |
| 51 | + // transform: scale($icon-scale); | ||
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | .contraste & { | 54 | .contraste & { |
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