style: match dashboard header bar to F12 aside.side specs
Apply exact padding, border, shadow, and space-between layout from the reference Design Planning Hub header. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -60,6 +60,35 @@ body,
|
||||
box-shadow: 0 0 8px #ffeb3b, inset 0 1px 2px rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
|
||||
/* F12 aside.side — 헤더 바 전체 */
|
||||
.dashboard-header-bar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
height: 48px;
|
||||
min-height: 48px;
|
||||
padding: 0 22px 0 20px;
|
||||
background: linear-gradient(180deg, #37a184 0%, #29724f 20%, #07412e 100%);
|
||||
border-bottom: 1px solid #135643;
|
||||
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.side-left-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.side-right-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
/* F12 Design Planning Hub — 타이틀 */
|
||||
.main_tit {
|
||||
color: #bad8ca;
|
||||
|
||||
Reference in New Issue
Block a user