Skip to content

Commit ba594ac

Browse files
committed
chore: remove light colors
1 parent 1c0600a commit ba594ac

File tree

1 file changed

+0
-74
lines changed

1 file changed

+0
-74
lines changed

static/usage/v8/common.css

-74
Original file line numberDiff line numberDiff line change
@@ -9,80 +9,6 @@
99
font-weight: 450 500;
1010
}
1111

12-
:root {
13-
/** primary **/
14-
--ion-color-primary: #0054e9;
15-
--ion-color-primary-rgb: 0, 84, 233;
16-
--ion-color-primary-contrast: #ffffff;
17-
--ion-color-primary-contrast-rgb: 255, 255, 255;
18-
--ion-color-primary-shade: #004acd;
19-
--ion-color-primary-tint: #1a65eb;
20-
21-
/** secondary **/
22-
--ion-color-secondary: #0163aa;
23-
--ion-color-secondary-rgb: 1, 99, 170;
24-
--ion-color-secondary-contrast: #ffffff;
25-
--ion-color-secondary-contrast-rgb: 255, 255, 255;
26-
--ion-color-secondary-shade: #015796;
27-
--ion-color-secondary-tint: #1a73b3;
28-
29-
/** tertiary **/
30-
--ion-color-tertiary: #6030ff;
31-
--ion-color-tertiary-rgb: 96, 48, 255;
32-
--ion-color-tertiary-contrast: #ffffff;
33-
--ion-color-tertiary-contrast-rgb: 255, 255, 255;
34-
--ion-color-tertiary-shade: #542ae0;
35-
--ion-color-tertiary-tint: #7045ff;
36-
37-
/** success **/
38-
--ion-color-success: #2dd55b;
39-
--ion-color-success-rgb: 45, 213, 91;
40-
--ion-color-success-contrast: #000000;
41-
--ion-color-success-contrast-rgb: 0, 0, 0;
42-
--ion-color-success-shade: #28bb50;
43-
--ion-color-success-tint: #42d96b;
44-
45-
/** warning **/
46-
--ion-color-warning: #ffc409;
47-
--ion-color-warning-rgb: 255, 196, 9;
48-
--ion-color-warning-contrast: #000000;
49-
--ion-color-warning-contrast-rgb: 0, 0, 0;
50-
--ion-color-warning-shade: #e0ac08;
51-
--ion-color-warning-tint: #ffca22;
52-
53-
/** danger **/
54-
--ion-color-danger: #c5000f;
55-
--ion-color-danger-rgb: 197, 0, 15;
56-
--ion-color-danger-contrast: #ffffff;
57-
--ion-color-danger-contrast-rgb: 255, 255, 255;
58-
--ion-color-danger-shade: #ad000d;
59-
--ion-color-danger-tint: #cb1a27;
60-
61-
/** dark **/
62-
--ion-color-dark: #2f2f2f;
63-
--ion-color-dark-rgb: 47, 47, 47;
64-
--ion-color-dark-contrast: #ffffff;
65-
--ion-color-dark-contrast-rgb: 255, 255, 255;
66-
--ion-color-dark-shade: #292929;
67-
--ion-color-dark-tint: #444444;
68-
69-
/** medium **/
70-
--ion-color-medium: #5f5f5f;
71-
--ion-color-medium-rgb: 95,95,95;
72-
--ion-color-medium-contrast: #ffffff;
73-
--ion-color-medium-contrast-rgb: 255,255,255;
74-
--ion-color-medium-shade: #545454;
75-
--ion-color-medium-tint: #6f6f6f;
76-
77-
/** light **/
78-
--ion-color-light: #f6f8fc;
79-
--ion-color-light-rgb: 246,248,252;
80-
--ion-color-light-contrast: #000000;
81-
--ion-color-light-contrast-rgb: 0,0,0;
82-
--ion-color-light-shade: #d8dade;
83-
--ion-color-light-tint: #f7f9fc;
84-
}
85-
8612
.container {
8713
display: flex;
8814

0 commit comments

Comments
 (0)