From f571691afb145cccc99bbf8e5f7421ac9eeb1427 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 30 Mar 2022 16:40:41 +0530 Subject: [PATCH] fix: issue with collapsible section --- frappe/public/scss/website/page_builder.scss | 6 ++++++ .../section_with_collapsible_content.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frappe/public/scss/website/page_builder.scss b/frappe/public/scss/website/page_builder.scss index a2fea33765..f6265a1eed 100644 --- a/frappe/public/scss/website/page_builder.scss +++ b/frappe/public/scss/website/page_builder.scss @@ -479,6 +479,12 @@ align-items: center; } +.collapsible-item-title { + font-weight: 600; + color: var(--gray-900); + font-size: var(--text-2xl); +} + .collapsible-item a { text-decoration: none; } diff --git a/frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html b/frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html index 84a009564c..0f0353f115 100644 --- a/frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html +++ b/frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html @@ -10,7 +10,7 @@ {%- set collapse_id = 'id-' + frappe.utils.generate_hash('Collapse', 12) -%}