Refactor styles for improved theme management, enhance input components, and add scene styles

This commit is contained in:
2025-03-31 18:06:44 +05:30
parent 8fc4453cee
commit b125989ae7
18 changed files with 556 additions and 371 deletions

View File

@@ -253,6 +253,10 @@
.user-profile-container {
display: flex;
.user-profile{
background: var(--accent-color);
color: var(--primary-color);
}
.user-organization {
height: 26px;
@@ -665,6 +669,10 @@
font-weight: var(--font-weight-regular);
padding: 8px 0;
}
.input-toggle-container{
padding: 0;
margin-bottom: 6px;
}
.value-field-container {
margin-bottom: 6px;