Improved UI for preview panel

This commit is contained in:
devanshu052000 2025-05-06 12:08:02 +05:30
parent 7ff31d0854
commit 31b428747e
2 changed files with 24 additions and 1 deletions

@ -1 +1 @@
Subproject commit f0b779a68ec8a5d40ba78c342df4b98eb507a858
Subproject commit 5c92d6a47ecbc2c7008dd9191c4c17d039ed8fa3

View file

@ -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;