diff --git a/static/grandlyon-sau/_custom.scss b/static/grandlyon-sau/_custom.scss index fc508821..bb39fb8f 100644 --- a/static/grandlyon-sau/_custom.scss +++ b/static/grandlyon-sau/_custom.scss @@ -325,7 +325,7 @@ div.cell > div { background-repeat: no-repeat; } } - @each $category in (pass-perdu-ou-vole, pass-endommage, abonnement-expire, pass-non-recu) { + @each $category in (pass-perdu-ou-vole, pass-endommage, abonnement-expire, pass-non-recu, un-probleme, une-idee, une-aide) { &.menu-#{$category} { > a { background-image: url('img/#{$category}.png'); diff --git a/static/grandlyon-sau/img/un-probleme-hover.png b/static/grandlyon-sau/img/un-probleme-hover.png new file mode 100644 index 00000000..1fdab9e6 Binary files /dev/null and b/static/grandlyon-sau/img/un-probleme-hover.png differ diff --git a/static/grandlyon-sau/img/un-probleme.png b/static/grandlyon-sau/img/un-probleme.png new file mode 100644 index 00000000..97c5856b Binary files /dev/null and b/static/grandlyon-sau/img/un-probleme.png differ diff --git a/static/grandlyon-sau/img/une-aide-hover.png b/static/grandlyon-sau/img/une-aide-hover.png new file mode 100644 index 00000000..9f97fd3a Binary files /dev/null and b/static/grandlyon-sau/img/une-aide-hover.png differ diff --git a/static/grandlyon-sau/img/une-aide.png b/static/grandlyon-sau/img/une-aide.png new file mode 100644 index 00000000..f4252bca Binary files /dev/null and b/static/grandlyon-sau/img/une-aide.png differ diff --git a/static/grandlyon-sau/img/une-idee-hover.png b/static/grandlyon-sau/img/une-idee-hover.png new file mode 100644 index 00000000..d77dcc02 Binary files /dev/null and b/static/grandlyon-sau/img/une-idee-hover.png differ diff --git a/static/grandlyon-sau/img/une-idee.png b/static/grandlyon-sau/img/une-idee.png new file mode 100644 index 00000000..d3b1549b Binary files /dev/null and b/static/grandlyon-sau/img/une-idee.png differ