fix(observability): 導入標題尺度 token 與 modal 樣式
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
Some checks failed
CD Pipeline / deploy (push) Has been cancelled
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
--obs-shadow: 0 18px 44px rgba(70, 46, 28, 0.09);
|
||||
--obs-dot:
|
||||
radial-gradient(circle, rgba(201, 100, 66, 0.18) 1px, transparent 1.3px);
|
||||
--obs-title-size: clamp(1.9rem, 3.2vw, 2.75rem);
|
||||
--obs-value-size: clamp(1.45rem, 2.8vw, 2.25rem);
|
||||
}
|
||||
|
||||
.momo-observability-mode .momo-content {
|
||||
@@ -581,6 +583,15 @@
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.momo-observability-mode .obs-modal-preview {
|
||||
border: 1px solid rgba(201, 100, 66, 0.14);
|
||||
border-radius: 14px;
|
||||
background:
|
||||
linear-gradient(135deg, rgba(255, 252, 247, 0.94), rgba(255, 248, 241, 0.84)),
|
||||
var(--obs-dot);
|
||||
background-size: auto, 13px 13px;
|
||||
}
|
||||
|
||||
.momo-observability-mode .quality-distribution-cell {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user