.overview-content { display: flex; flex-direction: column; .overview-settings { border-radius: 3px; border: 1px solid var(--bg-slate-500); padding: 16px !important; .name-icon-input { display: flex; .dashboard-image-input { .ant-select-selector { display: flex; width: 32px; height: 32px; padding: 6px; justify-content: center; align-items: center; border-radius: 2px 0px 0px 2px; border: 1px solid var(--bg-slate-400); background: var(--bg-ink-300); .ant-select-selection-item { display: flex; align-items: center; .list-item-image { height: 16px; width: 16px; } } } } .dashboard-name-input { border-radius: 0px 2px 2px 0px; border: 1px solid var(--bg-slate-400); background: var(--bg-ink-300); } } .dashboard-name { color: var(--bg-vanilla-400); font-family: Inter; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; /* 142.857% */ } .description-text-area { padding: 6px 6px 6px 8px; border-radius: 2px; border: 1px solid var(--bg-slate-400); background: var(--bg-ink-300); } } .overview-settings-footer { display: flex; justify-content: space-between; align-items: center; width: -webkit-fill-available; padding: 12px 16px 12px 0px; position: fixed; bottom: 0; height: 32px; border-top: 1px solid var(--bg-slate-500); background: var(--bg-ink-400); .unsaved { display: flex; align-items: center; gap: 8px; .unsaved-dot { width: 6px; height: 6px; border-radius: 50px; background: var(--bg-robin-500); box-shadow: 0px 0px 6px 0px rgba(78, 116, 248, 0.4); } .unsaved-changes { color: var(--bg-robin-400); font-family: Inter; font-size: 14px; font-style: normal; font-weight: 400; line-height: 24px; /* 171.429% */ letter-spacing: -0.07px; } } .footer-action-btns { display: flex; gap: 8px; .discard-btn { margin: '16px 0'; color: var(--bg-vanilla-100); font-family: Inter; font-size: 12px; font-style: normal; font-weight: 500; line-height: 24px; } .save-btn { margin: 0px !important; color: var(--bg-vanilla-100); font-family: Inter; font-size: 12px; font-style: normal; font-weight: 500; line-height: 24px; } } } } .dashboard-image-input { &.ant-select-dropdown { padding: 0px !important; } .ant-select-item { padding: 0px; align-items: center; justify-content: center; .ant-select-item-option-content { display: flex; align-items: center; justify-content: center; .list-item-image { height: 16px; width: 16px; } } } } .lightMode { .overview-content { .overview-settings { border: 1px solid var(--bg-vanilla-300); .name-icon-input { .dashboard-image-input { .ant-select-selector { border: 1px solid var(--bg-vanilla-200); background: var(--bg-vanilla-300); } } .dashboard-name-input { border: 1px solid var(--bg-vanilla-200); background: var(--bg-vanilla-300); } } .dashboard-name { color: var(--bg-ink-400); } .description-text-area { border: 1px solid var(--bg-vanilla-300); background: var(--bg-vanilla-300); } } .overview-settings-footer { border-top: 1px solid var(--bg-vanilla-300); background: var(--bg-vanilla-100); .unsaved { .unsaved-dot { background: var(--bg-robin-500); } .unsaved-changes { color: var(--bg-robin-400); } } .footer-action-btns { .discard-btn { color: var(--bg-ink-300); background-color: var(--bg-vanilla-300); } .save-btn { color: var(--bg-vanilla-300); } } } } }