헤더 우측 액션 단순화

This commit is contained in:
hyunho
2026-03-25 12:39:03 +09:00
parent e8db9fb3e7
commit e924659887
3 changed files with 10 additions and 45 deletions

View File

@@ -211,30 +211,7 @@
.header-actions {
display: flex;
align-items: center;
gap: 8px;
}
.status-badge,
.user-badge {
display: inline-flex;
align-items: center;
min-height: 34px;
padding: 0 12px;
border-radius: 999px;
font-size: 11px;
font-weight: 800;
}
.status-badge {
background: #eef2ff;
color: var(--color-accent-strong);
border: 1px solid #dfe5ff;
}
.user-badge {
background: #f8fafc;
color: var(--color-text);
border: 1px solid #dbe2ea;
gap: 6px;
}
.ghost-button {
@@ -242,12 +219,16 @@
border: 1px solid #dbe2ea;
background: #fff;
color: var(--color-text);
padding: 0 14px;
padding: 0 12px;
border-radius: 999px;
font-size: 12px;
font-size: 11px;
font-weight: 800;
}
.ghost-button-soft {
background: #f8fafc;
}
.dashboard-main {
flex: 1;
min-height: calc(100vh - 68px);