모의투자 화면수정

This commit is contained in:
Macbook
2026-05-31 04:34:32 +09:00
parent 16d0e2c226
commit 05d2de5234
12 changed files with 717 additions and 190 deletions
+36
View File
@@ -113,6 +113,42 @@
color: #fbbf24;
}
/* 타이틀·우측 버튼 사이 중앙 안내 (텍스트만, 1줄) */
.bps-header--between {
display: flex;
align-items: center;
gap: 12px;
padding: 8px 18px;
min-height: 48px;
}
.bps-header--between .bps-header-left {
flex-shrink: 0;
}
.bps-header--between .bps-header-center {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
min-width: 0;
}
.bps-header--between .bps-header-actions {
flex-shrink: 0;
}
.bps-header-status-text {
font-size: 0.75rem;
font-weight: 500;
line-height: 1.2;
color: #fbbf24;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 100%;
}
.bps-body {
flex: 1;
min-height: 0;