From 31b428747e89cceb01411d8507be0a7516e30099 Mon Sep 17 00:00:00 2001 From: devanshu052000 Date: Tue, 6 May 2025 12:08:02 +0530 Subject: [PATCH] Improved UI for preview panel --- frontend/ee | 2 +- frontend/src/_styles/theme.scss | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/frontend/ee b/frontend/ee index f0b779a68e..5c92d6a47e 160000 --- a/frontend/ee +++ b/frontend/ee @@ -1 +1 @@ -Subproject commit f0b779a68ec8a5d40ba78c342df4b98eb507a858 +Subproject commit 5c92d6a47ecbc2c7008dd9191c4c17d039ed8fa3 diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index e464a7b86f..4b4445811d 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -10781,6 +10781,10 @@ tbody { width: 660px; } +.org-users-page-animation-fade { + height: 100%; +} + .org-users-page { .nav-tabs .nav-link.active { background-color: transparent !important; @@ -10947,6 +10951,25 @@ tbody { } } +.default-group-wrap-small { + gap: 4px; + width: 121px; + height: 28px; + display: flex; + align-items: center; + justify-content: center; + background: var(--indigo3); + border-radius: 6px; + padding: 5px 10px; + + p { + font-weight: 500 !important; + line-height: 18px !important; + color: var(--indigo9); + font-family: 'IBM Plex Sans', sans-serif; + } +} + .sso-icon-wrapper { display: flex; flex-direction: row;