From 5d80226c88a1349b83925d650a9614351f07ee94 Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Sun, 19 Apr 2015 18:43:43 -0300 Subject: [PATCH] Ticket #18: Bigger icons --- images/icons/educacao.png | Bin 1881 -> 0 bytes images/icons/icons.png | Bin 0 -> 9252 bytes images/icons/icons.svg | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ images/icons/icons.xcf | Bin 0 -> 10080 bytes images/icons/reducao-da-pobreza.png | Bin 1076 -> 0 bytes images/icons/saude.png | Bin 1025 -> 0 bytes images/icons/seguranca.png | Bin 1368 -> 0 bytes sass/_proposal_categories.scss | 7 ++++--- 8 files changed, 91 insertions(+), 3 deletions(-) create mode 100644 images/icons/icons.png create mode 100644 images/icons/icons.svg create mode 100644 images/icons/icons.xcf diff --git a/images/icons/educacao.png b/images/icons/educacao.png index d3e00f2..c607da1 100644 Binary files a/images/icons/educacao.png and b/images/icons/educacao.png differ diff --git a/images/icons/icons.png b/images/icons/icons.png new file mode 100644 index 0000000..b8de89e Binary files /dev/null and b/images/icons/icons.png differ diff --git a/images/icons/icons.svg b/images/icons/icons.svg new file mode 100644 index 0000000..c765d82 --- /dev/null +++ b/images/icons/icons.svg @@ -0,0 +1,87 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/images/icons/icons.xcf b/images/icons/icons.xcf new file mode 100644 index 0000000..71a9988 Binary files /dev/null and b/images/icons/icons.xcf differ diff --git a/images/icons/reducao-da-pobreza.png b/images/icons/reducao-da-pobreza.png index 2e70b22..8d47b55 100644 Binary files a/images/icons/reducao-da-pobreza.png and b/images/icons/reducao-da-pobreza.png differ diff --git a/images/icons/saude.png b/images/icons/saude.png index 2932eb0..4b60a3a 100644 Binary files a/images/icons/saude.png and b/images/icons/saude.png differ diff --git a/images/icons/seguranca.png b/images/icons/seguranca.png index d488eea..d0ccf08 100644 Binary files a/images/icons/seguranca.png and b/images/icons/seguranca.png differ diff --git a/sass/_proposal_categories.scss b/sass/_proposal_categories.scss index 833ad03..dae4ea9 100644 --- a/sass/_proposal_categories.scss +++ b/sass/_proposal_categories.scss @@ -21,7 +21,7 @@ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; - background-position: center 30px; + background-position: center 5px; background-repeat: no-repeat; width: 140px; height: 40px; @@ -34,6 +34,7 @@ overflow: hidden; border-width: 2px; border-style: solid; + background-size: 90px; hover: { border-color: #fff !important; } @@ -129,7 +130,7 @@ background-color: $color; } #proposal-category-#{$category} a { - background-image: url(./images/icons/#{$category}.png); + background-image: url(./images/icons/#{$category}.png?2); background-color: $color; border-color: $color; } @@ -139,7 +140,7 @@ .category-#{$category} { background-color: $color; - background-image: url(./images/icons/#{$category}.png); + background-image: url(./images/icons/#{$category}.png?1); background-repeat: no-repeat; background-size: 22px; background-position-y: center; -- libgit2 0.21.2