From 99911501a1519b9b0b38706d1e07e4a192ed4176 Mon Sep 17 00:00:00 2001 From: Renato Date: Wed, 27 Nov 2024 11:06:35 -0300 Subject: [PATCH] fix: UX for welcome and organization description in footer --- decidim-core/app/packs/stylesheets/decidim/_footer.scss | 8 ++++++++ .../app/views/layouts/decidim/footer/_main_intro.html.erb | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/decidim-core/app/packs/stylesheets/decidim/_footer.scss b/decidim-core/app/packs/stylesheets/decidim/_footer.scss index a190230986dd0..5d0734e545c0a 100644 --- a/decidim-core/app/packs/stylesheets/decidim/_footer.scss +++ b/decidim-core/app/packs/stylesheets/decidim/_footer.scss @@ -5,6 +5,14 @@ footer { &__top { @apply hidden lg:flex flex-row gap-8 container py-10; } + + &__text { + @apply text-sm text-white prose; + + &__bold { + @apply font-bold; + } + } &__down { @apply border-t border-black flex flex-wrap items-center gap-6 container py-6 text-white; diff --git a/decidim-core/app/views/layouts/decidim/footer/_main_intro.html.erb b/decidim-core/app/views/layouts/decidim/footer/_main_intro.html.erb index e5860e20edefe..59eedd8d00bb9 100644 --- a/decidim-core/app/views/layouts/decidim/footer/_main_intro.html.erb +++ b/decidim-core/app/views/layouts/decidim/footer/_main_intro.html.erb @@ -3,7 +3,7 @@ <%= image_tag current_organization.attached_uploader(:official_img_footer).url, alt: current_organization_name, class: "max-h-16" %> <% end %> <% end %> -
-

<%= t("decidim.pages.home.footer_sub_hero.footer_sub_hero_headline", organization: current_organization_name) %>

-

<%= organization_description_label %>

+