@patternfly/patternfly 4.192.6 → 4.194.1
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/base/_chart-globals.scss +131 -0
- package/components/Chip/chip.css +1 -0
- package/components/Chip/chip.scss +1 -0
- package/components/ChipGroup/chip-group.css +4 -0
- package/components/ChipGroup/chip-group.scss +4 -0
- package/components/Label/label.css +5 -3
- package/components/Label/label.scss +3 -1
- package/components/Spinner/spinner.css +12 -12
- package/components/Spinner/spinner.scss +12 -12
- package/docs/components/Label/examples/Label.md +13 -1
- package/docs/components/LabelGroup/examples/LabelGroup.md +52 -5
- package/docs/demos/Card/examples/Card.md +4 -1
- package/docs/demos/Dashboard/examples/Dashboard.md +4 -1
- package/package.json +1 -1
- package/patternfly-charts-theme-dark.css +65 -0
- package/patternfly-charts-theme-dark.scss +8 -0
- package/patternfly-charts.css +109 -0
- package/patternfly-charts.scss +131 -0
- package/patternfly-no-reset.css +22 -15
- package/patternfly.css +22 -15
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/themes/dark/_chart-globals.scss +39 -0
- package/themes/dark/_patternfly-charts-theme-dark.scss +93 -0
package/patternfly-charts.css
CHANGED
|
@@ -128,14 +128,28 @@
|
|
|
128
128
|
--pf-chart-bullet--group-title--divider--stroke--Color: #f0f0f0;
|
|
129
129
|
--pf-chart-bullet--group-title--divider--stroke--Width: 2;
|
|
130
130
|
--pf-chart-bullet--Height: 140;
|
|
131
|
+
--pf-chart-bullet--label--title--Fill: #151515;
|
|
132
|
+
--pf-chart-bullet--label--grouptitle--Fill: #151515;
|
|
131
133
|
--pf-chart-bullet--label--subtitle--Fill: #b8bbbe;
|
|
132
134
|
--pf-chart-bullet--primary-measure--dot--size: 6;
|
|
133
135
|
--pf-chart-bullet--primary-measure--segmented--Width: 9;
|
|
136
|
+
--pf-chart-bullet--negative-measure--ColorScale--100: #c9190b;
|
|
137
|
+
--pf-chart-bullet--negative-measure--ColorScale--200: #a30000;
|
|
138
|
+
--pf-chart-bullet--negative-measure--ColorScale--300: #7d1007;
|
|
139
|
+
--pf-chart-bullet--negative-measure--ColorScale--400: #470000;
|
|
140
|
+
--pf-chart-bullet--negative-measure--ColorScale--500: #2c0000;
|
|
134
141
|
--pf-chart-bullet--qualitative-range--Width: 30;
|
|
142
|
+
--pf-chart-bullet--qualitative-range--ColorScale--100: #f0f0f0;
|
|
143
|
+
--pf-chart-bullet--qualitative-range--ColorScale--200: #d2d2d2;
|
|
144
|
+
--pf-chart-bullet--qualitative-range--ColorScale--300: #b8bbbe;
|
|
145
|
+
--pf-chart-bullet--qualitative-range--ColorScale--400: #8a8d90;
|
|
146
|
+
--pf-chart-bullet--qualitative-range--ColorScale--500: #6a6e73;
|
|
135
147
|
--pf-chart-candelstick--data--stroke--Width: 1;
|
|
136
148
|
--pf-chart-candelstick--data--stroke--Color: #151515;
|
|
137
149
|
--pf-chart-candelstick--candle--positive--Color: #fff;
|
|
138
150
|
--pf-chart-candelstick--candle--negative--Color: #151515;
|
|
151
|
+
--pf-chart-container--cursor--line--Fill: #151515;
|
|
152
|
+
--pf-chart-donut--label--title--Fill: #151515;
|
|
139
153
|
--pf-chart-donut--label--subtitle--Fill: #b8bbbe;
|
|
140
154
|
--pf-chart-donut--label--subtitle--position: center;
|
|
141
155
|
--pf-chart-donut--pie--Height: 230;
|
|
@@ -213,4 +227,99 @@
|
|
|
213
227
|
--pf-chart-voronoi--flyout--stroke--Color: #151515;
|
|
214
228
|
--pf-chart-voronoi--flyout--stroke--Fill: #151515;
|
|
215
229
|
--pf-chart-voronoi--flyout--PointerEvents: none;
|
|
230
|
+
--pf-chart-theme--blue--ColorScale--100: #06c;
|
|
231
|
+
--pf-chart-theme--blue--ColorScale--200: #8bc1f7;
|
|
232
|
+
--pf-chart-theme--blue--ColorScale--300: #002f5d;
|
|
233
|
+
--pf-chart-theme--blue--ColorScale--400: #519de9;
|
|
234
|
+
--pf-chart-theme--blue--ColorScale--500: #004b95;
|
|
235
|
+
--pf-chart-theme--cyan--ColorScale--100: #009596;
|
|
236
|
+
--pf-chart-theme--cyan--ColorScale--200: #a2d9d9;
|
|
237
|
+
--pf-chart-theme--cyan--ColorScale--300: #003737;
|
|
238
|
+
--pf-chart-theme--cyan--ColorScale--400: #73c5c5;
|
|
239
|
+
--pf-chart-theme--cyan--ColorScale--500: #005f60;
|
|
240
|
+
--pf-chart-theme--gold--ColorScale--100: #f4c145;
|
|
241
|
+
--pf-chart-theme--gold--ColorScale--200: #f9e0a2;
|
|
242
|
+
--pf-chart-theme--gold--ColorScale--300: #c58c00;
|
|
243
|
+
--pf-chart-theme--gold--ColorScale--400: #f6d173;
|
|
244
|
+
--pf-chart-theme--gold--ColorScale--500: #f0ab00;
|
|
245
|
+
--pf-chart-theme--gray--ColorScale--100: #b8bbbe;
|
|
246
|
+
--pf-chart-theme--gray--ColorScale--200: #f0f0f0;
|
|
247
|
+
--pf-chart-theme--gray--ColorScale--300: #6a6e73;
|
|
248
|
+
--pf-chart-theme--gray--ColorScale--400: #d2d2d2;
|
|
249
|
+
--pf-chart-theme--gray--ColorScale--500: #8a8d90;
|
|
250
|
+
--pf-chart-theme--green--ColorScale--100: #4cb140;
|
|
251
|
+
--pf-chart-theme--green--ColorScale--200: #bde2b9;
|
|
252
|
+
--pf-chart-theme--green--ColorScale--300: #23511e;
|
|
253
|
+
--pf-chart-theme--green--ColorScale--400: #7cc674;
|
|
254
|
+
--pf-chart-theme--green--ColorScale--500: #38812f;
|
|
255
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--100: #06c;
|
|
256
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--200: #4cb140;
|
|
257
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--300: #009596;
|
|
258
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--400: #f4c145;
|
|
259
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--500: #ec7a08;
|
|
260
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--600: #8bc1f7;
|
|
261
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--700: #23511e;
|
|
262
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--800: #a2d9d9;
|
|
263
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--900: #f9e0a2;
|
|
264
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1000: #8f4700;
|
|
265
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1100: #002f5d;
|
|
266
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1200: #bde2b9;
|
|
267
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1300: #003737;
|
|
268
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1400: #c58c00;
|
|
269
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1500: #f4b678;
|
|
270
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1600: #519de9;
|
|
271
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1700: #38812f;
|
|
272
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1800: #73c5c5;
|
|
273
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1900: #f6d173;
|
|
274
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2000: #c46100;
|
|
275
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2100: #004b95;
|
|
276
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2200: #7cc674;
|
|
277
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2300: #005f60;
|
|
278
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2400: #f0ab00;
|
|
279
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2500: #ef9234;
|
|
280
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--100: #06c;
|
|
281
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--200: #f4c145;
|
|
282
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--300: #4cb140;
|
|
283
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--400: #5752d1;
|
|
284
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--500: #ec7a08;
|
|
285
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--600: #009596;
|
|
286
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--700: #b8bbbe;
|
|
287
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--800: #8bc1f7;
|
|
288
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--900: #c58c00;
|
|
289
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1000: #bde2b9;
|
|
290
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1100: #2a265f;
|
|
291
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1200: #f4b678;
|
|
292
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1300: #003737;
|
|
293
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1400: #f0f0f0;
|
|
294
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1500: #002f5d;
|
|
295
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1600: #f9e0a2;
|
|
296
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1700: #23511e;
|
|
297
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1800: #b2b0ea;
|
|
298
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1900: #8f4700;
|
|
299
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2000: #a2d9d9;
|
|
300
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2100: #6a6e73;
|
|
301
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2200: #519de9;
|
|
302
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2300: #f0ab00;
|
|
303
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2400: #7cc674;
|
|
304
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2500: #3c3d99;
|
|
305
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2600: #ef9234;
|
|
306
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2700: #005f60;
|
|
307
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2800: #d2d2d2;
|
|
308
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2900: #004b95;
|
|
309
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3000: #f6d173;
|
|
310
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3100: #38812f;
|
|
311
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3200: #8481dd;
|
|
312
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3300: #c46100;
|
|
313
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3400: #73c5c5;
|
|
314
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3500: #8a8d90;
|
|
315
|
+
--pf-chart-theme--orange--ColorScale--100: #ec7a08;
|
|
316
|
+
--pf-chart-theme--orange--ColorScale--200: #f4b678;
|
|
317
|
+
--pf-chart-theme--orange--ColorScale--300: #8f4700;
|
|
318
|
+
--pf-chart-theme--orange--ColorScale--400: #ef9234;
|
|
319
|
+
--pf-chart-theme--orange--ColorScale--500: #c46100;
|
|
320
|
+
--pf-chart-theme--purple--ColorScale--100: #5752d1;
|
|
321
|
+
--pf-chart-theme--purple--ColorScale--200: #b2b0ea;
|
|
322
|
+
--pf-chart-theme--purple--ColorScale--300: #2a265f;
|
|
323
|
+
--pf-chart-theme--purple--ColorScale--400: #8481dd;
|
|
324
|
+
--pf-chart-theme--purple--ColorScale--500: #3c3d99;
|
|
216
325
|
}
|
package/patternfly-charts.scss
CHANGED
|
@@ -176,10 +176,22 @@
|
|
|
176
176
|
--pf-chart-bullet--group-title--divider--stroke--Color: #{$pf-chart-bullet--group-title--divider--stroke--Color};
|
|
177
177
|
--pf-chart-bullet--group-title--divider--stroke--Width: #{$pf-chart-bullet--group-title--divider--stroke--Width};
|
|
178
178
|
--pf-chart-bullet--Height: #{$pf-chart-bullet--Height};
|
|
179
|
+
--pf-chart-bullet--label--title--Fill: #{$pf-chart-bullet--label--title--Fill};
|
|
180
|
+
--pf-chart-bullet--label--grouptitle--Fill: #{$pf-chart-bullet--label--grouptitle--Fill};
|
|
179
181
|
--pf-chart-bullet--label--subtitle--Fill: #{$pf-chart-bullet--label--subtitle--Fill};
|
|
180
182
|
--pf-chart-bullet--primary-measure--dot--size: #{$pf-chart-bullet--primary-measure--dot--size};
|
|
181
183
|
--pf-chart-bullet--primary-measure--segmented--Width: #{$pf-chart-bullet--primary-measure--segmented--Width};
|
|
184
|
+
--pf-chart-bullet--negative-measure--ColorScale--100: #{$pf-chart-color-red-100};
|
|
185
|
+
--pf-chart-bullet--negative-measure--ColorScale--200: #{$pf-chart-color-red-200};
|
|
186
|
+
--pf-chart-bullet--negative-measure--ColorScale--300: #{$pf-chart-color-red-300};
|
|
187
|
+
--pf-chart-bullet--negative-measure--ColorScale--400: #{$pf-chart-color-red-400};
|
|
188
|
+
--pf-chart-bullet--negative-measure--ColorScale--500: #{$pf-chart-color-red-500};
|
|
182
189
|
--pf-chart-bullet--qualitative-range--Width: #{$pf-chart-bullet--qualitative-range--Width};
|
|
190
|
+
--pf-chart-bullet--qualitative-range--ColorScale--100: #{$pf-chart-color-black-100};
|
|
191
|
+
--pf-chart-bullet--qualitative-range--ColorScale--200: #{$pf-chart-color-black-200};
|
|
192
|
+
--pf-chart-bullet--qualitative-range--ColorScale--300: #{$pf-chart-color-black-300};
|
|
193
|
+
--pf-chart-bullet--qualitative-range--ColorScale--400: #{$pf-chart-color-black-400};
|
|
194
|
+
--pf-chart-bullet--qualitative-range--ColorScale--500: #{$pf-chart-color-black-500};
|
|
183
195
|
|
|
184
196
|
// Candlestick
|
|
185
197
|
--pf-chart-candelstick--data--stroke--Width: #{$pf-chart-candelstick--data--stroke--Width};
|
|
@@ -187,7 +199,11 @@
|
|
|
187
199
|
--pf-chart-candelstick--candle--positive--Color: #{$pf-chart-candelstick--candle--positive--Color};
|
|
188
200
|
--pf-chart-candelstick--candle--negative--Color: #{$pf-chart-candelstick--candle--negative--Color};
|
|
189
201
|
|
|
202
|
+
// Container
|
|
203
|
+
--pf-chart-container--cursor--line--Fill: #{$pf-chart-container--cursor--line--Fill};
|
|
204
|
+
|
|
190
205
|
// Simple Donut Chart
|
|
206
|
+
--pf-chart-donut--label--title--Fill: #{$pf-chart-donut--label--title--Fill};
|
|
191
207
|
--pf-chart-donut--label--subtitle--Fill: #{$pf-chart-donut--label--subtitle--Fill};
|
|
192
208
|
--pf-chart-donut--label--subtitle--position: #{$pf-chart-donut--label--subtitle--position};
|
|
193
209
|
--pf-chart-donut--pie--Height: #{$pf-chart-donut--pie--Height};
|
|
@@ -287,4 +303,119 @@
|
|
|
287
303
|
--pf-chart-voronoi--flyout--stroke--Color: #{$pf-chart-voronoi--flyout--stroke--Color};
|
|
288
304
|
--pf-chart-voronoi--flyout--stroke--Fill: #{$pf-chart-voronoi--flyout--stroke--Fill};
|
|
289
305
|
--pf-chart-voronoi--flyout--PointerEvents: #{$pf-chart-voronoi--flyout--PointerEvents};
|
|
306
|
+
|
|
307
|
+
// Theme color scales
|
|
308
|
+
|
|
309
|
+
// blue
|
|
310
|
+
--pf-chart-theme--blue--ColorScale--100: #{$pf-chart-theme--blue--ColorScale--100};
|
|
311
|
+
--pf-chart-theme--blue--ColorScale--200: #{$pf-chart-theme--blue--ColorScale--200};
|
|
312
|
+
--pf-chart-theme--blue--ColorScale--300: #{$pf-chart-theme--blue--ColorScale--300};
|
|
313
|
+
--pf-chart-theme--blue--ColorScale--400: #{$pf-chart-theme--blue--ColorScale--400};
|
|
314
|
+
--pf-chart-theme--blue--ColorScale--500: #{$pf-chart-theme--blue--ColorScale--500};
|
|
315
|
+
|
|
316
|
+
// cyan
|
|
317
|
+
--pf-chart-theme--cyan--ColorScale--100: #{$pf-chart-theme--cyan--ColorScale--100};
|
|
318
|
+
--pf-chart-theme--cyan--ColorScale--200: #{$pf-chart-theme--cyan--ColorScale--200};
|
|
319
|
+
--pf-chart-theme--cyan--ColorScale--300: #{$pf-chart-theme--cyan--ColorScale--300};
|
|
320
|
+
--pf-chart-theme--cyan--ColorScale--400: #{$pf-chart-theme--cyan--ColorScale--400};
|
|
321
|
+
--pf-chart-theme--cyan--ColorScale--500: #{$pf-chart-theme--cyan--ColorScale--500};
|
|
322
|
+
|
|
323
|
+
// gold
|
|
324
|
+
--pf-chart-theme--gold--ColorScale--100: #{$pf-chart-theme--gold--ColorScale--100};
|
|
325
|
+
--pf-chart-theme--gold--ColorScale--200: #{$pf-chart-theme--gold--ColorScale--200};
|
|
326
|
+
--pf-chart-theme--gold--ColorScale--300: #{$pf-chart-theme--gold--ColorScale--300};
|
|
327
|
+
--pf-chart-theme--gold--ColorScale--400: #{$pf-chart-theme--gold--ColorScale--400};
|
|
328
|
+
--pf-chart-theme--gold--ColorScale--500: #{$pf-chart-theme--gold--ColorScale--500};
|
|
329
|
+
|
|
330
|
+
// gray
|
|
331
|
+
--pf-chart-theme--gray--ColorScale--100: #{$pf-chart-theme--gray--ColorScale--100};
|
|
332
|
+
--pf-chart-theme--gray--ColorScale--200: #{$pf-chart-theme--gray--ColorScale--200};
|
|
333
|
+
--pf-chart-theme--gray--ColorScale--300: #{$pf-chart-theme--gray--ColorScale--300};
|
|
334
|
+
--pf-chart-theme--gray--ColorScale--400: #{$pf-chart-theme--gray--ColorScale--400};
|
|
335
|
+
--pf-chart-theme--gray--ColorScale--500: #{$pf-chart-theme--gray--ColorScale--500};
|
|
336
|
+
|
|
337
|
+
// green
|
|
338
|
+
--pf-chart-theme--green--ColorScale--100: #{$pf-chart-theme--green--ColorScale--100};
|
|
339
|
+
--pf-chart-theme--green--ColorScale--200: #{$pf-chart-theme--green--ColorScale--200};
|
|
340
|
+
--pf-chart-theme--green--ColorScale--300: #{$pf-chart-theme--green--ColorScale--300};
|
|
341
|
+
--pf-chart-theme--green--ColorScale--400: #{$pf-chart-theme--green--ColorScale--400};
|
|
342
|
+
--pf-chart-theme--green--ColorScale--500: #{$pf-chart-theme--green--ColorScale--500};
|
|
343
|
+
|
|
344
|
+
// multi ordered
|
|
345
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--100: #{$pf-chart-theme--multi-color-ordered--ColorScale--100};
|
|
346
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--200: #{$pf-chart-theme--multi-color-ordered--ColorScale--200};
|
|
347
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--300: #{$pf-chart-theme--multi-color-ordered--ColorScale--300};
|
|
348
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--400: #{$pf-chart-theme--multi-color-ordered--ColorScale--400};
|
|
349
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--500: #{$pf-chart-theme--multi-color-ordered--ColorScale--500};
|
|
350
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--600: #{$pf-chart-theme--multi-color-ordered--ColorScale--600};
|
|
351
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--700: #{$pf-chart-theme--multi-color-ordered--ColorScale--700};
|
|
352
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--800: #{$pf-chart-theme--multi-color-ordered--ColorScale--800};
|
|
353
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--900: #{$pf-chart-theme--multi-color-ordered--ColorScale--900};
|
|
354
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1000: #{$pf-chart-theme--multi-color-ordered--ColorScale--1000};
|
|
355
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1100: #{$pf-chart-theme--multi-color-ordered--ColorScale--1100};
|
|
356
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1200: #{$pf-chart-theme--multi-color-ordered--ColorScale--1200};
|
|
357
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1300: #{$pf-chart-theme--multi-color-ordered--ColorScale--1300};
|
|
358
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1400: #{$pf-chart-theme--multi-color-ordered--ColorScale--1400};
|
|
359
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1500: #{$pf-chart-theme--multi-color-ordered--ColorScale--1500};
|
|
360
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1600: #{$pf-chart-theme--multi-color-ordered--ColorScale--1600};
|
|
361
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1700: #{$pf-chart-theme--multi-color-ordered--ColorScale--1700};
|
|
362
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1800: #{$pf-chart-theme--multi-color-ordered--ColorScale--1800};
|
|
363
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--1900: #{$pf-chart-theme--multi-color-ordered--ColorScale--1900};
|
|
364
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2000: #{$pf-chart-theme--multi-color-ordered--ColorScale--2000};
|
|
365
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2100: #{$pf-chart-theme--multi-color-ordered--ColorScale--2100};
|
|
366
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2200: #{$pf-chart-theme--multi-color-ordered--ColorScale--2200};
|
|
367
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2300: #{$pf-chart-theme--multi-color-ordered--ColorScale--2300};
|
|
368
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2400: #{$pf-chart-theme--multi-color-ordered--ColorScale--2400};
|
|
369
|
+
--pf-chart-theme--multi-color-ordered--ColorScale--2500: #{$pf-chart-theme--multi-color-ordered--ColorScale--2500};
|
|
370
|
+
|
|
371
|
+
// multi unordered
|
|
372
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--100: #{$pf-chart-theme--multi-color-unordered--ColorScale--100};
|
|
373
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--200: #{$pf-chart-theme--multi-color-unordered--ColorScale--200};
|
|
374
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--300: #{$pf-chart-theme--multi-color-unordered--ColorScale--300};
|
|
375
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--400: #{$pf-chart-theme--multi-color-unordered--ColorScale--400};
|
|
376
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--500: #{$pf-chart-theme--multi-color-unordered--ColorScale--500};
|
|
377
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--600: #{$pf-chart-theme--multi-color-unordered--ColorScale--600};
|
|
378
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--700: #{$pf-chart-theme--multi-color-unordered--ColorScale--700};
|
|
379
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--800: #{$pf-chart-theme--multi-color-unordered--ColorScale--800};
|
|
380
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--900: #{$pf-chart-theme--multi-color-unordered--ColorScale--900};
|
|
381
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1000: #{$pf-chart-theme--multi-color-unordered--ColorScale--1000};
|
|
382
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1100: #{$pf-chart-theme--multi-color-unordered--ColorScale--1100};
|
|
383
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1200: #{$pf-chart-theme--multi-color-unordered--ColorScale--1200};
|
|
384
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1300: #{$pf-chart-theme--multi-color-unordered--ColorScale--1300};
|
|
385
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1400: #{$pf-chart-theme--multi-color-unordered--ColorScale--1400};
|
|
386
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1500: #{$pf-chart-theme--multi-color-unordered--ColorScale--1500};
|
|
387
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1600: #{$pf-chart-theme--multi-color-unordered--ColorScale--1600};
|
|
388
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1700: #{$pf-chart-theme--multi-color-unordered--ColorScale--1700};
|
|
389
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1800: #{$pf-chart-theme--multi-color-unordered--ColorScale--1800};
|
|
390
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--1900: #{$pf-chart-theme--multi-color-unordered--ColorScale--1900};
|
|
391
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2000: #{$pf-chart-theme--multi-color-unordered--ColorScale--2000};
|
|
392
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2100: #{$pf-chart-theme--multi-color-unordered--ColorScale--2100};
|
|
393
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2200: #{$pf-chart-theme--multi-color-unordered--ColorScale--2200};
|
|
394
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2300: #{$pf-chart-theme--multi-color-unordered--ColorScale--2300};
|
|
395
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2400: #{$pf-chart-theme--multi-color-unordered--ColorScale--2400};
|
|
396
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2500: #{$pf-chart-theme--multi-color-unordered--ColorScale--2500};
|
|
397
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2600: #{$pf-chart-theme--multi-color-unordered--ColorScale--2600};
|
|
398
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2700: #{$pf-chart-theme--multi-color-unordered--ColorScale--2700};
|
|
399
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2800: #{$pf-chart-theme--multi-color-unordered--ColorScale--2800};
|
|
400
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--2900: #{$pf-chart-theme--multi-color-unordered--ColorScale--2900};
|
|
401
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3000: #{$pf-chart-theme--multi-color-unordered--ColorScale--3000};
|
|
402
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3100: #{$pf-chart-theme--multi-color-unordered--ColorScale--3100};
|
|
403
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3200: #{$pf-chart-theme--multi-color-unordered--ColorScale--3200};
|
|
404
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3300: #{$pf-chart-theme--multi-color-unordered--ColorScale--3300};
|
|
405
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3400: #{$pf-chart-theme--multi-color-unordered--ColorScale--3400};
|
|
406
|
+
--pf-chart-theme--multi-color-unordered--ColorScale--3500: #{$pf-chart-theme--multi-color-unordered--ColorScale--3500};
|
|
407
|
+
|
|
408
|
+
// orange
|
|
409
|
+
--pf-chart-theme--orange--ColorScale--100: #{$pf-chart-theme--orange--ColorScale--100};
|
|
410
|
+
--pf-chart-theme--orange--ColorScale--200: #{$pf-chart-theme--orange--ColorScale--200};
|
|
411
|
+
--pf-chart-theme--orange--ColorScale--300: #{$pf-chart-theme--orange--ColorScale--300};
|
|
412
|
+
--pf-chart-theme--orange--ColorScale--400: #{$pf-chart-theme--orange--ColorScale--400};
|
|
413
|
+
--pf-chart-theme--orange--ColorScale--500: #{$pf-chart-theme--orange--ColorScale--500};
|
|
414
|
+
|
|
415
|
+
// purple
|
|
416
|
+
--pf-chart-theme--purple--ColorScale--100: #{$pf-chart-theme--purple--ColorScale--100};
|
|
417
|
+
--pf-chart-theme--purple--ColorScale--200: #{$pf-chart-theme--purple--ColorScale--200};
|
|
418
|
+
--pf-chart-theme--purple--ColorScale--300: #{$pf-chart-theme--purple--ColorScale--300};
|
|
419
|
+
--pf-chart-theme--purple--ColorScale--400: #{$pf-chart-theme--purple--ColorScale--400};
|
|
420
|
+
--pf-chart-theme--purple--ColorScale--500: #{$pf-chart-theme--purple--ColorScale--500};
|
|
290
421
|
}
|
package/patternfly-no-reset.css
CHANGED
|
@@ -7994,6 +7994,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
7994
7994
|
position: relative;
|
|
7995
7995
|
display: inline-flex;
|
|
7996
7996
|
align-items: center;
|
|
7997
|
+
min-width: 0;
|
|
7997
7998
|
padding: var(--pf-c-chip--PaddingTop) var(--pf-c-chip--PaddingRight) var(--pf-c-chip--PaddingBottom) var(--pf-c-chip--PaddingLeft);
|
|
7998
7999
|
list-style: none;
|
|
7999
8000
|
background-color: var(--pf-c-chip--BackgroundColor);
|
|
@@ -8083,6 +8084,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8083
8084
|
flex: 1;
|
|
8084
8085
|
flex-wrap: wrap;
|
|
8085
8086
|
align-items: baseline;
|
|
8087
|
+
min-width: 0;
|
|
8086
8088
|
}
|
|
8087
8089
|
|
|
8088
8090
|
.pf-c-chip-group__list {
|
|
@@ -8095,10 +8097,13 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8095
8097
|
display: inline-flex;
|
|
8096
8098
|
flex-wrap: wrap;
|
|
8097
8099
|
align-items: center;
|
|
8100
|
+
min-width: 0;
|
|
8101
|
+
max-width: 100%;
|
|
8098
8102
|
}
|
|
8099
8103
|
|
|
8100
8104
|
.pf-c-chip-group__list-item {
|
|
8101
8105
|
display: inline-flex;
|
|
8106
|
+
min-width: 0;
|
|
8102
8107
|
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
8103
8108
|
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
8104
8109
|
}
|
|
@@ -15247,12 +15252,14 @@ label.pf-c-input-group__text {
|
|
|
15247
15252
|
--pf-c-label--m-editable__content--hover--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
|
|
15248
15253
|
--pf-c-label--m-editable__content--focus--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
|
|
15249
15254
|
}
|
|
15250
|
-
.pf-c-label.pf-m-overflow:hover,
|
|
15255
|
+
.pf-c-label.pf-m-overflow:hover,
|
|
15256
|
+
.pf-c-label.pf-m-add:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
|
|
15251
15257
|
.pf-c-label.pf-m-outline button.pf-c-label__content:hover {
|
|
15252
15258
|
--pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--hover--before--BorderWidth);
|
|
15253
15259
|
--pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--hover--before--BorderColor);
|
|
15254
15260
|
}
|
|
15255
|
-
.pf-c-label.pf-m-overflow:focus,
|
|
15261
|
+
.pf-c-label.pf-m-overflow:focus,
|
|
15262
|
+
.pf-c-label.pf-m-add:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
|
|
15256
15263
|
.pf-c-label.pf-m-outline button.pf-c-label__content:focus {
|
|
15257
15264
|
--pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--focus--before--BorderWidth);
|
|
15258
15265
|
--pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--focus--before--BorderColor);
|
|
@@ -15300,7 +15307,7 @@ label.pf-c-input-group__text {
|
|
|
15300
15307
|
margin-bottom: var(--pf-c-label__c-button--MarginBottom);
|
|
15301
15308
|
margin-left: var(--pf-c-label__c-button--MarginLeft);
|
|
15302
15309
|
}
|
|
15303
|
-
.pf-c-label.pf-m-overflow {
|
|
15310
|
+
.pf-c-label.pf-m-overflow, .pf-c-label.pf-m-add {
|
|
15304
15311
|
--pf-c-label__content--Color: var(--pf-c-label--m-overflow__content--Color);
|
|
15305
15312
|
--pf-c-label--BackgroundColor: var(--pf-c-label--m-overflow__content--BackgroundColor);
|
|
15306
15313
|
--pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-overflow__content--before--BorderWidth);
|
|
@@ -22834,10 +22841,10 @@ span.pf-c-spinner {
|
|
|
22834
22841
|
transform: rotate(0deg);
|
|
22835
22842
|
}
|
|
22836
22843
|
50% {
|
|
22837
|
-
transform: rotate(
|
|
22844
|
+
transform: rotate(540deg);
|
|
22838
22845
|
}
|
|
22839
22846
|
100% {
|
|
22840
|
-
transform: rotate(
|
|
22847
|
+
transform: rotate(1080deg);
|
|
22841
22848
|
}
|
|
22842
22849
|
}
|
|
22843
22850
|
.pf-c-spinner__clipper {
|
|
@@ -22850,10 +22857,10 @@ span.pf-c-spinner {
|
|
|
22850
22857
|
|
|
22851
22858
|
@keyframes pf-animation-spinner__clipper {
|
|
22852
22859
|
0% {
|
|
22853
|
-
transform: rotate(
|
|
22860
|
+
transform: rotate(90deg);
|
|
22854
22861
|
}
|
|
22855
22862
|
100% {
|
|
22856
|
-
transform: rotate(
|
|
22863
|
+
transform: rotate(360deg);
|
|
22857
22864
|
}
|
|
22858
22865
|
}
|
|
22859
22866
|
.pf-c-spinner__clipper::after {
|
|
@@ -22869,10 +22876,10 @@ span.pf-c-spinner {
|
|
|
22869
22876
|
|
|
22870
22877
|
@keyframes pf-animation-spinner__clipper-after {
|
|
22871
22878
|
0% {
|
|
22872
|
-
transform: rotate(
|
|
22879
|
+
transform: rotate(-180deg);
|
|
22873
22880
|
}
|
|
22874
22881
|
100% {
|
|
22875
|
-
transform: rotate(
|
|
22882
|
+
transform: rotate(90deg);
|
|
22876
22883
|
}
|
|
22877
22884
|
}
|
|
22878
22885
|
.pf-c-spinner__lead-ball {
|
|
@@ -22899,11 +22906,11 @@ span.pf-c-spinner {
|
|
|
22899
22906
|
0% {
|
|
22900
22907
|
transform: rotate(0deg);
|
|
22901
22908
|
}
|
|
22902
|
-
|
|
22903
|
-
transform: rotate(
|
|
22909
|
+
33% {
|
|
22910
|
+
transform: rotate(180deg);
|
|
22904
22911
|
}
|
|
22905
22912
|
100% {
|
|
22906
|
-
transform: rotate(
|
|
22913
|
+
transform: rotate(360deg);
|
|
22907
22914
|
}
|
|
22908
22915
|
}
|
|
22909
22916
|
.pf-c-spinner__tail-ball {
|
|
@@ -22930,11 +22937,11 @@ span.pf-c-spinner {
|
|
|
22930
22937
|
0% {
|
|
22931
22938
|
transform: rotate(0deg);
|
|
22932
22939
|
}
|
|
22933
|
-
|
|
22934
|
-
transform: rotate(
|
|
22940
|
+
66% {
|
|
22941
|
+
transform: rotate(180deg);
|
|
22935
22942
|
}
|
|
22936
22943
|
100% {
|
|
22937
|
-
transform: rotate(
|
|
22944
|
+
transform: rotate(360deg);
|
|
22938
22945
|
}
|
|
22939
22946
|
}
|
|
22940
22947
|
svg.pf-c-spinner {
|
package/patternfly.css
CHANGED
|
@@ -8121,6 +8121,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8121
8121
|
position: relative;
|
|
8122
8122
|
display: inline-flex;
|
|
8123
8123
|
align-items: center;
|
|
8124
|
+
min-width: 0;
|
|
8124
8125
|
padding: var(--pf-c-chip--PaddingTop) var(--pf-c-chip--PaddingRight) var(--pf-c-chip--PaddingBottom) var(--pf-c-chip--PaddingLeft);
|
|
8125
8126
|
list-style: none;
|
|
8126
8127
|
background-color: var(--pf-c-chip--BackgroundColor);
|
|
@@ -8210,6 +8211,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8210
8211
|
flex: 1;
|
|
8211
8212
|
flex-wrap: wrap;
|
|
8212
8213
|
align-items: baseline;
|
|
8214
|
+
min-width: 0;
|
|
8213
8215
|
}
|
|
8214
8216
|
|
|
8215
8217
|
.pf-c-chip-group__list {
|
|
@@ -8222,10 +8224,13 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8222
8224
|
display: inline-flex;
|
|
8223
8225
|
flex-wrap: wrap;
|
|
8224
8226
|
align-items: center;
|
|
8227
|
+
min-width: 0;
|
|
8228
|
+
max-width: 100%;
|
|
8225
8229
|
}
|
|
8226
8230
|
|
|
8227
8231
|
.pf-c-chip-group__list-item {
|
|
8228
8232
|
display: inline-flex;
|
|
8233
|
+
min-width: 0;
|
|
8229
8234
|
margin-right: var(--pf-c-chip-group__list-item--MarginRight);
|
|
8230
8235
|
margin-bottom: var(--pf-c-chip-group__list-item--MarginBottom);
|
|
8231
8236
|
}
|
|
@@ -15374,12 +15379,14 @@ label.pf-c-input-group__text {
|
|
|
15374
15379
|
--pf-c-label--m-editable__content--hover--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
|
|
15375
15380
|
--pf-c-label--m-editable__content--focus--before--BorderColor: var(--pf-c-label--m-outline__content--before--BorderColor);
|
|
15376
15381
|
}
|
|
15377
|
-
.pf-c-label.pf-m-overflow:hover,
|
|
15382
|
+
.pf-c-label.pf-m-overflow:hover,
|
|
15383
|
+
.pf-c-label.pf-m-add:hover, .pf-c-label.pf-m-outline a.pf-c-label__content:hover,
|
|
15378
15384
|
.pf-c-label.pf-m-outline button.pf-c-label__content:hover {
|
|
15379
15385
|
--pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--hover--before--BorderWidth);
|
|
15380
15386
|
--pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--hover--before--BorderColor);
|
|
15381
15387
|
}
|
|
15382
|
-
.pf-c-label.pf-m-overflow:focus,
|
|
15388
|
+
.pf-c-label.pf-m-overflow:focus,
|
|
15389
|
+
.pf-c-label.pf-m-add:focus, .pf-c-label.pf-m-outline a.pf-c-label__content:focus,
|
|
15383
15390
|
.pf-c-label.pf-m-outline button.pf-c-label__content:focus {
|
|
15384
15391
|
--pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-outline__content--link--focus--before--BorderWidth);
|
|
15385
15392
|
--pf-c-label__content--before--BorderColor: var(--pf-c-label--m-outline__content--link--focus--before--BorderColor);
|
|
@@ -15427,7 +15434,7 @@ label.pf-c-input-group__text {
|
|
|
15427
15434
|
margin-bottom: var(--pf-c-label__c-button--MarginBottom);
|
|
15428
15435
|
margin-left: var(--pf-c-label__c-button--MarginLeft);
|
|
15429
15436
|
}
|
|
15430
|
-
.pf-c-label.pf-m-overflow {
|
|
15437
|
+
.pf-c-label.pf-m-overflow, .pf-c-label.pf-m-add {
|
|
15431
15438
|
--pf-c-label__content--Color: var(--pf-c-label--m-overflow__content--Color);
|
|
15432
15439
|
--pf-c-label--BackgroundColor: var(--pf-c-label--m-overflow__content--BackgroundColor);
|
|
15433
15440
|
--pf-c-label__content--before--BorderWidth: var(--pf-c-label--m-overflow__content--before--BorderWidth);
|
|
@@ -22961,10 +22968,10 @@ span.pf-c-spinner {
|
|
|
22961
22968
|
transform: rotate(0deg);
|
|
22962
22969
|
}
|
|
22963
22970
|
50% {
|
|
22964
|
-
transform: rotate(
|
|
22971
|
+
transform: rotate(540deg);
|
|
22965
22972
|
}
|
|
22966
22973
|
100% {
|
|
22967
|
-
transform: rotate(
|
|
22974
|
+
transform: rotate(1080deg);
|
|
22968
22975
|
}
|
|
22969
22976
|
}
|
|
22970
22977
|
.pf-c-spinner__clipper {
|
|
@@ -22977,10 +22984,10 @@ span.pf-c-spinner {
|
|
|
22977
22984
|
|
|
22978
22985
|
@keyframes pf-animation-spinner__clipper {
|
|
22979
22986
|
0% {
|
|
22980
|
-
transform: rotate(
|
|
22987
|
+
transform: rotate(90deg);
|
|
22981
22988
|
}
|
|
22982
22989
|
100% {
|
|
22983
|
-
transform: rotate(
|
|
22990
|
+
transform: rotate(360deg);
|
|
22984
22991
|
}
|
|
22985
22992
|
}
|
|
22986
22993
|
.pf-c-spinner__clipper::after {
|
|
@@ -22996,10 +23003,10 @@ span.pf-c-spinner {
|
|
|
22996
23003
|
|
|
22997
23004
|
@keyframes pf-animation-spinner__clipper-after {
|
|
22998
23005
|
0% {
|
|
22999
|
-
transform: rotate(
|
|
23006
|
+
transform: rotate(-180deg);
|
|
23000
23007
|
}
|
|
23001
23008
|
100% {
|
|
23002
|
-
transform: rotate(
|
|
23009
|
+
transform: rotate(90deg);
|
|
23003
23010
|
}
|
|
23004
23011
|
}
|
|
23005
23012
|
.pf-c-spinner__lead-ball {
|
|
@@ -23026,11 +23033,11 @@ span.pf-c-spinner {
|
|
|
23026
23033
|
0% {
|
|
23027
23034
|
transform: rotate(0deg);
|
|
23028
23035
|
}
|
|
23029
|
-
|
|
23030
|
-
transform: rotate(
|
|
23036
|
+
33% {
|
|
23037
|
+
transform: rotate(180deg);
|
|
23031
23038
|
}
|
|
23032
23039
|
100% {
|
|
23033
|
-
transform: rotate(
|
|
23040
|
+
transform: rotate(360deg);
|
|
23034
23041
|
}
|
|
23035
23042
|
}
|
|
23036
23043
|
.pf-c-spinner__tail-ball {
|
|
@@ -23057,11 +23064,11 @@ span.pf-c-spinner {
|
|
|
23057
23064
|
0% {
|
|
23058
23065
|
transform: rotate(0deg);
|
|
23059
23066
|
}
|
|
23060
|
-
|
|
23061
|
-
transform: rotate(
|
|
23067
|
+
66% {
|
|
23068
|
+
transform: rotate(180deg);
|
|
23062
23069
|
}
|
|
23063
23070
|
100% {
|
|
23064
|
-
transform: rotate(
|
|
23071
|
+
transform: rotate(360deg);
|
|
23065
23072
|
}
|
|
23066
23073
|
}
|
|
23067
23074
|
svg.pf-c-spinner {
|