모의투자 화면수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user