Show risk params box on control cards and modal.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -290,6 +290,30 @@ input {
|
||||
font-size: 0.92rem;
|
||||
}
|
||||
|
||||
.risk-box {
|
||||
border: 1px solid rgba(46, 229, 154, 0.45);
|
||||
background: rgba(46, 229, 154, 0.08);
|
||||
border-radius: 8px;
|
||||
padding: 10px 12px;
|
||||
}
|
||||
|
||||
.risk-box-title {
|
||||
font-size: 0.78rem;
|
||||
color: var(--pnl-pos);
|
||||
font-weight: 700;
|
||||
margin-bottom: 6px;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
|
||||
.risk-kv {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.risk-kv dd {
|
||||
color: var(--pnl-pos);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.node-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user