From ba6b15a12ea71a7ab3a71a1ac7f0631cdfc6df43 Mon Sep 17 00:00:00 2001 From: Pramod Mahajan Date: Tue, 13 May 2025 11:33:25 +0530 Subject: [PATCH] custimize accordation css --- src/index.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/index.css b/src/index.css index 21f8a532..dff2b166 100644 --- a/src/index.css +++ b/src/index.css @@ -137,4 +137,31 @@ button:focus-visible { max-height: 100px; overflow: auto; +} +.small-text{ + font-size: 12px; +} + +.custom-accordion-btn { +padding: 1px !important; + transition: background-color 0.3s ease; +} + +.accordion-button::after { + display: none; + padding: 0px; +} + + +.accordion-header { + position: relative; + border-bottom: none; +} + +.accordion-button.collapsed .toggle-icon { + content: "\f10b"; /* plus-circle */ +} + +.accordion-button:not(.collapsed) .toggle-icon { + content: "\f146"; /* minus-circle */ } \ No newline at end of file