From 75468503af308dd29c18bf627a718b13f450852f Mon Sep 17 00:00:00 2001 From: Shaurya Sharma Date: Wed, 5 Mar 2025 02:23:16 +0530 Subject: [PATCH] More CSS Fixes --- frontend/src/_styles/theme.scss | 36 ++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 62143c04b8..3d14fb05aa 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -346,9 +346,9 @@ button { } .accordion-item-trigger { - background-image: url('data:image/svg+xml,') !important; - height: 16px !important; - width: 16px !important; + background-image: url('data:image/svg+xml,') !important; + height: 12px !important; + width: 12px !important; background-position: center; background-repeat: no-repeat; background-size: cover; @@ -18725,4 +18725,34 @@ section.ai-message-prompt-input-wrapper { .sketch-picker { border: none !important; } +} + +.accordion-button.inspector { + width: 300; + height: 32px; + justify-content: space-between; + padding-top: 6px; + padding-right: 16px; + padding-bottom: 6px; + padding-left: 16px; + border-bottom-width: 1px; + font-family: IBM Plex Sans; + font-weight: 500; + font-size: 12px; + line-height: 20px; + letter-spacing: 0%; + background: var(--Background-surface-layer-02, #F6F8FA); + color: var(--Text-placeholder, #6A727C) !important; + +} + +.dark-theme { + .accordion-button.inspector { + background: var(--slate3); + color: var(--slate12); + } +} + +#inspector-tabpane-properties .accordion-header { + height:32px; } \ No newline at end of file