투자관리 화면 수정
This commit is contained in:
@@ -582,6 +582,74 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.ptd-settings-panel--stages {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
min-height: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.ptd-settings-panel-divider {
|
||||
height: 1px;
|
||||
background: color-mix(in srgb, var(--border, #2a2e39) 80%, transparent);
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
.ptd-stage-settings-head {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
}
|
||||
|
||||
.ptd-stage-settings-hint {
|
||||
font-size: 11px;
|
||||
line-height: 1.4;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ptd-stage-progress {
|
||||
font-size: 12px;
|
||||
color: var(--text2, #787b86);
|
||||
}
|
||||
|
||||
.ptd-stage-grid {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 8px 10px;
|
||||
}
|
||||
|
||||
.ptd-stage-col-title {
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
color: var(--text2, #787b86);
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.ptd-stage-field {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.ptd-stage-save {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.ptd-stage-msg {
|
||||
font-size: 12px;
|
||||
margin: 0;
|
||||
color: var(--accent, #3f7ef5);
|
||||
}
|
||||
|
||||
.ptd-stage-msg--err {
|
||||
color: var(--danger, #ef5350);
|
||||
}
|
||||
|
||||
.ptd-alloc-stage-badge {
|
||||
font-size: 11px;
|
||||
color: var(--text2, #787b86);
|
||||
}
|
||||
|
||||
.ptd-split-panel--left .ptd-split-card-body:has(.ptd-settings-panel) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -575,6 +575,11 @@
|
||||
outline-offset: 2px;
|
||||
}
|
||||
|
||||
.vtd-trade-item--selected {
|
||||
box-shadow: inset 0 0 0 1px var(--accent, #3f7ef5);
|
||||
background: color-mix(in srgb, var(--accent, #3f7ef5) 12%, var(--se-panel-card-bg, #1e222d));
|
||||
}
|
||||
|
||||
.vtd-trade-item--buy {
|
||||
border-color: color-mix(in srgb, var(--gc-trade-buy) 22%, var(--se-border));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user