elcrm 1.1.18 → 1.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -159,6 +159,11 @@
|
|
|
159
159
|
--panel-info-backdrop: color-mix(in srgb, var(--shell-color) 35%, transparent);
|
|
160
160
|
--healthmap-cell: 12px;
|
|
161
161
|
--healthmap-gap: 3px;
|
|
162
|
+
--healthmap-l0: var(--shell-background-muted);
|
|
163
|
+
--healthmap-l1: color-mix(in srgb, var(--shell-color-success) 25%, var(--shell-background-muted));
|
|
164
|
+
--healthmap-l2: color-mix(in srgb, var(--shell-color-success) 45%, transparent);
|
|
165
|
+
--healthmap-l3: color-mix(in srgb, var(--shell-color-success) 70%, transparent);
|
|
166
|
+
--healthmap-l4: var(--shell-color-success);
|
|
162
167
|
}
|
|
163
168
|
|
|
164
169
|
/* —— база приложения (без захардкоженных цветов) —— */
|
|
@@ -170,6 +170,11 @@
|
|
|
170
170
|
--panel-info-backdrop: color-mix(in srgb, var(--shell-color) 35%, transparent);
|
|
171
171
|
--healthmap-cell: 12px;
|
|
172
172
|
--healthmap-gap: 3px;
|
|
173
|
+
--healthmap-l0: var(--shell-background-muted);
|
|
174
|
+
--healthmap-l1: color-mix(in srgb, var(--shell-color-success) 25%, var(--shell-background-muted));
|
|
175
|
+
--healthmap-l2: color-mix(in srgb, var(--shell-color-success) 45%, transparent);
|
|
176
|
+
--healthmap-l3: color-mix(in srgb, var(--shell-color-success) 70%, transparent);
|
|
177
|
+
--healthmap-l4: var(--shell-color-success);
|
|
173
178
|
}
|
|
174
179
|
|
|
175
180
|
/* —— база приложения (без захардкоженных цветов) —— */
|