]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/styles.scss.d.ts
update dh_systemd restart patch for pacific
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / styles.scss.d.ts
1 export interface Styles {
2 chartHealthColorRed: string;
3 chartHealthColorBlue: string;
4 chartHealthColorOrange: string;
5 chartHealthColorYellow: string;
6 chartHealthColorMagenta: string;
7 chartHealthColorGreen: string;
8 chartHealthColorGray: string;
9 chartHealthColorLightBlue: string;
10 chartHealthColorLightYellow: string;
11 chartHealthColorCyan: string;
12 chartHealthColorPurple: string;
13
14 chartHealthCenterTextColor: string;
15 chartHealthCenterTextDescriptionColor: string;
16 chartHealthTootlipBgColor: string;
17
18 healthColorError: string;
19 healthColorWarning: string;
20 healthColorHealthy: string;
21 }
22
23 export const styles: Styles;
24
25 export default styles;