Merge branch 'main' into simulation

This commit is contained in:
2025-03-31 19:39:33 +05:30
18 changed files with 633 additions and 433 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;