대시보드 화면 레이아웃 수정
This commit is contained in:
@@ -234,3 +234,60 @@
|
||||
.gc-dash-stale-chip:hover {
|
||||
background: #fef3c7;
|
||||
}
|
||||
|
||||
/* 레포트형 헤더 KPI (라벨·수치 한 줄) */
|
||||
.gc-dash-report-sheet .brd-dash-header-kpi--report {
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
.gc-dash-report-sheet .brd-dash-big-kpi--report {
|
||||
display: inline-flex !important;
|
||||
flex-direction: row !important;
|
||||
align-items: baseline !important;
|
||||
gap: 5px !important;
|
||||
white-space: nowrap !important;
|
||||
min-width: 4.8rem;
|
||||
}
|
||||
|
||||
.gc-dash-report-sheet .brd-dash-big-kpi--report:last-child {
|
||||
min-width: 7.5rem;
|
||||
}
|
||||
|
||||
.gc-dash-report-sheet .brd-dash-big-kpi--report .brd-dash-big-label {
|
||||
order: -1;
|
||||
margin-top: 0 !important;
|
||||
font-size: 0.62rem !important;
|
||||
color: #6b7280;
|
||||
}
|
||||
|
||||
.gc-dash-report-sheet .brd-dash-big-val {
|
||||
font-size: 1.05rem !important;
|
||||
font-weight: 800 !important;
|
||||
}
|
||||
|
||||
.gc-dash-report-sheet .brd-sig-market-btn {
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 0;
|
||||
font-size: inherit;
|
||||
font-weight: 600;
|
||||
color: #1d4ed8;
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
.gc-dash-report-sheet .brd-sig-market-btn:hover {
|
||||
color: #1e40af;
|
||||
}
|
||||
|
||||
.gc-dash-report-sheet .gc-spark-chart-head {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
font-size: 0.68rem;
|
||||
color: #6b7280;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
.gc-dash-report-sheet .gc-spark-chart-head strong {
|
||||
color: #111827;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user