@messaia/cdk 18.0.0-rc03 → 18.0.0-rc04
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.
|
@@ -3,1391 +3,1391 @@
|
|
|
3
3
|
|
|
4
4
|
// 500
|
|
5
5
|
.tc-dark-red-500 {
|
|
6
|
-
color: mat.m2-get-color-from-palette(mat.$red-palette, 500) !important;
|
|
6
|
+
color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 500) !important;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.tc-dark-pink-500 {
|
|
10
|
-
color: mat.m2-get-color-from-palette(mat.$pink-palette, 500) !important;
|
|
10
|
+
color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 500) !important;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.tc-dark-purple-500 {
|
|
14
|
-
color: mat.m2-get-color-from-palette(mat.$purple-palette, 500) !important;
|
|
14
|
+
color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 500) !important;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.tc-dark-deep-purple-500 {
|
|
18
|
-
color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, 500) !important;
|
|
18
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 500) !important;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.tc-dark-indigo-500 {
|
|
22
|
-
color: mat.m2-get-color-from-palette(mat.$indigo-palette, 500) !important;
|
|
22
|
+
color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 500) !important;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.tc-dark-blue-500 {
|
|
26
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
|
|
26
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 500) !important;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.tc-dark-light-blue-500 {
|
|
30
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
|
|
30
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 500) !important;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.tc-dark-cyan-500 {
|
|
34
|
-
color: mat.m2-get-color-from-palette(mat.$cyan-palette, 500) !important;
|
|
34
|
+
color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 500) !important;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.tc-dark-teal-500 {
|
|
38
|
-
color: mat.m2-get-color-from-palette(mat.$teal-palette, 500) !important;
|
|
38
|
+
color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 500) !important;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.tc-dark-green-500 {
|
|
42
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
|
|
42
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 500) !important;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.tc-dark-light-green-500 {
|
|
46
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
|
|
46
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 500) !important;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.tc-dark-lime-500 {
|
|
50
|
-
color: mat.m2-get-color-from-palette(mat.$lime-palette, 500) !important;
|
|
50
|
+
color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 500) !important;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.tc-dark-yellow-500 {
|
|
54
|
-
color: mat.m2-get-color-from-palette(mat.$yellow-palette, 500) !important;
|
|
54
|
+
color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 500) !important;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.tc-dark-amber-500 {
|
|
58
|
-
color: mat.m2-get-color-from-palette(mat.$amber-palette, 500) !important;
|
|
58
|
+
color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 500) !important;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.tc-dark-orange-500 {
|
|
62
|
-
color: mat.m2-get-color-from-palette(mat.$orange-palette, 500) !important;
|
|
62
|
+
color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 500) !important;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.tc-dark-deep-orange-500 {
|
|
66
|
-
color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, 500) !important;
|
|
66
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 500) !important;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.tc-dark-brown-500 {
|
|
70
|
-
color: mat.m2-get-color-from-palette(mat.$brown-palette, 500) !important;
|
|
70
|
+
color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 500) !important;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.tc-dark-grey-500 {
|
|
74
|
-
color: mat.m2-get-color-from-palette(mat.$grey-palette, 500) !important;
|
|
74
|
+
color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 500) !important;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.tc-dark-blue-grey-500 {
|
|
78
|
-
color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, 500) !important;
|
|
78
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 500) !important;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
// B100
|
|
82
82
|
.tc-dark-red-B100 {
|
|
83
|
-
color: mat.m2-get-color-from-palette(mat.$red-palette, B100) !important;
|
|
83
|
+
color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B100) !important;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.tc-dark-pink-B100 {
|
|
87
|
-
color: mat.m2-get-color-from-palette(mat.$pink-palette, B100) !important;
|
|
87
|
+
color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B100) !important;
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
.tc-dark-purple-B100 {
|
|
91
|
-
color: mat.m2-get-color-from-palette(mat.$purple-palette, B100) !important;
|
|
91
|
+
color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B100) !important;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.tc-dark-deep-purple-B100 {
|
|
95
|
-
color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B100) !important;
|
|
95
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B100) !important;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.tc-dark-indigo-B100 {
|
|
99
|
-
color: mat.m2-get-color-from-palette(mat.$indigo-palette, B100) !important;
|
|
99
|
+
color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B100) !important;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
.tc-dark-blue-B100 {
|
|
103
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
|
|
103
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B100) !important;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
.tc-dark-light-blue-B100 {
|
|
107
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
|
|
107
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B100) !important;
|
|
108
108
|
}
|
|
109
109
|
|
|
110
110
|
.tc-dark-cyan-B100 {
|
|
111
|
-
color: mat.m2-get-color-from-palette(mat.$cyan-palette, B100) !important;
|
|
111
|
+
color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B100) !important;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.tc-dark-teal-B100 {
|
|
115
|
-
color: mat.m2-get-color-from-palette(mat.$teal-palette, B100) !important;
|
|
115
|
+
color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B100) !important;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.tc-dark-green-B100 {
|
|
119
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
|
|
119
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B100) !important;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.tc-dark-light-green-B100 {
|
|
123
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
|
|
123
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B100) !important;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.tc-dark-lime-B100 {
|
|
127
|
-
color: mat.m2-get-color-from-palette(mat.$lime-palette, B100) !important;
|
|
127
|
+
color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B100) !important;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
.tc-dark-yellow-B100 {
|
|
131
|
-
color: mat.m2-get-color-from-palette(mat.$yellow-palette, B100) !important;
|
|
131
|
+
color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B100) !important;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
.tc-dark-amber-B100 {
|
|
135
|
-
color: mat.m2-get-color-from-palette(mat.$amber-palette, B100) !important;
|
|
135
|
+
color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B100) !important;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
.tc-dark-orange-B100 {
|
|
139
|
-
color: mat.m2-get-color-from-palette(mat.$orange-palette, B100) !important;
|
|
139
|
+
color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B100) !important;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.tc-dark-deep-orange-B100 {
|
|
143
|
-
color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B100) !important;
|
|
143
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B100) !important;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
146
|
.tc-dark-brown-B100 {
|
|
147
|
-
color: mat.m2-get-color-from-palette(mat.$brown-palette, B100) !important;
|
|
147
|
+
color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B100) !important;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.tc-dark-grey-B100 {
|
|
151
|
-
color: mat.m2-get-color-from-palette(mat.$grey-palette, B100) !important;
|
|
151
|
+
color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B100) !important;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
.tc-dark-blue-grey-B100 {
|
|
155
|
-
color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B100) !important;
|
|
155
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B100) !important;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
// B65
|
|
159
159
|
.tc-dark-red-B65 {
|
|
160
|
-
color: mat.m2-get-color-from-palette(mat.$red-palette, B65) !important;
|
|
160
|
+
color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B65) !important;
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
.tc-dark-pink-B65 {
|
|
164
|
-
color: mat.m2-get-color-from-palette(mat.$pink-palette, B65) !important;
|
|
164
|
+
color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B65) !important;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
.tc-dark-purple-B65 {
|
|
168
|
-
color: mat.m2-get-color-from-palette(mat.$purple-palette, B65) !important;
|
|
168
|
+
color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B65) !important;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
.tc-dark-deep-purple-B65 {
|
|
172
|
-
color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B65) !important;
|
|
172
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B65) !important;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
.tc-dark-indigo-B65 {
|
|
176
|
-
color: mat.m2-get-color-from-palette(mat.$indigo-palette, B65) !important;
|
|
176
|
+
color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B65) !important;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
.tc-dark-blue-B65 {
|
|
180
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
|
|
180
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B65) !important;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
.tc-dark-light-blue-B65 {
|
|
184
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
|
|
184
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B65) !important;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
.tc-dark-cyan-B65 {
|
|
188
|
-
color: mat.m2-get-color-from-palette(mat.$cyan-palette, B65) !important;
|
|
188
|
+
color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B65) !important;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
.tc-dark-teal-B65 {
|
|
192
|
-
color: mat.m2-get-color-from-palette(mat.$teal-palette, B65) !important;
|
|
192
|
+
color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B65) !important;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
.tc-dark-green-B65 {
|
|
196
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
|
|
196
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B65) !important;
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.tc-dark-light-green-B65 {
|
|
200
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
|
|
200
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B65) !important;
|
|
201
201
|
}
|
|
202
202
|
|
|
203
203
|
.tc-dark-lime-B65 {
|
|
204
|
-
color: mat.m2-get-color-from-palette(mat.$lime-palette, B65) !important;
|
|
204
|
+
color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B65) !important;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.tc-dark-yellow-B65 {
|
|
208
|
-
color: mat.m2-get-color-from-palette(mat.$yellow-palette, B65) !important;
|
|
208
|
+
color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B65) !important;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.tc-dark-amber-B65 {
|
|
212
|
-
color: mat.m2-get-color-from-palette(mat.$amber-palette, B65) !important;
|
|
212
|
+
color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B65) !important;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
.tc-dark-orange-B65 {
|
|
216
|
-
color: mat.m2-get-color-from-palette(mat.$orange-palette, B65) !important;
|
|
216
|
+
color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B65) !important;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.tc-dark-deep-orange-B65 {
|
|
220
|
-
color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B65) !important;
|
|
220
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B65) !important;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
.tc-dark-brown-B65 {
|
|
224
|
-
color: mat.m2-get-color-from-palette(mat.$brown-palette, B65) !important;
|
|
224
|
+
color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B65) !important;
|
|
225
225
|
}
|
|
226
226
|
|
|
227
227
|
.tc-dark-grey-B65 {
|
|
228
|
-
color: mat.m2-get-color-from-palette(mat.$grey-palette, B65) !important;
|
|
228
|
+
color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B65) !important;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
.tc-dark-blue-grey-B65 {
|
|
232
|
-
color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B65) !important;
|
|
232
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B65) !important;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
// B40
|
|
236
236
|
.tc-dark-red-B40 {
|
|
237
|
-
color: mat.m2-get-color-from-palette(mat.$red-palette, B40) !important;
|
|
237
|
+
color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B40) !important;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
.tc-dark-pink-B40 {
|
|
241
|
-
color: mat.m2-get-color-from-palette(mat.$pink-palette, B40) !important;
|
|
241
|
+
color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B40) !important;
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
.tc-dark-purple-B40 {
|
|
245
|
-
color: mat.m2-get-color-from-palette(mat.$purple-palette, B40) !important;
|
|
245
|
+
color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B40) !important;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
.tc-dark-deep-purple-B40 {
|
|
249
|
-
color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B40) !important;
|
|
249
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B40) !important;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.tc-dark-indigo-B40 {
|
|
253
|
-
color: mat.m2-get-color-from-palette(mat.$indigo-palette, B40) !important;
|
|
253
|
+
color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B40) !important;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
256
|
.tc-dark-blue-B40 {
|
|
257
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
|
|
257
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B40) !important;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
260
|
.tc-dark-light-blue-B40 {
|
|
261
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
|
|
261
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B40) !important;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
264
|
.tc-dark-cyan-B40 {
|
|
265
|
-
color: mat.m2-get-color-from-palette(mat.$cyan-palette, B40) !important;
|
|
265
|
+
color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B40) !important;
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
.tc-dark-teal-B40 {
|
|
269
|
-
color: mat.m2-get-color-from-palette(mat.$teal-palette, B40) !important;
|
|
269
|
+
color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B40) !important;
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
.tc-dark-green-B40 {
|
|
273
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
|
|
273
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B40) !important;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
.tc-dark-light-green-B40 {
|
|
277
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
|
|
277
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B40) !important;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
.tc-dark-lime-B40 {
|
|
281
|
-
color: mat.m2-get-color-from-palette(mat.$lime-palette, B40) !important;
|
|
281
|
+
color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B40) !important;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
.tc-dark-yellow-B40 {
|
|
285
|
-
color: mat.m2-get-color-from-palette(mat.$yellow-palette, B40) !important;
|
|
285
|
+
color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B40) !important;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
.tc-dark-amber-B40 {
|
|
289
|
-
color: mat.m2-get-color-from-palette(mat.$amber-palette, B40) !important;
|
|
289
|
+
color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B40) !important;
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
.tc-dark-orange-B40 {
|
|
293
|
-
color: mat.m2-get-color-from-palette(mat.$orange-palette, B40) !important;
|
|
293
|
+
color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B40) !important;
|
|
294
294
|
}
|
|
295
295
|
|
|
296
296
|
.tc-dark-deep-orange-B40 {
|
|
297
|
-
color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B40) !important;
|
|
297
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B40) !important;
|
|
298
298
|
}
|
|
299
299
|
|
|
300
300
|
.tc-dark-brown-B40 {
|
|
301
|
-
color: mat.m2-get-color-from-palette(mat.$brown-palette, B40) !important;
|
|
301
|
+
color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B40) !important;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
.tc-dark-grey-B40 {
|
|
305
|
-
color: mat.m2-get-color-from-palette(mat.$grey-palette, B40) !important;
|
|
305
|
+
color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B40) !important;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
.tc-dark-blue-grey-B40 {
|
|
309
|
-
color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B40) !important;
|
|
309
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B40) !important;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
// B30
|
|
313
313
|
.tc-dark-red-B30 {
|
|
314
|
-
color: mat.m2-get-color-from-palette(mat.$red-palette, B30) !important;
|
|
314
|
+
color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B30) !important;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
.tc-dark-pink-B30 {
|
|
318
|
-
color: mat.m2-get-color-from-palette(mat.$pink-palette, B30) !important;
|
|
318
|
+
color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B30) !important;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
.tc-dark-purple-B30 {
|
|
322
|
-
color: mat.m2-get-color-from-palette(mat.$purple-palette, B30) !important;
|
|
322
|
+
color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B30) !important;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
325
|
.tc-dark-deep-purple-B30 {
|
|
326
|
-
color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B30) !important;
|
|
326
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B30) !important;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
329
|
.tc-dark-indigo-B30 {
|
|
330
|
-
color: mat.m2-get-color-from-palette(mat.$indigo-palette, B30) !important;
|
|
330
|
+
color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B30) !important;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
333
|
.tc-dark-blue-B30 {
|
|
334
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
|
|
334
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B30) !important;
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
.tc-dark-light-blue-B30 {
|
|
338
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
|
|
338
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B30) !important;
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
.tc-dark-cyan-B30 {
|
|
342
|
-
color: mat.m2-get-color-from-palette(mat.$cyan-palette, B30) !important;
|
|
342
|
+
color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B30) !important;
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
.tc-dark-teal-B30 {
|
|
346
|
-
color: mat.m2-get-color-from-palette(mat.$teal-palette, B30) !important;
|
|
346
|
+
color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B30) !important;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
.tc-dark-green-B30 {
|
|
350
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
|
|
350
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B30) !important;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
.tc-dark-light-green-B30 {
|
|
354
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
|
|
354
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B30) !important;
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
.tc-dark-lime-B30 {
|
|
358
|
-
color: mat.m2-get-color-from-palette(mat.$lime-palette, B30) !important;
|
|
358
|
+
color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B30) !important;
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
.tc-dark-yellow-B30 {
|
|
362
|
-
color: mat.m2-get-color-from-palette(mat.$yellow-palette, B30) !important;
|
|
362
|
+
color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B30) !important;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
.tc-dark-amber-B30 {
|
|
366
|
-
color: mat.m2-get-color-from-palette(mat.$amber-palette, B30) !important;
|
|
366
|
+
color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B30) !important;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
.tc-dark-orange-B30 {
|
|
370
|
-
color: mat.m2-get-color-from-palette(mat.$orange-palette, B30) !important;
|
|
370
|
+
color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B30) !important;
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
.tc-dark-deep-orange-B30 {
|
|
374
|
-
color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B30) !important;
|
|
374
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B30) !important;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
.tc-dark-brown-B30 {
|
|
378
|
-
color: mat.m2-get-color-from-palette(mat.$brown-palette, B30) !important;
|
|
378
|
+
color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B30) !important;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
381
|
.tc-dark-grey-B30 {
|
|
382
|
-
color: mat.m2-get-color-from-palette(mat.$grey-palette, B30) !important;
|
|
382
|
+
color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B30) !important;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
385
|
.tc-dark-blue-grey-B30 {
|
|
386
|
-
color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B30) !important;
|
|
386
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B30) !important;
|
|
387
387
|
}
|
|
388
388
|
|
|
389
389
|
// B15
|
|
390
390
|
.tc-dark-red-B15 {
|
|
391
|
-
color: mat.m2-get-color-from-palette(mat.$red-palette, B15) !important;
|
|
391
|
+
color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B15) !important;
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
.tc-dark-pink-B15 {
|
|
395
|
-
color: mat.m2-get-color-from-palette(mat.$pink-palette, B15) !important;
|
|
395
|
+
color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B15) !important;
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
.tc-dark-purple-B15 {
|
|
399
|
-
color: mat.m2-get-color-from-palette(mat.$purple-palette, B15) !important;
|
|
399
|
+
color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B15) !important;
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
.tc-dark-deep-purple-B15 {
|
|
403
|
-
color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B15) !important;
|
|
403
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B15) !important;
|
|
404
404
|
}
|
|
405
405
|
|
|
406
406
|
.tc-dark-indigo-B15 {
|
|
407
|
-
color: mat.m2-get-color-from-palette(mat.$indigo-palette, B15) !important;
|
|
407
|
+
color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B15) !important;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
.tc-dark-blue-B15 {
|
|
411
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
|
|
411
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B15) !important;
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
.tc-dark-light-blue-B15 {
|
|
415
|
-
color: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
|
|
415
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B15) !important;
|
|
416
416
|
}
|
|
417
417
|
|
|
418
418
|
.tc-dark-cyan-B15 {
|
|
419
|
-
color: mat.m2-get-color-from-palette(mat.$cyan-palette, B15) !important;
|
|
419
|
+
color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B15) !important;
|
|
420
420
|
}
|
|
421
421
|
|
|
422
422
|
.tc-dark-teal-B15 {
|
|
423
|
-
color: mat.m2-get-color-from-palette(mat.$teal-palette, B15) !important;
|
|
423
|
+
color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B15) !important;
|
|
424
424
|
}
|
|
425
425
|
|
|
426
426
|
.tc-dark-green-B15 {
|
|
427
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
|
|
427
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B15) !important;
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
.tc-dark-light-green-B15 {
|
|
431
|
-
color: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
|
|
431
|
+
color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B15) !important;
|
|
432
432
|
}
|
|
433
433
|
|
|
434
434
|
.tc-dark-lime-B15 {
|
|
435
|
-
color: mat.m2-get-color-from-palette(mat.$lime-palette, B15) !important;
|
|
435
|
+
color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B15) !important;
|
|
436
436
|
}
|
|
437
437
|
|
|
438
438
|
.tc-dark-yellow-B15 {
|
|
439
|
-
color: mat.m2-get-color-from-palette(mat.$yellow-palette, B15) !important;
|
|
439
|
+
color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B15) !important;
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
.tc-dark-amber-B15 {
|
|
443
|
-
color: mat.m2-get-color-from-palette(mat.$amber-palette, B15) !important;
|
|
443
|
+
color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B15) !important;
|
|
444
444
|
}
|
|
445
445
|
|
|
446
446
|
.tc-dark-orange-B15 {
|
|
447
|
-
color: mat.m2-get-color-from-palette(mat.$orange-palette, B15) !important;
|
|
447
|
+
color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B15) !important;
|
|
448
448
|
}
|
|
449
449
|
|
|
450
450
|
.tc-dark-deep-orange-B15 {
|
|
451
|
-
color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B15) !important;
|
|
451
|
+
color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B15) !important;
|
|
452
452
|
}
|
|
453
453
|
|
|
454
454
|
.tc-dark-brown-B15 {
|
|
455
|
-
color: mat.m2-get-color-from-palette(mat.$brown-palette, B15) !important;
|
|
455
|
+
color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B15) !important;
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
.tc-dark-grey-B15 {
|
|
459
|
-
color: mat.m2-get-color-from-palette(mat.$grey-palette, B15) !important;
|
|
459
|
+
color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B15) !important;
|
|
460
460
|
}
|
|
461
461
|
|
|
462
462
|
.tc-dark-blue-grey-B15 {
|
|
463
|
-
color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B15) !important;
|
|
463
|
+
color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B15) !important;
|
|
464
464
|
}
|
|
465
465
|
|
|
466
466
|
// Background color
|
|
467
467
|
|
|
468
468
|
// 500
|
|
469
469
|
.bgc-dark-red-500 {
|
|
470
|
-
background-color: mat.m2-get-color-from-palette(mat.$red-palette, 500) !important;
|
|
470
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, 500) !important;
|
|
471
471
|
}
|
|
472
472
|
|
|
473
473
|
.bgc-dark-pink-500 {
|
|
474
|
-
background-color: mat.m2-get-color-from-palette(mat.$pink-palette, 500) !important;
|
|
474
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 500) !important;
|
|
475
475
|
}
|
|
476
476
|
|
|
477
477
|
.bgc-dark-purple-500 {
|
|
478
|
-
background-color: mat.m2-get-color-from-palette(mat.$purple-palette, 500) !important;
|
|
478
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 500) !important;
|
|
479
479
|
}
|
|
480
480
|
|
|
481
481
|
.bgc-dark-deep-purple-500 {
|
|
482
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, 500) !important;
|
|
482
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 500) !important;
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
.bgc-dark-indigo-500 {
|
|
486
|
-
background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, 500) !important;
|
|
486
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 500) !important;
|
|
487
487
|
}
|
|
488
488
|
|
|
489
489
|
.bgc-dark-blue-500 {
|
|
490
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
|
|
490
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 500) !important;
|
|
491
491
|
}
|
|
492
492
|
|
|
493
493
|
.bgc-dark-light-blue-500 {
|
|
494
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
|
|
494
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 500) !important;
|
|
495
495
|
}
|
|
496
496
|
|
|
497
497
|
.bgc-dark-cyan-500 {
|
|
498
|
-
background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, 500) !important;
|
|
498
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 500) !important;
|
|
499
499
|
}
|
|
500
500
|
|
|
501
501
|
.bgc-dark-teal-500 {
|
|
502
|
-
background-color: mat.m2-get-color-from-palette(mat.$teal-palette, 500) !important;
|
|
502
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 500) !important;
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
.bgc-dark-green-500 {
|
|
506
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
|
|
506
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 500) !important;
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
.bgc-dark-light-green-500 {
|
|
510
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
|
|
510
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, 500) !important;
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
.bgc-dark-lime-500 {
|
|
514
|
-
background-color: mat.m2-get-color-from-palette(mat.$lime-palette, 500) !important;
|
|
514
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 500) !important;
|
|
515
515
|
}
|
|
516
516
|
|
|
517
517
|
.bgc-dark-yellow-500 {
|
|
518
|
-
background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, 500) !important;
|
|
518
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 500) !important;
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
.bgc-dark-amber-500 {
|
|
522
|
-
background-color: mat.m2-get-color-from-palette(mat.$amber-palette, 500) !important;
|
|
522
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 500) !important;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
525
|
.bgc-dark-orange-500 {
|
|
526
|
-
background-color: mat.m2-get-color-from-palette(mat.$orange-palette, 500) !important;
|
|
526
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 500) !important;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
529
|
.bgc-dark-deep-orange-500 {
|
|
530
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, 500) !important;
|
|
530
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 500) !important;
|
|
531
531
|
}
|
|
532
532
|
|
|
533
533
|
.bgc-dark-brown-500 {
|
|
534
|
-
background-color: mat.m2-get-color-from-palette(mat.$brown-palette, 500) !important;
|
|
534
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 500) !important;
|
|
535
535
|
}
|
|
536
536
|
|
|
537
537
|
.bgc-dark-grey-500 {
|
|
538
|
-
background-color: mat.m2-get-color-from-palette(mat.$grey-palette, 500) !important;
|
|
538
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 500) !important;
|
|
539
539
|
}
|
|
540
540
|
|
|
541
541
|
.bgc-dark-blue-grey-500 {
|
|
542
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, 500) !important;
|
|
542
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 500) !important;
|
|
543
543
|
}
|
|
544
544
|
|
|
545
545
|
// B100
|
|
546
546
|
.bgc-dark-red-B100 {
|
|
547
|
-
background-color: mat.m2-get-color-from-palette(mat.$red-palette, B100) !important;
|
|
547
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B100) !important;
|
|
548
548
|
}
|
|
549
549
|
|
|
550
550
|
.bgc-dark-pink-B100 {
|
|
551
|
-
background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B100) !important;
|
|
551
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B100) !important;
|
|
552
552
|
}
|
|
553
553
|
|
|
554
554
|
.bgc-dark-purple-B100 {
|
|
555
|
-
background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B100) !important;
|
|
555
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B100) !important;
|
|
556
556
|
}
|
|
557
557
|
|
|
558
558
|
.bgc-dark-deep-purple-B100 {
|
|
559
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B100) !important;
|
|
559
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B100) !important;
|
|
560
560
|
}
|
|
561
561
|
|
|
562
562
|
.bgc-dark-indigo-B100 {
|
|
563
|
-
background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B100) !important;
|
|
563
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B100) !important;
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
.bgc-dark-blue-B100 {
|
|
567
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
|
|
567
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B100) !important;
|
|
568
568
|
}
|
|
569
569
|
|
|
570
570
|
.bgc-dark-light-blue-B100 {
|
|
571
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
|
|
571
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B100) !important;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
574
|
.bgc-dark-cyan-B100 {
|
|
575
|
-
background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B100) !important;
|
|
575
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B100) !important;
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
.bgc-dark-teal-B100 {
|
|
579
|
-
background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B100) !important;
|
|
579
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B100) !important;
|
|
580
580
|
}
|
|
581
581
|
|
|
582
582
|
.bgc-dark-green-B100 {
|
|
583
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
|
|
583
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B100) !important;
|
|
584
584
|
}
|
|
585
585
|
|
|
586
586
|
.bgc-dark-light-green-B100 {
|
|
587
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
|
|
587
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B100) !important;
|
|
588
588
|
}
|
|
589
589
|
|
|
590
590
|
.bgc-dark-lime-B100 {
|
|
591
|
-
background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B100) !important;
|
|
591
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B100) !important;
|
|
592
592
|
}
|
|
593
593
|
|
|
594
594
|
.bgc-dark-yellow-B100 {
|
|
595
|
-
background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B100) !important;
|
|
595
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B100) !important;
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
.bgc-dark-amber-B100 {
|
|
599
|
-
background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B100) !important;
|
|
599
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B100) !important;
|
|
600
600
|
}
|
|
601
601
|
|
|
602
602
|
.bgc-dark-orange-B100 {
|
|
603
|
-
background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B100) !important;
|
|
603
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B100) !important;
|
|
604
604
|
}
|
|
605
605
|
|
|
606
606
|
.bgc-dark-deep-orange-B100 {
|
|
607
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B100) !important;
|
|
607
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B100) !important;
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
.bgc-dark-brown-B100 {
|
|
611
|
-
background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B100) !important;
|
|
611
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B100) !important;
|
|
612
612
|
}
|
|
613
613
|
|
|
614
614
|
.bgc-dark-grey-B100 {
|
|
615
|
-
background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B100) !important;
|
|
615
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B100) !important;
|
|
616
616
|
}
|
|
617
617
|
|
|
618
618
|
.bgc-dark-blue-grey-B100 {
|
|
619
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B100) !important;
|
|
619
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B100) !important;
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
// B65
|
|
623
623
|
.bgc-dark-red-B65 {
|
|
624
|
-
background-color: mat.m2-get-color-from-palette(mat.$red-palette, B65) !important;
|
|
624
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B65) !important;
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
.bgc-dark-pink-B65 {
|
|
628
|
-
background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B65) !important;
|
|
628
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B65) !important;
|
|
629
629
|
}
|
|
630
630
|
|
|
631
631
|
.bgc-dark-purple-B65 {
|
|
632
|
-
background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B65) !important;
|
|
632
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B65) !important;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
.bgc-dark-deep-purple-B65 {
|
|
636
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B65) !important;
|
|
636
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B65) !important;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
.bgc-dark-indigo-B65 {
|
|
640
|
-
background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B65) !important;
|
|
640
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B65) !important;
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
.bgc-dark-blue-B65 {
|
|
644
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
|
|
644
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B65) !important;
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.bgc-dark-light-blue-B65 {
|
|
648
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
|
|
648
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B65) !important;
|
|
649
649
|
}
|
|
650
650
|
|
|
651
651
|
.bgc-dark-cyan-B65 {
|
|
652
|
-
background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B65) !important;
|
|
652
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B65) !important;
|
|
653
653
|
}
|
|
654
654
|
|
|
655
655
|
.bgc-dark-teal-B65 {
|
|
656
|
-
background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B65) !important;
|
|
656
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B65) !important;
|
|
657
657
|
}
|
|
658
658
|
|
|
659
659
|
.bgc-dark-green-B65 {
|
|
660
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
|
|
660
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B65) !important;
|
|
661
661
|
}
|
|
662
662
|
|
|
663
663
|
.bgc-dark-light-green-B65 {
|
|
664
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
|
|
664
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B65) !important;
|
|
665
665
|
}
|
|
666
666
|
|
|
667
667
|
.bgc-dark-lime-B65 {
|
|
668
|
-
background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B65) !important;
|
|
668
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B65) !important;
|
|
669
669
|
}
|
|
670
670
|
|
|
671
671
|
.bgc-dark-yellow-B65 {
|
|
672
|
-
background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B65) !important;
|
|
672
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B65) !important;
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
.bgc-dark-amber-B65 {
|
|
676
|
-
background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B65) !important;
|
|
676
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B65) !important;
|
|
677
677
|
}
|
|
678
678
|
|
|
679
679
|
.bgc-dark-orange-B65 {
|
|
680
|
-
background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B65) !important;
|
|
680
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B65) !important;
|
|
681
681
|
}
|
|
682
682
|
|
|
683
683
|
.bgc-dark-deep-orange-B65 {
|
|
684
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B65) !important;
|
|
684
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B65) !important;
|
|
685
685
|
}
|
|
686
686
|
|
|
687
687
|
.bgc-dark-brown-B65 {
|
|
688
|
-
background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B65) !important;
|
|
688
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B65) !important;
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
.bgc-dark-grey-B65 {
|
|
692
|
-
background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B65) !important;
|
|
692
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B65) !important;
|
|
693
693
|
}
|
|
694
694
|
|
|
695
695
|
.bgc-dark-blue-grey-B65 {
|
|
696
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B65) !important;
|
|
696
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B65) !important;
|
|
697
697
|
}
|
|
698
698
|
|
|
699
699
|
// B40
|
|
700
700
|
.bgc-dark-red-B40 {
|
|
701
|
-
background-color: mat.m2-get-color-from-palette(mat.$red-palette, B40) !important;
|
|
701
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B40) !important;
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.bgc-dark-pink-B40 {
|
|
705
|
-
background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B40) !important;
|
|
705
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B40) !important;
|
|
706
706
|
}
|
|
707
707
|
|
|
708
708
|
.bgc-dark-purple-B40 {
|
|
709
|
-
background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B40) !important;
|
|
709
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B40) !important;
|
|
710
710
|
}
|
|
711
711
|
|
|
712
712
|
.bgc-dark-deep-purple-B40 {
|
|
713
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B40) !important;
|
|
713
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B40) !important;
|
|
714
714
|
}
|
|
715
715
|
|
|
716
716
|
.bgc-dark-indigo-B40 {
|
|
717
|
-
background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B40) !important;
|
|
717
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B40) !important;
|
|
718
718
|
}
|
|
719
719
|
|
|
720
720
|
.bgc-dark-blue-B40 {
|
|
721
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
|
|
721
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B40) !important;
|
|
722
722
|
}
|
|
723
723
|
|
|
724
724
|
.bgc-dark-light-blue-B40 {
|
|
725
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
|
|
725
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B40) !important;
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
.bgc-dark-cyan-B40 {
|
|
729
|
-
background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B40) !important;
|
|
729
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B40) !important;
|
|
730
730
|
}
|
|
731
731
|
|
|
732
732
|
.bgc-dark-teal-B40 {
|
|
733
|
-
background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B40) !important;
|
|
733
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B40) !important;
|
|
734
734
|
}
|
|
735
735
|
|
|
736
736
|
.bgc-dark-green-B40 {
|
|
737
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
|
|
737
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B40) !important;
|
|
738
738
|
}
|
|
739
739
|
|
|
740
740
|
.bgc-dark-light-green-B40 {
|
|
741
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
|
|
741
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B40) !important;
|
|
742
742
|
}
|
|
743
743
|
|
|
744
744
|
.bgc-dark-lime-B40 {
|
|
745
|
-
background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B40) !important;
|
|
745
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B40) !important;
|
|
746
746
|
}
|
|
747
747
|
|
|
748
748
|
.bgc-dark-yellow-B40 {
|
|
749
|
-
background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B40) !important;
|
|
749
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B40) !important;
|
|
750
750
|
}
|
|
751
751
|
|
|
752
752
|
.bgc-dark-amber-B40 {
|
|
753
|
-
background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B40) !important;
|
|
753
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B40) !important;
|
|
754
754
|
}
|
|
755
755
|
|
|
756
756
|
.bgc-dark-orange-B40 {
|
|
757
|
-
background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B40) !important;
|
|
757
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B40) !important;
|
|
758
758
|
}
|
|
759
759
|
|
|
760
760
|
.bgc-dark-deep-orange-B40 {
|
|
761
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B40) !important;
|
|
761
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B40) !important;
|
|
762
762
|
}
|
|
763
763
|
|
|
764
764
|
.bgc-dark-brown-B40 {
|
|
765
|
-
background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B40) !important;
|
|
765
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B40) !important;
|
|
766
766
|
}
|
|
767
767
|
|
|
768
768
|
.bgc-dark-grey-B40 {
|
|
769
|
-
background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B40) !important;
|
|
769
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B40) !important;
|
|
770
770
|
}
|
|
771
771
|
|
|
772
772
|
.bgc-dark-blue-grey-B40 {
|
|
773
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B40) !important;
|
|
773
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B40) !important;
|
|
774
774
|
}
|
|
775
775
|
|
|
776
776
|
// B30
|
|
777
777
|
.bgc-dark-red-B30 {
|
|
778
|
-
background-color: mat.m2-get-color-from-palette(mat.$red-palette, B30) !important;
|
|
778
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B30) !important;
|
|
779
779
|
}
|
|
780
780
|
|
|
781
781
|
.bgc-dark-pink-B30 {
|
|
782
|
-
background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B30) !important;
|
|
782
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B30) !important;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
785
|
.bgc-dark-purple-B30 {
|
|
786
|
-
background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B30) !important;
|
|
786
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B30) !important;
|
|
787
787
|
}
|
|
788
788
|
|
|
789
789
|
.bgc-dark-deep-purple-B30 {
|
|
790
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B30) !important;
|
|
790
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B30) !important;
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
.bgc-dark-indigo-B30 {
|
|
794
|
-
background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B30) !important;
|
|
794
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B30) !important;
|
|
795
795
|
}
|
|
796
796
|
|
|
797
797
|
.bgc-dark-blue-B30 {
|
|
798
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
|
|
798
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B30) !important;
|
|
799
799
|
}
|
|
800
800
|
|
|
801
801
|
.bgc-dark-light-blue-B30 {
|
|
802
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
|
|
802
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B30) !important;
|
|
803
803
|
}
|
|
804
804
|
|
|
805
805
|
.bgc-dark-cyan-B30 {
|
|
806
|
-
background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B30) !important;
|
|
806
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B30) !important;
|
|
807
807
|
}
|
|
808
808
|
|
|
809
809
|
.bgc-dark-teal-B30 {
|
|
810
|
-
background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B30) !important;
|
|
810
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B30) !important;
|
|
811
811
|
}
|
|
812
812
|
|
|
813
813
|
.bgc-dark-green-B30 {
|
|
814
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
|
|
814
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B30) !important;
|
|
815
815
|
}
|
|
816
816
|
|
|
817
817
|
.bgc-dark-light-green-B30 {
|
|
818
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
|
|
818
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B30) !important;
|
|
819
819
|
}
|
|
820
820
|
|
|
821
821
|
.bgc-dark-lime-B30 {
|
|
822
|
-
background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B30) !important;
|
|
822
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B30) !important;
|
|
823
823
|
}
|
|
824
824
|
|
|
825
825
|
.bgc-dark-yellow-B30 {
|
|
826
|
-
background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B30) !important;
|
|
826
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B30) !important;
|
|
827
827
|
}
|
|
828
828
|
|
|
829
829
|
.bgc-dark-amber-B30 {
|
|
830
|
-
background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B30) !important;
|
|
830
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B30) !important;
|
|
831
831
|
}
|
|
832
832
|
|
|
833
833
|
.bgc-dark-orange-B30 {
|
|
834
|
-
background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B30) !important;
|
|
834
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B30) !important;
|
|
835
835
|
}
|
|
836
836
|
|
|
837
837
|
.bgc-dark-deep-orange-B30 {
|
|
838
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B30) !important;
|
|
838
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B30) !important;
|
|
839
839
|
}
|
|
840
840
|
|
|
841
841
|
.bgc-dark-brown-B30 {
|
|
842
|
-
background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B30) !important;
|
|
842
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B30) !important;
|
|
843
843
|
}
|
|
844
844
|
|
|
845
845
|
.bgc-dark-grey-B30 {
|
|
846
|
-
background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B30) !important;
|
|
846
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B30) !important;
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
.bgc-dark-blue-grey-B30 {
|
|
850
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B30) !important;
|
|
850
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B30) !important;
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
// B15
|
|
854
854
|
.bgc-dark-red-B15 {
|
|
855
|
-
background-color: mat.m2-get-color-from-palette(mat.$red-palette, B15) !important;
|
|
855
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-red-palette, B15) !important;
|
|
856
856
|
}
|
|
857
857
|
|
|
858
858
|
.bgc-dark-pink-B15 {
|
|
859
|
-
background-color: mat.m2-get-color-from-palette(mat.$pink-palette, B15) !important;
|
|
859
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B15) !important;
|
|
860
860
|
}
|
|
861
861
|
|
|
862
862
|
.bgc-dark-purple-B15 {
|
|
863
|
-
background-color: mat.m2-get-color-from-palette(mat.$purple-palette, B15) !important;
|
|
863
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B15) !important;
|
|
864
864
|
}
|
|
865
865
|
|
|
866
866
|
.bgc-dark-deep-purple-B15 {
|
|
867
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B15) !important;
|
|
867
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B15) !important;
|
|
868
868
|
}
|
|
869
869
|
|
|
870
870
|
.bgc-dark-indigo-B15 {
|
|
871
|
-
background-color: mat.m2-get-color-from-palette(mat.$indigo-palette, B15) !important;
|
|
871
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B15) !important;
|
|
872
872
|
}
|
|
873
873
|
|
|
874
874
|
.bgc-dark-blue-B15 {
|
|
875
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
|
|
875
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B15) !important;
|
|
876
876
|
}
|
|
877
877
|
|
|
878
878
|
.bgc-dark-light-blue-B15 {
|
|
879
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
|
|
879
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B15) !important;
|
|
880
880
|
}
|
|
881
881
|
|
|
882
882
|
.bgc-dark-cyan-B15 {
|
|
883
|
-
background-color: mat.m2-get-color-from-palette(mat.$cyan-palette, B15) !important;
|
|
883
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B15) !important;
|
|
884
884
|
}
|
|
885
885
|
|
|
886
886
|
.bgc-dark-teal-B15 {
|
|
887
|
-
background-color: mat.m2-get-color-from-palette(mat.$teal-palette, B15) !important;
|
|
887
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B15) !important;
|
|
888
888
|
}
|
|
889
889
|
|
|
890
890
|
.bgc-dark-green-B15 {
|
|
891
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
|
|
891
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B15) !important;
|
|
892
892
|
}
|
|
893
893
|
|
|
894
894
|
.bgc-dark-light-green-B15 {
|
|
895
|
-
background-color: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
|
|
895
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-green-palette, B15) !important;
|
|
896
896
|
}
|
|
897
897
|
|
|
898
898
|
.bgc-dark-lime-B15 {
|
|
899
|
-
background-color: mat.m2-get-color-from-palette(mat.$lime-palette, B15) !important;
|
|
899
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B15) !important;
|
|
900
900
|
}
|
|
901
901
|
|
|
902
902
|
.bgc-dark-yellow-B15 {
|
|
903
|
-
background-color: mat.m2-get-color-from-palette(mat.$yellow-palette, B15) !important;
|
|
903
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B15) !important;
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
.bgc-dark-amber-B15 {
|
|
907
|
-
background-color: mat.m2-get-color-from-palette(mat.$amber-palette, B15) !important;
|
|
907
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B15) !important;
|
|
908
908
|
}
|
|
909
909
|
|
|
910
910
|
.bgc-dark-orange-B15 {
|
|
911
|
-
background-color: mat.m2-get-color-from-palette(mat.$orange-palette, B15) !important;
|
|
911
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B15) !important;
|
|
912
912
|
}
|
|
913
913
|
|
|
914
914
|
.bgc-dark-deep-orange-B15 {
|
|
915
|
-
background-color: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B15) !important;
|
|
915
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B15) !important;
|
|
916
916
|
}
|
|
917
917
|
|
|
918
918
|
.bgc-dark-brown-B15 {
|
|
919
|
-
background-color: mat.m2-get-color-from-palette(mat.$brown-palette, B15) !important;
|
|
919
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B15) !important;
|
|
920
920
|
}
|
|
921
921
|
|
|
922
922
|
.bgc-dark-grey-B15 {
|
|
923
|
-
background-color: mat.m2-get-color-from-palette(mat.$grey-palette, B15) !important;
|
|
923
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B15) !important;
|
|
924
924
|
}
|
|
925
925
|
|
|
926
926
|
.bgc-dark-blue-grey-B15 {
|
|
927
|
-
background-color: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B15) !important;
|
|
927
|
+
background-color: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B15) !important;
|
|
928
928
|
}
|
|
929
929
|
|
|
930
930
|
// Fill color
|
|
931
931
|
|
|
932
932
|
// 500
|
|
933
933
|
.fill-red-500 {
|
|
934
|
-
fill: mat.m2-get-color-from-palette(mat.$red-palette, 500) !important;
|
|
934
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, 500) !important;
|
|
935
935
|
}
|
|
936
936
|
|
|
937
937
|
.fill-pink-500 {
|
|
938
|
-
fill: mat.m2-get-color-from-palette(mat.$pink-palette, 500) !important;
|
|
938
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, 500) !important;
|
|
939
939
|
}
|
|
940
940
|
|
|
941
941
|
.fill-purple-500 {
|
|
942
|
-
fill: mat.m2-get-color-from-palette(mat.$purple-palette, 500) !important;
|
|
942
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, 500) !important;
|
|
943
943
|
}
|
|
944
944
|
|
|
945
945
|
.fill-deep-purple-500 {
|
|
946
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, 500) !important;
|
|
946
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, 500) !important;
|
|
947
947
|
}
|
|
948
948
|
|
|
949
949
|
.fill-indigo-500 {
|
|
950
|
-
fill: mat.m2-get-color-from-palette(mat.$indigo-palette, 500) !important;
|
|
950
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, 500) !important;
|
|
951
951
|
}
|
|
952
952
|
|
|
953
953
|
.fill-blue-500 {
|
|
954
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
|
|
954
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 500) !important;
|
|
955
955
|
}
|
|
956
956
|
|
|
957
957
|
.fill-light-blue-500 {
|
|
958
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, 500) !important;
|
|
958
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, 500) !important;
|
|
959
959
|
}
|
|
960
960
|
|
|
961
961
|
.fill-cyan-500 {
|
|
962
|
-
fill: mat.m2-get-color-from-palette(mat.$cyan-palette, 500) !important;
|
|
962
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, 500) !important;
|
|
963
963
|
}
|
|
964
964
|
|
|
965
965
|
.fill-teal-500 {
|
|
966
|
-
fill: mat.m2-get-color-from-palette(mat.$teal-palette, 500) !important;
|
|
966
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, 500) !important;
|
|
967
967
|
}
|
|
968
968
|
|
|
969
969
|
.fill-green-500 {
|
|
970
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
|
|
970
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 500) !important;
|
|
971
971
|
}
|
|
972
972
|
|
|
973
973
|
.fill-light-green-500 {
|
|
974
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, 500) !important;
|
|
974
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, 500) !important;
|
|
975
975
|
}
|
|
976
976
|
|
|
977
977
|
.fill-lime-500 {
|
|
978
|
-
fill: mat.m2-get-color-from-palette(mat.$lime-palette, 500) !important;
|
|
978
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, 500) !important;
|
|
979
979
|
}
|
|
980
980
|
|
|
981
981
|
.fill-yellow-500 {
|
|
982
|
-
fill: mat.m2-get-color-from-palette(mat.$yellow-palette, 500) !important;
|
|
982
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, 500) !important;
|
|
983
983
|
}
|
|
984
984
|
|
|
985
985
|
.fill-amber-500 {
|
|
986
|
-
fill: mat.m2-get-color-from-palette(mat.$amber-palette, 500) !important;
|
|
986
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, 500) !important;
|
|
987
987
|
}
|
|
988
988
|
|
|
989
989
|
.fill-orange-500 {
|
|
990
|
-
fill: mat.m2-get-color-from-palette(mat.$orange-palette, 500) !important;
|
|
990
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, 500) !important;
|
|
991
991
|
}
|
|
992
992
|
|
|
993
993
|
.fill-deep-orange-500 {
|
|
994
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, 500) !important;
|
|
994
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, 500) !important;
|
|
995
995
|
}
|
|
996
996
|
|
|
997
997
|
.fill-brown-500 {
|
|
998
|
-
fill: mat.m2-get-color-from-palette(mat.$brown-palette, 500) !important;
|
|
998
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, 500) !important;
|
|
999
999
|
}
|
|
1000
1000
|
|
|
1001
1001
|
.fill-grey-500 {
|
|
1002
|
-
fill: mat.m2-get-color-from-palette(mat.$grey-palette, 500) !important;
|
|
1002
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, 500) !important;
|
|
1003
1003
|
}
|
|
1004
1004
|
|
|
1005
1005
|
.fill-blue-grey-500 {
|
|
1006
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, 500) !important;
|
|
1006
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, 500) !important;
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
1009
|
// B100
|
|
1010
1010
|
.fill-red-B100 {
|
|
1011
|
-
fill: mat.m2-get-color-from-palette(mat.$red-palette, B100) !important;
|
|
1011
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, B100) !important;
|
|
1012
1012
|
}
|
|
1013
1013
|
|
|
1014
1014
|
.fill-pink-B100 {
|
|
1015
|
-
fill: mat.m2-get-color-from-palette(mat.$pink-palette, B100) !important;
|
|
1015
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B100) !important;
|
|
1016
1016
|
}
|
|
1017
1017
|
|
|
1018
1018
|
.fill-purple-B100 {
|
|
1019
|
-
fill: mat.m2-get-color-from-palette(mat.$purple-palette, B100) !important;
|
|
1019
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B100) !important;
|
|
1020
1020
|
}
|
|
1021
1021
|
|
|
1022
1022
|
.fill-deep-purple-B100 {
|
|
1023
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B100) !important;
|
|
1023
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B100) !important;
|
|
1024
1024
|
}
|
|
1025
1025
|
|
|
1026
1026
|
.fill-indigo-B100 {
|
|
1027
|
-
fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B100) !important;
|
|
1027
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B100) !important;
|
|
1028
1028
|
}
|
|
1029
1029
|
|
|
1030
1030
|
.fill-blue-B100 {
|
|
1031
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
|
|
1031
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B100) !important;
|
|
1032
1032
|
}
|
|
1033
1033
|
|
|
1034
1034
|
.fill-light-blue-B100 {
|
|
1035
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B100) !important;
|
|
1035
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B100) !important;
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
1038
|
.fill-cyan-B100 {
|
|
1039
|
-
fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B100) !important;
|
|
1039
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B100) !important;
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
1042
|
.fill-teal-B100 {
|
|
1043
|
-
fill: mat.m2-get-color-from-palette(mat.$teal-palette, B100) !important;
|
|
1043
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B100) !important;
|
|
1044
1044
|
}
|
|
1045
1045
|
|
|
1046
1046
|
.fill-green-B100 {
|
|
1047
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
|
|
1047
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B100) !important;
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
1050
|
.fill-light-green-B100 {
|
|
1051
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B100) !important;
|
|
1051
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B100) !important;
|
|
1052
1052
|
}
|
|
1053
1053
|
|
|
1054
1054
|
.fill-lime-B100 {
|
|
1055
|
-
fill: mat.m2-get-color-from-palette(mat.$lime-palette, B100) !important;
|
|
1055
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B100) !important;
|
|
1056
1056
|
}
|
|
1057
1057
|
|
|
1058
1058
|
.fill-yellow-B100 {
|
|
1059
|
-
fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B100) !important;
|
|
1059
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B100) !important;
|
|
1060
1060
|
}
|
|
1061
1061
|
|
|
1062
1062
|
.fill-amber-B100 {
|
|
1063
|
-
fill: mat.m2-get-color-from-palette(mat.$amber-palette, B100) !important;
|
|
1063
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B100) !important;
|
|
1064
1064
|
}
|
|
1065
1065
|
|
|
1066
1066
|
.fill-orange-B100 {
|
|
1067
|
-
fill: mat.m2-get-color-from-palette(mat.$orange-palette, B100) !important;
|
|
1067
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B100) !important;
|
|
1068
1068
|
}
|
|
1069
1069
|
|
|
1070
1070
|
.fill-deep-orange-B100 {
|
|
1071
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B100) !important;
|
|
1071
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B100) !important;
|
|
1072
1072
|
}
|
|
1073
1073
|
|
|
1074
1074
|
.fill-brown-B100 {
|
|
1075
|
-
fill: mat.m2-get-color-from-palette(mat.$brown-palette, B100) !important;
|
|
1075
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B100) !important;
|
|
1076
1076
|
}
|
|
1077
1077
|
|
|
1078
1078
|
.fill-grey-B100 {
|
|
1079
|
-
fill: mat.m2-get-color-from-palette(mat.$grey-palette, B100) !important;
|
|
1079
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B100) !important;
|
|
1080
1080
|
}
|
|
1081
1081
|
|
|
1082
1082
|
.fill-blue-grey-B100 {
|
|
1083
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B100) !important;
|
|
1083
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B100) !important;
|
|
1084
1084
|
}
|
|
1085
1085
|
|
|
1086
1086
|
// B65
|
|
1087
1087
|
.fill-red-B65 {
|
|
1088
|
-
fill: mat.m2-get-color-from-palette(mat.$red-palette, B65) !important;
|
|
1088
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, B65) !important;
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
1091
|
.fill-pink-B65 {
|
|
1092
|
-
fill: mat.m2-get-color-from-palette(mat.$pink-palette, B65) !important;
|
|
1092
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B65) !important;
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
1095
|
.fill-purple-B65 {
|
|
1096
|
-
fill: mat.m2-get-color-from-palette(mat.$purple-palette, B65) !important;
|
|
1096
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B65) !important;
|
|
1097
1097
|
}
|
|
1098
1098
|
|
|
1099
1099
|
.fill-deep-purple-B65 {
|
|
1100
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B65) !important;
|
|
1100
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B65) !important;
|
|
1101
1101
|
}
|
|
1102
1102
|
|
|
1103
1103
|
.fill-indigo-B65 {
|
|
1104
|
-
fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B65) !important;
|
|
1104
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B65) !important;
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
1107
|
.fill-blue-B65 {
|
|
1108
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
|
|
1108
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B65) !important;
|
|
1109
1109
|
}
|
|
1110
1110
|
|
|
1111
1111
|
.fill-light-blue-B65 {
|
|
1112
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B65) !important;
|
|
1112
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B65) !important;
|
|
1113
1113
|
}
|
|
1114
1114
|
|
|
1115
1115
|
.fill-cyan-B65 {
|
|
1116
|
-
fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B65) !important;
|
|
1116
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B65) !important;
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
1119
|
.fill-teal-B65 {
|
|
1120
|
-
fill: mat.m2-get-color-from-palette(mat.$teal-palette, B65) !important;
|
|
1120
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B65) !important;
|
|
1121
1121
|
}
|
|
1122
1122
|
|
|
1123
1123
|
.fill-green-B65 {
|
|
1124
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
|
|
1124
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B65) !important;
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
1127
|
.fill-light-green-B65 {
|
|
1128
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B65) !important;
|
|
1128
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B65) !important;
|
|
1129
1129
|
}
|
|
1130
1130
|
|
|
1131
1131
|
.fill-lime-B65 {
|
|
1132
|
-
fill: mat.m2-get-color-from-palette(mat.$lime-palette, B65) !important;
|
|
1132
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B65) !important;
|
|
1133
1133
|
}
|
|
1134
1134
|
|
|
1135
1135
|
.fill-yellow-B65 {
|
|
1136
|
-
fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B65) !important;
|
|
1136
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B65) !important;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
1139
|
.fill-amber-B65 {
|
|
1140
|
-
fill: mat.m2-get-color-from-palette(mat.$amber-palette, B65) !important;
|
|
1140
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B65) !important;
|
|
1141
1141
|
}
|
|
1142
1142
|
|
|
1143
1143
|
.fill-orange-B65 {
|
|
1144
|
-
fill: mat.m2-get-color-from-palette(mat.$orange-palette, B65) !important;
|
|
1144
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B65) !important;
|
|
1145
1145
|
}
|
|
1146
1146
|
|
|
1147
1147
|
.fill-deep-orange-B65 {
|
|
1148
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B65) !important;
|
|
1148
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B65) !important;
|
|
1149
1149
|
}
|
|
1150
1150
|
|
|
1151
1151
|
.fill-brown-B65 {
|
|
1152
|
-
fill: mat.m2-get-color-from-palette(mat.$brown-palette, B65) !important;
|
|
1152
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B65) !important;
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
.fill-grey-B65 {
|
|
1156
|
-
fill: mat.m2-get-color-from-palette(mat.$grey-palette, B65) !important;
|
|
1156
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B65) !important;
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
1159
|
.fill-blue-grey-B65 {
|
|
1160
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B65) !important;
|
|
1160
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B65) !important;
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
1163
|
// B40
|
|
1164
1164
|
.fill-red-B40 {
|
|
1165
|
-
fill: mat.m2-get-color-from-palette(mat.$red-palette, B40) !important;
|
|
1165
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, B40) !important;
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
1168
|
.fill-pink-B40 {
|
|
1169
|
-
fill: mat.m2-get-color-from-palette(mat.$pink-palette, B40) !important;
|
|
1169
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B40) !important;
|
|
1170
1170
|
}
|
|
1171
1171
|
|
|
1172
1172
|
.fill-purple-B40 {
|
|
1173
|
-
fill: mat.m2-get-color-from-palette(mat.$purple-palette, B40) !important;
|
|
1173
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B40) !important;
|
|
1174
1174
|
}
|
|
1175
1175
|
|
|
1176
1176
|
.fill-deep-purple-B40 {
|
|
1177
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B40) !important;
|
|
1177
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B40) !important;
|
|
1178
1178
|
}
|
|
1179
1179
|
|
|
1180
1180
|
.fill-indigo-B40 {
|
|
1181
|
-
fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B40) !important;
|
|
1181
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B40) !important;
|
|
1182
1182
|
}
|
|
1183
1183
|
|
|
1184
1184
|
.fill-blue-B40 {
|
|
1185
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
|
|
1185
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B40) !important;
|
|
1186
1186
|
}
|
|
1187
1187
|
|
|
1188
1188
|
.fill-light-blue-B40 {
|
|
1189
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B40) !important;
|
|
1189
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B40) !important;
|
|
1190
1190
|
}
|
|
1191
1191
|
|
|
1192
1192
|
.fill-cyan-B40 {
|
|
1193
|
-
fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B40) !important;
|
|
1193
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B40) !important;
|
|
1194
1194
|
}
|
|
1195
1195
|
|
|
1196
1196
|
.fill-teal-B40 {
|
|
1197
|
-
fill: mat.m2-get-color-from-palette(mat.$teal-palette, B40) !important;
|
|
1197
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B40) !important;
|
|
1198
1198
|
}
|
|
1199
1199
|
|
|
1200
1200
|
.fill-green-B40 {
|
|
1201
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
|
|
1201
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B40) !important;
|
|
1202
1202
|
}
|
|
1203
1203
|
|
|
1204
1204
|
.fill-light-green-B40 {
|
|
1205
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B40) !important;
|
|
1205
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B40) !important;
|
|
1206
1206
|
}
|
|
1207
1207
|
|
|
1208
1208
|
.fill-lime-B40 {
|
|
1209
|
-
fill: mat.m2-get-color-from-palette(mat.$lime-palette, B40) !important;
|
|
1209
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B40) !important;
|
|
1210
1210
|
}
|
|
1211
1211
|
|
|
1212
1212
|
.fill-yellow-B40 {
|
|
1213
|
-
fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B40) !important;
|
|
1213
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B40) !important;
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
1216
|
.fill-amber-B40 {
|
|
1217
|
-
fill: mat.m2-get-color-from-palette(mat.$amber-palette, B40) !important;
|
|
1217
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B40) !important;
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
1220
|
.fill-orange-B40 {
|
|
1221
|
-
fill: mat.m2-get-color-from-palette(mat.$orange-palette, B40) !important;
|
|
1221
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B40) !important;
|
|
1222
1222
|
}
|
|
1223
1223
|
|
|
1224
1224
|
.fill-deep-orange-B40 {
|
|
1225
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B40) !important;
|
|
1225
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B40) !important;
|
|
1226
1226
|
}
|
|
1227
1227
|
|
|
1228
1228
|
.fill-brown-B40 {
|
|
1229
|
-
fill: mat.m2-get-color-from-palette(mat.$brown-palette, B40) !important;
|
|
1229
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B40) !important;
|
|
1230
1230
|
}
|
|
1231
1231
|
|
|
1232
1232
|
.fill-grey-B40 {
|
|
1233
|
-
fill: mat.m2-get-color-from-palette(mat.$grey-palette, B40) !important;
|
|
1233
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B40) !important;
|
|
1234
1234
|
}
|
|
1235
1235
|
|
|
1236
1236
|
.fill-blue-grey-B40 {
|
|
1237
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B40) !important;
|
|
1237
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B40) !important;
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
1240
|
// B30
|
|
1241
1241
|
.fill-red-B30 {
|
|
1242
|
-
fill: mat.m2-get-color-from-palette(mat.$red-palette, B30) !important;
|
|
1242
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, B30) !important;
|
|
1243
1243
|
}
|
|
1244
1244
|
|
|
1245
1245
|
.fill-pink-B30 {
|
|
1246
|
-
fill: mat.m2-get-color-from-palette(mat.$pink-palette, B30) !important;
|
|
1246
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B30) !important;
|
|
1247
1247
|
}
|
|
1248
1248
|
|
|
1249
1249
|
.fill-purple-B30 {
|
|
1250
|
-
fill: mat.m2-get-color-from-palette(mat.$purple-palette, B30) !important;
|
|
1250
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B30) !important;
|
|
1251
1251
|
}
|
|
1252
1252
|
|
|
1253
1253
|
.fill-deep-purple-B30 {
|
|
1254
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B30) !important;
|
|
1254
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B30) !important;
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
1257
|
.fill-indigo-B30 {
|
|
1258
|
-
fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B30) !important;
|
|
1258
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B30) !important;
|
|
1259
1259
|
}
|
|
1260
1260
|
|
|
1261
1261
|
.fill-blue-B30 {
|
|
1262
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
|
|
1262
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B30) !important;
|
|
1263
1263
|
}
|
|
1264
1264
|
|
|
1265
1265
|
.fill-light-blue-B30 {
|
|
1266
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B30) !important;
|
|
1266
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B30) !important;
|
|
1267
1267
|
}
|
|
1268
1268
|
|
|
1269
1269
|
.fill-cyan-B30 {
|
|
1270
|
-
fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B30) !important;
|
|
1270
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B30) !important;
|
|
1271
1271
|
}
|
|
1272
1272
|
|
|
1273
1273
|
.fill-teal-B30 {
|
|
1274
|
-
fill: mat.m2-get-color-from-palette(mat.$teal-palette, B30) !important;
|
|
1274
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B30) !important;
|
|
1275
1275
|
}
|
|
1276
1276
|
|
|
1277
1277
|
.fill-green-B30 {
|
|
1278
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
|
|
1278
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B30) !important;
|
|
1279
1279
|
}
|
|
1280
1280
|
|
|
1281
1281
|
.fill-light-green-B30 {
|
|
1282
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B30) !important;
|
|
1282
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B30) !important;
|
|
1283
1283
|
}
|
|
1284
1284
|
|
|
1285
1285
|
.fill-lime-B30 {
|
|
1286
|
-
fill: mat.m2-get-color-from-palette(mat.$lime-palette, B30) !important;
|
|
1286
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B30) !important;
|
|
1287
1287
|
}
|
|
1288
1288
|
|
|
1289
1289
|
.fill-yellow-B30 {
|
|
1290
|
-
fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B30) !important;
|
|
1290
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B30) !important;
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
1293
|
.fill-amber-B30 {
|
|
1294
|
-
fill: mat.m2-get-color-from-palette(mat.$amber-palette, B30) !important;
|
|
1294
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B30) !important;
|
|
1295
1295
|
}
|
|
1296
1296
|
|
|
1297
1297
|
.fill-orange-B30 {
|
|
1298
|
-
fill: mat.m2-get-color-from-palette(mat.$orange-palette, B30) !important;
|
|
1298
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B30) !important;
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
1301
|
.fill-deep-orange-B30 {
|
|
1302
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B30) !important;
|
|
1302
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B30) !important;
|
|
1303
1303
|
}
|
|
1304
1304
|
|
|
1305
1305
|
.fill-brown-B30 {
|
|
1306
|
-
fill: mat.m2-get-color-from-palette(mat.$brown-palette, B30) !important;
|
|
1306
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B30) !important;
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
1309
|
.fill-grey-B30 {
|
|
1310
|
-
fill: mat.m2-get-color-from-palette(mat.$grey-palette, B30) !important;
|
|
1310
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B30) !important;
|
|
1311
1311
|
}
|
|
1312
1312
|
|
|
1313
1313
|
.fill-blue-grey-B30 {
|
|
1314
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B30) !important;
|
|
1314
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B30) !important;
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
1317
|
// B15
|
|
1318
1318
|
.fill-red-B15 {
|
|
1319
|
-
fill: mat.m2-get-color-from-palette(mat.$red-palette, B15) !important;
|
|
1319
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-red-palette, B15) !important;
|
|
1320
1320
|
}
|
|
1321
1321
|
|
|
1322
1322
|
.fill-pink-B15 {
|
|
1323
|
-
fill: mat.m2-get-color-from-palette(mat.$pink-palette, B15) !important;
|
|
1323
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-pink-palette, B15) !important;
|
|
1324
1324
|
}
|
|
1325
1325
|
|
|
1326
1326
|
.fill-purple-B15 {
|
|
1327
|
-
fill: mat.m2-get-color-from-palette(mat.$purple-palette, B15) !important;
|
|
1327
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-purple-palette, B15) !important;
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
1330
|
.fill-deep-purple-B15 {
|
|
1331
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-purple-palette, B15) !important;
|
|
1331
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-purple-palette, B15) !important;
|
|
1332
1332
|
}
|
|
1333
1333
|
|
|
1334
1334
|
.fill-indigo-B15 {
|
|
1335
|
-
fill: mat.m2-get-color-from-palette(mat.$indigo-palette, B15) !important;
|
|
1335
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-indigo-palette, B15) !important;
|
|
1336
1336
|
}
|
|
1337
1337
|
|
|
1338
1338
|
.fill-blue-B15 {
|
|
1339
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
|
|
1339
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B15) !important;
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
1342
|
.fill-light-blue-B15 {
|
|
1343
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-palette, B15) !important;
|
|
1343
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-palette, B15) !important;
|
|
1344
1344
|
}
|
|
1345
1345
|
|
|
1346
1346
|
.fill-cyan-B15 {
|
|
1347
|
-
fill: mat.m2-get-color-from-palette(mat.$cyan-palette, B15) !important;
|
|
1347
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-cyan-palette, B15) !important;
|
|
1348
1348
|
}
|
|
1349
1349
|
|
|
1350
1350
|
.fill-teal-B15 {
|
|
1351
|
-
fill: mat.m2-get-color-from-palette(mat.$teal-palette, B15) !important;
|
|
1351
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-teal-palette, B15) !important;
|
|
1352
1352
|
}
|
|
1353
1353
|
|
|
1354
1354
|
.fill-green-B15 {
|
|
1355
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
|
|
1355
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B15) !important;
|
|
1356
1356
|
}
|
|
1357
1357
|
|
|
1358
1358
|
.fill-light-green-B15 {
|
|
1359
|
-
fill: mat.m2-get-color-from-palette(mat.$green-palette, B15) !important;
|
|
1359
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-green-palette, B15) !important;
|
|
1360
1360
|
}
|
|
1361
1361
|
|
|
1362
1362
|
.fill-lime-B15 {
|
|
1363
|
-
fill: mat.m2-get-color-from-palette(mat.$lime-palette, B15) !important;
|
|
1363
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-lime-palette, B15) !important;
|
|
1364
1364
|
}
|
|
1365
1365
|
|
|
1366
1366
|
.fill-yellow-B15 {
|
|
1367
|
-
fill: mat.m2-get-color-from-palette(mat.$yellow-palette, B15) !important;
|
|
1367
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-yellow-palette, B15) !important;
|
|
1368
1368
|
}
|
|
1369
1369
|
|
|
1370
1370
|
.fill-amber-B15 {
|
|
1371
|
-
fill: mat.m2-get-color-from-palette(mat.$amber-palette, B15) !important;
|
|
1371
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-amber-palette, B15) !important;
|
|
1372
1372
|
}
|
|
1373
1373
|
|
|
1374
1374
|
.fill-orange-B15 {
|
|
1375
|
-
fill: mat.m2-get-color-from-palette(mat.$orange-palette, B15) !important;
|
|
1375
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-orange-palette, B15) !important;
|
|
1376
1376
|
}
|
|
1377
1377
|
|
|
1378
1378
|
.fill-deep-orange-B15 {
|
|
1379
|
-
fill: mat.m2-get-color-from-palette(mat.$deep-orange-palette, B15) !important;
|
|
1379
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-deep-orange-palette, B15) !important;
|
|
1380
1380
|
}
|
|
1381
1381
|
|
|
1382
1382
|
.fill-brown-B15 {
|
|
1383
|
-
fill: mat.m2-get-color-from-palette(mat.$brown-palette, B15) !important;
|
|
1383
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-brown-palette, B15) !important;
|
|
1384
1384
|
}
|
|
1385
1385
|
|
|
1386
1386
|
.fill-grey-B15 {
|
|
1387
|
-
fill: mat.m2-get-color-from-palette(mat.$grey-palette, B15) !important;
|
|
1387
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-grey-palette, B15) !important;
|
|
1388
1388
|
}
|
|
1389
1389
|
|
|
1390
1390
|
.fill-blue-grey-B15 {
|
|
1391
|
-
fill: mat.m2-get-color-from-palette(mat.$blue-grey-palette, B15) !important;
|
|
1391
|
+
fill: mat.m2-get-color-from-palette(mat.$m2-blue-grey-palette, B15) !important;
|
|
1392
1392
|
}
|
|
1393
1393
|
}
|