From 70e4062869ce128dbc184fe05251ad53471a036d Mon Sep 17 00:00:00 2001 From: borntojesus Date: Sat, 25 Nov 2023 09:46:20 +0200 Subject: [PATCH] add search --- sass/pages/volunteering.scss | 30 ++- templates/faq.html | 488 +++++++++++++++++++++++++++++++++++ 2 files changed, 509 insertions(+), 9 deletions(-) diff --git a/sass/pages/volunteering.scss b/sass/pages/volunteering.scss index f2fab7a0..d5304266 100644 --- a/sass/pages/volunteering.scss +++ b/sass/pages/volunteering.scss @@ -9,6 +9,11 @@ align-items: center; } } + &__container { + display: flex; + flex-direction: column; + gap: 16rem; + } &__select { display: flex; @@ -23,9 +28,7 @@ padding: 16rem 15rem; } - &:last-child { - margin-bottom: 0; - } + } &__block { @@ -34,12 +37,16 @@ flex-direction: column; gap: 16rem; border-bottom: 1rem solid var(--common-acord-button); - overflow: scroll; - max-height: 500rem; + overflow: scroll; + max-height: 500rem; + > div { + max-height: 500rem; + } img { display: inline; - width: fit-content; + width: fit-content; } + @media (max-width: $media-sm) { padding: 16rem 15rem; @@ -55,10 +62,10 @@ background-color: var(--acordion-green-bg); transition: max-height 0.5s ease-in-out; - margin-bottom: 20rem; + margin-top: -24rem; border-radius: 0 0 10rem 10rem; - max-height: 0; + max-height: 0; @media (max-width: $media-sm) { margin-top: -27rem; @@ -80,7 +87,7 @@ } .is-active { - +border-radius: 10rem; border: 1rem solid var(--common-acord-button); background-color: var(--acordion-green-bg); } @@ -90,5 +97,10 @@ border: 1rem solid var(--common-acord-button); } + + .active-hei { + max-height: 500rem; + border: 1rem solid var(--common-acord-button); + } } diff --git a/templates/faq.html b/templates/faq.html index 16d827d8..0e9a2bce 100644 --- a/templates/faq.html +++ b/templates/faq.html @@ -40,6 +40,7 @@
+
{% include 'section/donate.html' %} + + + + + {%- endblock content %} \ No newline at end of file