주식 각종 지표 업데이트
This commit is contained in:
@@ -1371,6 +1371,56 @@
|
||||
AI 투자 코치 패널
|
||||
══════════════════════════════════════════════════════════════════ */
|
||||
|
||||
.ai-market-ctx {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 10px;
|
||||
padding: 12px 16px;
|
||||
background: rgba(0, 212, 255, 0.04);
|
||||
border: 1px solid rgba(0, 212, 255, 0.15);
|
||||
border-radius: var(--radius-sm);
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.ai-market-ctx__label {
|
||||
font-size: 10px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
color: var(--neon-cyan);
|
||||
white-space: nowrap;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.ai-market-ctx__chips {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.ai-market-chip {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
padding: 3px 10px;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 100px;
|
||||
font-size: 11px;
|
||||
color: var(--text-dim);
|
||||
}
|
||||
|
||||
.ai-market-chip strong {
|
||||
color: var(--text-bright);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.ai-market-chip em {
|
||||
font-style: normal;
|
||||
font-size: 10px;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.ai-coach-settings {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
|
||||
Reference in New Issue
Block a user