보조지표 기준값 변경시 전략편집기 연동
This commit is contained in:
@@ -8701,6 +8701,30 @@ html.theme-blue {
|
||||
background: var(--bg2);
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.stg-content-header-text {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
.stg-content-header-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
flex-shrink: 0;
|
||||
margin-left: auto;
|
||||
}
|
||||
.stg-ind-save-msg {
|
||||
font-size: 12px;
|
||||
color: var(--green, #4caf50);
|
||||
margin: 0;
|
||||
}
|
||||
.stg-ind-save-msg--inline {
|
||||
max-width: 160px;
|
||||
text-align: right;
|
||||
line-height: 1.35;
|
||||
}
|
||||
.stg-ind-save-msg--err {
|
||||
color: var(--red, #ef5350);
|
||||
}
|
||||
.stg-content-icon {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user