투자관리 화면 수정

This commit is contained in:
Macbook
2026-05-31 17:34:26 +09:00
parent d6c2f3e451
commit 4f2d98d4ba
20 changed files with 696 additions and 56 deletions
@@ -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));
}