@patternfly/quickstarts 2.3.1 → 2.3.3

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.
@@ -57,6 +57,7 @@
57
57
  --pf-global--palette--light-green-500: #6ca100;
58
58
  --pf-global--palette--light-green-600: #486b00;
59
59
  --pf-global--palette--light-green-700: #253600;
60
+ --pf-global--palette--orange-50: #fff6ec;
60
61
  --pf-global--palette--orange-100: #f4b678;
61
62
  --pf-global--palette--orange-200: #ef9234;
62
63
  --pf-global--palette--orange-300: #ec7a08;
@@ -80,6 +81,7 @@
80
81
  --pf-global--palette--red-500: #2c0000;
81
82
  --pf-global--palette--white: #fff;
82
83
  --pf-global--BackgroundColor--100: #fff;
84
+ --pf-global--BackgroundColor--150: #fafafa;
83
85
  --pf-global--BackgroundColor--200: #f0f0f0;
84
86
  --pf-global--BackgroundColor--light-100: #fff;
85
87
  --pf-global--BackgroundColor--light-200: #fafafa;
@@ -169,6 +171,11 @@
169
171
  --pf-global--breakpoint--lg: 992px;
170
172
  --pf-global--breakpoint--xl: 1200px;
171
173
  --pf-global--breakpoint--2xl: 1450px;
174
+ --pf-global--height-breakpoint--sm: 0;
175
+ --pf-global--height-breakpoint--md: 40rem;
176
+ --pf-global--height-breakpoint--lg: 48rem;
177
+ --pf-global--height-breakpoint--xl: 60rem;
178
+ --pf-global--height-breakpoint--2xl: 80rem;
172
179
  --pf-global--link--Color: #06c;
173
180
  --pf-global--link--Color--hover: #004080;
174
181
  --pf-global--link--Color--light: #2b9af3;
@@ -198,6 +205,12 @@
198
205
  --pf-global--FontFamily--sans-serif: "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
199
206
  --pf-global--FontFamily--heading--sans-serif: "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
200
207
  --pf-global--FontFamily--monospace: "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
208
+ --pf-global--FontFamily--redhat-updated--sans-serif: "RedHatTextUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
209
+ --pf-global--FontFamily--redhat-updated--heading--sans-serif: "RedHatDisplayUpdated", "Overpass", overpass, helvetica, arial, sans-serif;
210
+ --pf-global--FontFamily--redhat--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
211
+ --pf-global--FontFamily--redhatVF--sans-serif: "RedHatTextVF", "RedHatText", "Overpass", overpass, helvetica, arial, sans-serif;
212
+ --pf-global--FontFamily--redhatVF--heading--sans-serif: "RedHatDisplayVF", "RedHatDisplay", "Overpass", overpass, helvetica, arial, sans-serif;
213
+ --pf-global--FontFamily--redhatVF--monospace: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
201
214
  --pf-global--FontFamily--overpass--sans-serif: "overpass", overpass, "open sans", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
202
215
  --pf-global--FontFamily--overpass--monospace: "overpass-mono", overpass-mono, "SFMono-Regular", menlo, monaco, consolas, "Liberation Mono", "Courier New", monospace;
203
216
  --pf-global--FontSize--4xl: 2.25rem;
@@ -223,14 +236,100 @@
223
236
  --pf-global--arrow--width: 0.9375rem;
224
237
  --pf-global--arrow--width-lg: 1.5625rem;
225
238
  --pf-global--target-size--MinWidth: 44px;
226
- --pf-global--target-size--MinHeight: 44px; }
239
+ --pf-global--target-size--MinHeight: 44px;
240
+ }
227
241
 
228
242
  .pf-m-overpass-font {
229
243
  --pf-global--FontFamily--sans-serif: var(--pf-global--FontFamily--overpass--sans-serif);
230
244
  --pf-global--FontFamily--heading--sans-serif: var(--pf-global--FontFamily--sans-serif);
231
245
  --pf-global--FontFamily--monospace: var(--pf-global--FontFamily--overpass--monospace);
232
246
  --pf-global--FontWeight--semi-bold: var(--pf-global--FontWeight--overpass--semi-bold);
233
- --pf-global--FontWeight--bold: var(--pf-global--FontWeight--overpass--bold); }
247
+ --pf-global--FontWeight--bold: var(--pf-global--FontWeight--overpass--bold);
248
+ }
249
+
250
+ :root:where(.pf-theme-dark) {
251
+ --pf-global--palette--black-50: #e0e0e0;
252
+ --pf-global--palette--black-100: #c6c7c8;
253
+ --pf-global--palette--black-200: #aaabac;
254
+ --pf-global--palette--black-300: #868789;
255
+ --pf-global--palette--black-400: #57585a;
256
+ --pf-global--palette--black-500: #444548;
257
+ --pf-global--palette--black-600: #36373a;
258
+ --pf-global--palette--black-700: #26292d;
259
+ --pf-global--palette--black-800: #1b1d21;
260
+ --pf-global--palette--black-900: #0f1214;
261
+ --pf-global--palette--red-9999: #fe5142;
262
+ --pf-global--palette--red-8888: #ff7468;
263
+ --pf-global--palette--blue-300: #1fa7f8;
264
+ --pf-global--BackgroundColor--100: #1b1d21;
265
+ --pf-global--BackgroundColor--150: #212427;
266
+ --pf-global--BackgroundColor--200: #0f1214;
267
+ --pf-global--BackgroundColor--300: #26292d;
268
+ --pf-global--BackgroundColor--400: #36373a;
269
+ --pf-global--BorderColor--100: #444548;
270
+ --pf-global--BorderColor--200: #444548;
271
+ --pf-global--BorderColor--300: #57585a;
272
+ --pf-global--BorderColor--400: #aaabac;
273
+ --pf-global--Color--100: #e0e0e0;
274
+ --pf-global--Color--200: #aaabac;
275
+ --pf-global--active-color--100: #1fa7f8;
276
+ --pf-global--primary-color--100: #1fa7f8;
277
+ --pf-global--primary-color--300: #06c;
278
+ --pf-global--success-color--100: #5ba352;
279
+ --pf-global--warning-color--100: #f0ab00;
280
+ --pf-global--warning-color--200: #f4c145;
281
+ --pf-global--danger-color--100: #fe5142;
282
+ --pf-global--danger-color--200: #ff7468;
283
+ --pf-global--link--Color: #1fa7f8;
284
+ --pf-global--link--Color--hover: #73bcf7;
285
+ --pf-global--link--Color--visited: #a18fff;
286
+ --pf-global--disabled-color--100: #57585a;
287
+ --pf-global--disabled-color--200: #444548;
288
+ --pf-global--disabled-color--300: #aaabac;
289
+ --pf-global--icon--Color--light: #aaabac;
290
+ --pf-global--icon--Color--dark: #aaabac;
291
+ --pf-global--Color--dark-100: #e0e0e0;
292
+ --pf-global--Color--dark-200: #aaabac;
293
+ --pf-global--Color--light-100: #e0e0e0;
294
+ --pf-global--Color--light-200: #aaabac;
295
+ --pf-global--Color--light-300: #3c3f42;
296
+ --pf-global--BorderColor--dark-100: #444548;
297
+ --pf-global--BorderColor--light-100: #444548;
298
+ --pf-global--primary-color--light-100: #1fa7f8;
299
+ --pf-global--primary-color--dark-100: #1fa7f8;
300
+ --pf-global--link--Color--light: #1fa7f8;
301
+ --pf-global--link--Color--light--hover: #73bcf7;
302
+ --pf-global--link--Color--dark: #1fa7f8;
303
+ --pf-global--link--Color--dark--hover: #73bcf7;
304
+ --pf-global--BackgroundColor--light-100: #1b1d21;
305
+ --pf-global--BackgroundColor--light-200: #0f1214;
306
+ --pf-global--BackgroundColor--light-300: #26292d;
307
+ --pf-global--BackgroundColor--dark-100: #1b1d21;
308
+ --pf-global--BackgroundColor--dark-200: #0f1214;
309
+ --pf-global--BackgroundColor--dark-300: #26292d;
310
+ --pf-global--BackgroundColor--dark-400: #36373a;
311
+ --pf-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.48), 0 0 0.125rem 0 rgba(3, 3, 3, 0.24);
312
+ --pf-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
313
+ --pf-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
314
+ --pf-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
315
+ --pf-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.64);
316
+ --pf-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.48), 0 0 0.25rem 0 rgba(3, 3, 3, 0.24);
317
+ --pf-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
318
+ --pf-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
319
+ --pf-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
320
+ --pf-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.72);
321
+ --pf-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.64), 0 0 0.375rem 0 rgba(3, 3, 3, 0.32);
322
+ --pf-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
323
+ --pf-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
324
+ --pf-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
325
+ --pf-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.72);
326
+ --pf-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.64), 0 0 0.5rem 0 rgba(3, 3, 3, 0.4);
327
+ --pf-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
328
+ --pf-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
329
+ --pf-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.8);
330
+ --pf-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.8);
331
+ --pf-global--BoxShadow--inset: inset 0 0 0.625rem 0 #030303;
332
+ }
234
333
 
235
334
  .pf-c-drawer {
236
335
  --pf-c-drawer__section--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -323,8 +422,8 @@
323
422
  --pf-c-drawer__splitter-handle--after--Height: 0.25rem;
324
423
  --pf-c-drawer__splitter--m-vertical__splitter-handle--after--Width: 0.25rem;
325
424
  --pf-c-drawer__splitter--m-vertical__splitter-handle--after--Height: 0.75rem;
326
- --pf-c-drawer__actions--MarginTop: calc(var(pf-global--spacer--form-element) * -1);
327
- --pf-c-drawer__actions--MarginRight: calc(var(pf-global--spacer--form-element) * -1);
425
+ --pf-c-drawer__actions--MarginTop: calc(var(--pf-global--spacer--form-element) * -1);
426
+ --pf-c-drawer__actions--MarginRight: calc(var(--pf-global--spacer--form-element) * -1);
328
427
  --pf-c-drawer__panel--BoxShadow: none;
329
428
  --pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-global--BoxShadow--lg-left);
330
429
  --pf-c-drawer--m-expanded--m-panel-left__panel--BoxShadow: var(--pf-global--BoxShadow--lg-right);
@@ -339,57 +438,76 @@
339
438
  display: flex;
340
439
  flex-direction: column;
341
440
  height: 100%;
342
- overflow-x: hidden; }
343
- @media screen and (min-width: 768px) {
344
- .pf-c-drawer {
345
- --pf-c-drawer--child--PaddingTop: var(--pf-c-drawer--child--md--PaddingTop);
346
- --pf-c-drawer--child--PaddingRight: var(--pf-c-drawer--child--md--PaddingRight);
347
- --pf-c-drawer--child--PaddingBottom: var(--pf-c-drawer--child--md--PaddingBottom);
348
- --pf-c-drawer--child--PaddingLeft: var(--pf-c-drawer--child--md--PaddingLeft);
349
- --pf-c-drawer--child--m-padding--PaddingTop: var(--pf-c-drawer--child--m-padding--md--PaddingTop);
350
- --pf-c-drawer--child--m-padding--PaddingRight: var(--pf-c-drawer--child--m-padding--md--PaddingRight);
351
- --pf-c-drawer--child--m-padding--PaddingBottom: var(--pf-c-drawer--child--m-padding--md--PaddingBottom);
352
- --pf-c-drawer--child--m-padding--PaddingLeft: var(--pf-c-drawer--child--m-padding--md--PaddingLeft); } }
353
- @media screen and (min-width: 1200px) {
354
- .pf-c-drawer {
355
- --pf-c-drawer__panel--MinWidth: var(--pf-c-drawer__panel--xl--MinWidth); }
356
- .pf-c-drawer.pf-m-panel-bottom {
357
- --pf-c-drawer__panel--MinWidth: auto;
358
- --pf-c-drawer__panel--MinHeight: var(--pf-c-drawer--m-panel-bottom__panel--xl--MinHeight); } }
359
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel, .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
360
- padding-left: var(--pf-c-drawer--m-inline__panel--PaddingLeft); }
361
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
362
- order: 0;
363
- margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
364
- transform: translateX(-100%); }
365
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__content {
366
- order: 1; }
367
- .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main {
368
- flex-direction: column; }
369
- .pf-c-drawer.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
370
- transform: translateX(-100%); }
371
- .pf-c-drawer.pf-m-expanded.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
372
- transform: translateX(0); }
373
- .pf-c-drawer.pf-m-expanded.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
374
- transform: translate(0, -100%); }
375
- .pf-c-drawer.pf-m-resizing {
376
- --pf-c-drawer__panel--TransitionProperty: none;
377
- pointer-events: none; }
378
- .pf-c-drawer.pf-m-resizing .pf-c-drawer__splitter {
379
- pointer-events: auto; }
441
+ overflow-x: hidden;
442
+ }
443
+ @media screen and (min-width: 768px) {
444
+ .pf-c-drawer {
445
+ --pf-c-drawer--child--PaddingTop: var(--pf-c-drawer--child--md--PaddingTop);
446
+ --pf-c-drawer--child--PaddingRight: var(--pf-c-drawer--child--md--PaddingRight);
447
+ --pf-c-drawer--child--PaddingBottom: var(--pf-c-drawer--child--md--PaddingBottom);
448
+ --pf-c-drawer--child--PaddingLeft: var(--pf-c-drawer--child--md--PaddingLeft);
449
+ --pf-c-drawer--child--m-padding--PaddingTop: var(--pf-c-drawer--child--m-padding--md--PaddingTop);
450
+ --pf-c-drawer--child--m-padding--PaddingRight: var(--pf-c-drawer--child--m-padding--md--PaddingRight);
451
+ --pf-c-drawer--child--m-padding--PaddingBottom: var(--pf-c-drawer--child--m-padding--md--PaddingBottom);
452
+ --pf-c-drawer--child--m-padding--PaddingLeft: var(--pf-c-drawer--child--m-padding--md--PaddingLeft);
453
+ }
454
+ }
455
+ @media screen and (min-width: 1200px) {
456
+ .pf-c-drawer {
457
+ --pf-c-drawer__panel--MinWidth: var(--pf-c-drawer__panel--xl--MinWidth);
458
+ }
459
+ .pf-c-drawer.pf-m-panel-bottom {
460
+ --pf-c-drawer__panel--MinWidth: auto;
461
+ --pf-c-drawer__panel--MinHeight: var(--pf-c-drawer--m-panel-bottom__panel--xl--MinHeight);
462
+ }
463
+ }
464
+ .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
465
+ padding-left: var(--pf-c-drawer--m-inline__panel--PaddingLeft);
466
+ }
467
+ .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
468
+ order: 0;
469
+ margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
470
+ transform: translateX(-100%);
471
+ }
472
+ .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__content {
473
+ order: 1;
474
+ }
475
+ .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main {
476
+ flex-direction: column;
477
+ }
478
+ .pf-c-drawer.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
479
+ transform: translateX(-100%);
480
+ }
481
+ .pf-c-drawer.pf-m-expanded.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
482
+ transform: translateX(0);
483
+ }
484
+ .pf-c-drawer.pf-m-expanded.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
485
+ transform: translate(0, -100%);
486
+ }
487
+ .pf-c-drawer.pf-m-resizing {
488
+ --pf-c-drawer__panel--TransitionProperty: none;
489
+ pointer-events: none;
490
+ }
491
+ .pf-c-drawer.pf-m-resizing .pf-c-drawer__splitter {
492
+ pointer-events: auto;
493
+ }
380
494
 
381
495
  .pf-c-drawer__section {
382
496
  flex-grow: 0;
383
- background-color: var(--pf-c-drawer__section--BackgroundColor); }
384
- .pf-c-drawer__section.pf-m-no-background {
385
- --pf-c-drawer__section--BackgroundColor: transparent; }
386
- .pf-c-drawer__section.pf-m-light-200 {
387
- --pf-c-drawer__section--BackgroundColor: var(--pf-c-drawer__section--m-light-200--BackgroundColor); }
497
+ background-color: var(--pf-c-drawer__section--BackgroundColor);
498
+ }
499
+ .pf-c-drawer__section.pf-m-no-background {
500
+ --pf-c-drawer__section--BackgroundColor: transparent;
501
+ }
502
+ .pf-c-drawer__section.pf-m-light-200 {
503
+ --pf-c-drawer__section--BackgroundColor: var(--pf-c-drawer__section--m-light-200--BackgroundColor);
504
+ }
388
505
 
389
506
  .pf-c-drawer__main {
390
507
  display: flex;
391
508
  flex: 1;
392
- overflow: hidden; }
509
+ overflow: hidden;
510
+ }
393
511
 
394
512
  .pf-c-drawer__content,
395
513
  .pf-c-drawer__panel,
@@ -397,19 +515,24 @@
397
515
  display: flex;
398
516
  flex-direction: column;
399
517
  flex-shrink: 0;
400
- overflow: auto; }
518
+ overflow: auto;
519
+ }
401
520
 
402
521
  .pf-c-drawer__content {
403
522
  z-index: var(--pf-c-drawer__content--ZIndex);
404
523
  flex-basis: var(--pf-c-drawer__content--FlexBasis);
405
524
  order: 0;
406
- background-color: var(--pf-c-drawer__content--BackgroundColor); }
407
- .pf-c-drawer__content.pf-m-no-background {
408
- --pf-c-drawer__content--BackgroundColor: transparent; }
409
- .pf-c-drawer__content.pf-m-light-200 {
410
- --pf-c-drawer__content--BackgroundColor: var(--pf-c-drawer__content--m-light-200--BackgroundColor); }
411
- .pf-c-drawer__content > .pf-c-drawer__body {
412
- padding: var(--pf-c-drawer__content--child--PaddingTop) var(--pf-c-drawer__content--child--PaddingRight) var(--pf-c-drawer__content--child--PaddingBottom) var(--pf-c-drawer__content--child--PaddingLeft); }
525
+ background-color: var(--pf-c-drawer__content--BackgroundColor);
526
+ }
527
+ .pf-c-drawer__content.pf-m-no-background {
528
+ --pf-c-drawer__content--BackgroundColor: transparent;
529
+ }
530
+ .pf-c-drawer__content.pf-m-light-200 {
531
+ --pf-c-drawer__content--BackgroundColor: var(--pf-c-drawer__content--m-light-200--BackgroundColor);
532
+ }
533
+ .pf-c-drawer__content > .pf-c-drawer__body {
534
+ padding: var(--pf-c-drawer__content--child--PaddingTop) var(--pf-c-drawer__content--child--PaddingRight) var(--pf-c-drawer__content--child--PaddingBottom) var(--pf-c-drawer__content--child--PaddingLeft);
535
+ }
413
536
 
414
537
  .pf-c-drawer__panel {
415
538
  position: relative;
@@ -422,50 +545,64 @@
422
545
  box-shadow: var(--pf-c-drawer__panel--BoxShadow);
423
546
  transition-duration: var(--pf-c-drawer__panel--TransitionDuration);
424
547
  transition-property: var(--pf-c-drawer__panel--TransitionProperty);
425
- -webkit-overflow-scrolling: touch; }
426
- .pf-c-drawer__panel::after {
427
- position: absolute;
428
- top: 0;
429
- left: 0;
430
- width: var(--pf-c-drawer__panel--after--Width);
431
- height: 100%;
432
- content: "";
433
- background-color: var(--pf-c-drawer__panel--after--BackgroundColor); }
434
- .pf-c-drawer__panel.pf-m-no-background {
435
- --pf-c-drawer__panel--BackgroundColor: transparent; }
436
- .pf-c-drawer__panel.pf-m-light-200 {
437
- --pf-c-drawer__panel--BackgroundColor: var(--pf-c-drawer__panel--m-light-200--BackgroundColor); }
438
- @media screen and (min-width: 768px) {
439
- .pf-c-drawer__panel {
440
- --pf-c-drawer__panel--FlexBasis:
548
+ -webkit-overflow-scrolling: touch;
549
+ }
550
+ .pf-c-drawer__panel::after {
551
+ position: absolute;
552
+ top: 0;
553
+ left: 0;
554
+ width: var(--pf-c-drawer__panel--after--Width);
555
+ height: 100%;
556
+ content: "";
557
+ background-color: var(--pf-c-drawer__panel--after--BackgroundColor);
558
+ }
559
+ .pf-c-drawer__panel.pf-m-no-background {
560
+ --pf-c-drawer__panel--BackgroundColor: transparent;
561
+ }
562
+ .pf-c-drawer__panel.pf-m-light-200 {
563
+ --pf-c-drawer__panel--BackgroundColor: var(--pf-c-drawer__panel--m-light-200--BackgroundColor);
564
+ }
565
+ @media screen and (min-width: 768px) {
566
+ .pf-c-drawer__panel {
567
+ --pf-c-drawer__panel--FlexBasis:
441
568
  max(
442
569
  var(--pf-c-drawer__panel--md--FlexBasis--min),
443
570
  min(var(--pf-c-drawer__panel--md--FlexBasis), var(--pf-c-drawer__panel--md--FlexBasis--max))
444
- ); } }
445
- @media screen and (min-width: 1200px) {
446
- .pf-c-drawer__panel {
447
- --pf-c-drawer__panel--md--FlexBasis: var(--pf-c-drawer__panel--xl--FlexBasis); }
448
- .pf-c-drawer.pf-m-panel-bottom .pf-c-drawer__panel {
449
- --pf-c-drawer__panel--md--FlexBasis: var(--pf-c-drawer--m-panel-bottom__panel--xl--FlexBasis); } }
571
+ );
572
+ }
573
+ }
574
+ @media screen and (min-width: 1200px) {
575
+ .pf-c-drawer__panel {
576
+ --pf-c-drawer__panel--md--FlexBasis: var(--pf-c-drawer__panel--xl--FlexBasis);
577
+ }
578
+ .pf-c-drawer.pf-m-panel-bottom .pf-c-drawer__panel {
579
+ --pf-c-drawer__panel--md--FlexBasis: var(--pf-c-drawer--m-panel-bottom__panel--xl--FlexBasis);
580
+ }
581
+ }
450
582
 
451
583
  .pf-c-drawer__panel-main {
452
- flex-grow: 1; }
584
+ flex-grow: 1;
585
+ }
453
586
 
454
587
  @keyframes pf-remove-tab-focus {
455
588
  to {
456
- visibility: hidden; } }
457
-
589
+ visibility: hidden;
590
+ }
591
+ }
458
592
  .pf-c-drawer__panel[hidden] {
459
593
  animation-name: pf-remove-tab-focus;
460
594
  animation-delay: var(--pf-c-drawer__panel--TransitionDuration);
461
- animation-fill-mode: forwards; }
595
+ animation-fill-mode: forwards;
596
+ }
462
597
 
463
598
  .pf-c-drawer__head {
464
599
  display: grid;
465
600
  grid-template-columns: auto;
466
- grid-auto-columns: max-content; }
467
- .pf-c-drawer__head > * {
468
- grid-column: 1; }
601
+ grid-auto-columns: max-content;
602
+ }
603
+ .pf-c-drawer__head > * {
604
+ grid-column: 1;
605
+ }
469
606
 
470
607
  .pf-c-drawer__actions {
471
608
  grid-column: 2;
@@ -473,26 +610,34 @@
473
610
  display: flex;
474
611
  align-self: baseline;
475
612
  margin-top: var(--pf-c-drawer__actions--MarginTop);
476
- margin-right: var(--pf-c-drawer__actions--MarginRight); }
613
+ margin-right: var(--pf-c-drawer__actions--MarginRight);
614
+ }
477
615
 
478
616
  .pf-c-drawer__body {
479
617
  min-height: 0;
480
- padding: var(--pf-c-drawer--child--PaddingTop) var(--pf-c-drawer--child--PaddingRight) var(--pf-c-drawer--child--PaddingBottom) var(--pf-c-drawer--child--PaddingLeft); }
481
- .pf-c-drawer__body.pf-m-no-padding {
482
- padding: 0; }
483
- .pf-c-drawer__body.pf-m-no-padding > .pf-c-drawer__actions,
484
- .pf-c-drawer__body.pf-m-no-padding > .pf-c-drawer__head > .pf-c-drawer__actions {
485
- margin-top: 0;
486
- margin-right: 0; }
487
- .pf-c-drawer__body.pf-m-padding {
488
- padding: var(--pf-c-drawer--child--m-padding--PaddingTop) var(--pf-c-drawer--child--m-padding--PaddingRight) var(--pf-c-drawer--child--m-padding--PaddingBottom) var(--pf-c-drawer--child--m-padding--PaddingLeft); }
489
- .pf-c-drawer__body:not(.pf-m-no-padding) + * {
490
- padding-top: 0; }
491
- .pf-c-drawer__body:last-child {
492
- flex: 1 1; }
618
+ padding: var(--pf-c-drawer--child--PaddingTop) var(--pf-c-drawer--child--PaddingRight) var(--pf-c-drawer--child--PaddingBottom) var(--pf-c-drawer--child--PaddingLeft);
619
+ }
620
+ .pf-c-drawer__body.pf-m-no-padding {
621
+ padding: 0;
622
+ }
623
+ .pf-c-drawer__body.pf-m-no-padding > .pf-c-drawer__actions,
624
+ .pf-c-drawer__body.pf-m-no-padding > .pf-c-drawer__head > .pf-c-drawer__actions {
625
+ margin-top: 0;
626
+ margin-right: 0;
627
+ }
628
+ .pf-c-drawer__body.pf-m-padding {
629
+ padding: var(--pf-c-drawer--child--m-padding--PaddingTop) var(--pf-c-drawer--child--m-padding--PaddingRight) var(--pf-c-drawer--child--m-padding--PaddingBottom) var(--pf-c-drawer--child--m-padding--PaddingLeft);
630
+ }
631
+ .pf-c-drawer__body:not(.pf-m-no-padding) + * {
632
+ padding-top: 0;
633
+ }
634
+ .pf-c-drawer__body:last-child {
635
+ flex: 1 1;
636
+ }
493
637
 
494
638
  .pf-c-drawer__body > .pf-c-page__main {
495
- min-height: 100%; }
639
+ height: 100%;
640
+ }
496
641
 
497
642
  .pf-c-drawer__splitter {
498
643
  position: relative;
@@ -501,371 +646,537 @@
501
646
  height: var(--pf-c-drawer__splitter--Height);
502
647
  cursor: var(--pf-c-drawer__splitter--Cursor);
503
648
  visibility: hidden;
504
- background-color: var(--pf-c-drawer__splitter--BackgroundColor); }
505
- .pf-c-drawer__splitter.pf-m-vertical {
506
- --pf-c-drawer__splitter--Height: var(--pf-c-drawer__splitter--m-vertical--Height);
507
- --pf-c-drawer__splitter--Width: var(--pf-c-drawer__splitter--m-vertical--Width);
508
- --pf-c-drawer__splitter--Cursor: var(--pf-c-drawer__splitter--m-vertical--Cursor);
509
- --pf-c-drawer__splitter-handle--after--Width: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--Width);
510
- --pf-c-drawer__splitter-handle--after--Height: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--Height);
511
- --pf-c-drawer__splitter-handle--after--BorderTopWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderTopWidth);
512
- --pf-c-drawer__splitter-handle--after--BorderRightWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderRightWidth);
513
- --pf-c-drawer__splitter-handle--after--BorderBottomWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderBottomWidth);
514
- --pf-c-drawer__splitter-handle--after--BorderLeftWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderLeftWidth); }
515
- .pf-c-drawer__splitter:hover {
516
- --pf-c-drawer__splitter-handle--after--BorderColor: var(--pf-c-drawer__splitter--hover__splitter-handle--after--BorderColor); }
517
- .pf-c-drawer__splitter:focus {
518
- --pf-c-drawer__splitter-handle--after--BorderColor: var(--pf-c-drawer__splitter--focus__splitter-handle--after--BorderColor); }
519
- .pf-c-drawer__splitter::after {
520
- position: absolute;
521
- top: 0;
522
- right: 0;
523
- bottom: 0;
524
- left: 0;
525
- content: "";
526
- border: solid var(--pf-c-drawer__splitter--after--BorderColor);
527
- border-width: var(--pf-c-drawer__splitter--after--BorderTopWidth) var(--pf-c-drawer__splitter--after--BorderRightWidth) var(--pf-c-drawer__splitter--after--BorderBottomWidth) var(--pf-c-drawer__splitter--after--BorderLeftWidth); }
649
+ background-color: var(--pf-c-drawer__splitter--BackgroundColor);
650
+ }
651
+ .pf-c-drawer__splitter.pf-m-vertical {
652
+ --pf-c-drawer__splitter--Height: var(--pf-c-drawer__splitter--m-vertical--Height);
653
+ --pf-c-drawer__splitter--Width: var(--pf-c-drawer__splitter--m-vertical--Width);
654
+ --pf-c-drawer__splitter--Cursor: var(--pf-c-drawer__splitter--m-vertical--Cursor);
655
+ --pf-c-drawer__splitter-handle--after--Width: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--Width);
656
+ --pf-c-drawer__splitter-handle--after--Height: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--Height);
657
+ --pf-c-drawer__splitter-handle--after--BorderTopWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderTopWidth);
658
+ --pf-c-drawer__splitter-handle--after--BorderRightWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderRightWidth);
659
+ --pf-c-drawer__splitter-handle--after--BorderBottomWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderBottomWidth);
660
+ --pf-c-drawer__splitter-handle--after--BorderLeftWidth: var(--pf-c-drawer__splitter--m-vertical__splitter-handle--after--BorderLeftWidth);
661
+ }
662
+ .pf-c-drawer__splitter:hover {
663
+ --pf-c-drawer__splitter-handle--after--BorderColor: var(--pf-c-drawer__splitter--hover__splitter-handle--after--BorderColor);
664
+ }
665
+ .pf-c-drawer__splitter:focus {
666
+ --pf-c-drawer__splitter-handle--after--BorderColor: var(--pf-c-drawer__splitter--focus__splitter-handle--after--BorderColor);
667
+ }
668
+ .pf-c-drawer__splitter::after {
669
+ position: absolute;
670
+ top: 0;
671
+ right: 0;
672
+ bottom: 0;
673
+ left: 0;
674
+ content: "";
675
+ border: solid var(--pf-c-drawer__splitter--after--BorderColor);
676
+ border-width: var(--pf-c-drawer__splitter--after--BorderTopWidth) var(--pf-c-drawer__splitter--after--BorderRightWidth) var(--pf-c-drawer__splitter--after--BorderBottomWidth) var(--pf-c-drawer__splitter--after--BorderLeftWidth);
677
+ }
528
678
 
529
679
  .pf-c-drawer__splitter-handle {
530
680
  position: absolute;
531
681
  top: var(--pf-c-drawer__splitter-handle--Top);
532
682
  left: var(--pf-c-drawer__splitter-handle--Left);
533
- transform: translate(-50%, -50%); }
534
- .pf-c-drawer__splitter-handle::after {
535
- display: block;
536
- width: var(--pf-c-drawer__splitter-handle--after--Width);
537
- height: var(--pf-c-drawer__splitter-handle--after--Height);
538
- content: "";
539
- border-color: var(--pf-c-drawer__splitter-handle--after--BorderColor);
540
- border-style: solid;
541
- border-width: var(--pf-c-drawer__splitter-handle--after--BorderTopWidth) var(--pf-c-drawer__splitter-handle--after--BorderRightWidth) var(--pf-c-drawer__splitter-handle--after--BorderBottomWidth) var(--pf-c-drawer__splitter-handle--after--BorderLeftWidth); }
683
+ transform: translate(-50%, -50%);
684
+ }
685
+ .pf-c-drawer__splitter-handle::after {
686
+ display: block;
687
+ width: var(--pf-c-drawer__splitter-handle--after--Width);
688
+ height: var(--pf-c-drawer__splitter-handle--after--Height);
689
+ content: "";
690
+ border-color: var(--pf-c-drawer__splitter-handle--after--BorderColor);
691
+ border-style: solid;
692
+ border-width: var(--pf-c-drawer__splitter-handle--after--BorderTopWidth) var(--pf-c-drawer__splitter-handle--after--BorderRightWidth) var(--pf-c-drawer__splitter-handle--after--BorderBottomWidth) var(--pf-c-drawer__splitter-handle--after--BorderLeftWidth);
693
+ }
542
694
 
543
695
  @media screen and (min-width: 768px) {
544
696
  .pf-c-drawer {
545
- min-width: var(--pf-c-drawer__panel--MinWidth); }
546
- .pf-c-drawer.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
547
- box-shadow: var(--pf-c-drawer--m-expanded__panel--BoxShadow); }
548
- .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable {
549
- --pf-c-drawer__panel--md--FlexBasis--min: var(--pf-c-drawer__panel--m-resizable--md--FlexBasis--min);
550
- flex-direction: var(--pf-c-drawer__panel--m-resizable--FlexDirection);
551
- min-width: var(--pf-c-drawer__panel--m-resizable--MinWidth); }
552
- .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable::after {
553
- width: 0;
554
- height: 0; }
555
- .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
556
- flex-shrink: 0; }
557
- .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__panel-main {
558
- flex-shrink: 1; }
697
+ min-width: var(--pf-c-drawer__panel--MinWidth);
698
+ }
699
+ .pf-c-drawer.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
700
+ box-shadow: var(--pf-c-drawer--m-expanded__panel--BoxShadow);
701
+ }
702
+ .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable {
703
+ --pf-c-drawer__panel--md--FlexBasis--min: var(--pf-c-drawer__panel--m-resizable--md--FlexBasis--min);
704
+ flex-direction: var(--pf-c-drawer__panel--m-resizable--FlexDirection);
705
+ min-width: var(--pf-c-drawer__panel--m-resizable--MinWidth);
706
+ }
707
+ .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable::after {
708
+ width: 0;
709
+ height: 0;
710
+ }
711
+ .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
712
+ flex-shrink: 0;
713
+ }
714
+ .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__panel-main {
715
+ flex-shrink: 1;
716
+ }
717
+
559
718
  .pf-c-drawer.pf-m-panel-left {
560
- --pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-c-drawer--m-expanded--m-panel-left__panel--BoxShadow); }
561
- .pf-c-drawer.pf-m-panel-left.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel, .pf-c-drawer.pf-m-panel-left.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
562
- padding-right: var(--pf-c-drawer--m-panel-left--m-inline__panel--PaddingRight);
563
- padding-left: 0; }
564
- .pf-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
565
- transform: translateX(0); }
566
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel::after {
567
- right: 0;
568
- left: auto; }
569
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
570
- --pf-c-drawer__splitter-handle--Left: var(--pf-c-drawer--m-panel-left__splitter-handle--Left);
571
- --pf-c-drawer__splitter--after--BorderRightWidth: 0;
572
- --pf-c-drawer__splitter--after--BorderLeftWidth: var(--pf-c-drawer--m-panel-left__splitter--after--BorderLeftWidth);
573
- order: 1; }
719
+ --pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-c-drawer--m-expanded--m-panel-left__panel--BoxShadow);
720
+ }
721
+ .pf-c-drawer.pf-m-panel-left.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-c-drawer.pf-m-panel-left.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
722
+ padding-right: var(--pf-c-drawer--m-panel-left--m-inline__panel--PaddingRight);
723
+ padding-left: 0;
724
+ }
725
+ .pf-c-drawer.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
726
+ transform: translateX(0);
727
+ }
728
+ .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel::after {
729
+ right: 0;
730
+ left: auto;
731
+ }
732
+ .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
733
+ --pf-c-drawer__splitter-handle--Left: var(--pf-c-drawer--m-panel-left__splitter-handle--Left);
734
+ --pf-c-drawer__splitter--after--BorderRightWidth: 0;
735
+ --pf-c-drawer__splitter--after--BorderLeftWidth: var(--pf-c-drawer--m-panel-left__splitter--after--BorderLeftWidth);
736
+ order: 1;
737
+ }
738
+
574
739
  .pf-c-drawer.pf-m-panel-bottom {
575
740
  --pf-c-drawer--m-expanded__panel--BoxShadow: var(--pf-c-drawer--m-expanded--m-panel-bottom__panel--BoxShadow);
576
741
  --pf-c-drawer__panel--MaxHeight: 100%;
577
742
  --pf-c-drawer__panel--FlexBasis--min: var(--pf-c-drawer--m-panel-bottom__panel--FlexBasis--min);
578
743
  min-width: auto;
579
- min-height: var(--pf-c-drawer--m-panel-bottom__panel--md--MinHeight); }
580
- .pf-c-drawer.pf-m-panel-bottom.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel, .pf-c-drawer.pf-m-panel-bottom.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
581
- padding-top: var(--pf-c-drawer--m-panel-bottom--m-inline__panel--PaddingTop);
582
- padding-left: 0; }
583
- .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel::after {
584
- top: 0;
585
- left: auto;
586
- width: 100%;
587
- height: var(--pf-c-drawer--m-panel-bottom__panel--after--Height); }
588
- .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable {
589
- --pf-c-drawer__panel--md--FlexBasis--min: var(--pf-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min);
590
- --pf-c-drawer__panel--m-resizable--FlexDirection: var(--pf-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection);
591
- --pf-c-drawer__panel--m-resizable--MinWidth: 0;
592
- min-height: var(--pf-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight); }
593
- .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
594
- --pf-c-drawer__splitter-handle--Top: var(--pf-c-drawer--m-panel-bottom__splitter-handle--Top);
595
- --pf-c-drawer__splitter--after--BorderRightWidth: 0;
596
- --pf-c-drawer__splitter--after--BorderBottomWidth: var(--pf-c-drawer--m-panel-bottom__splitter--after--BorderBottomWidth); }
744
+ min-height: var(--pf-c-drawer--m-panel-bottom__panel--md--MinHeight);
745
+ }
746
+ .pf-c-drawer.pf-m-panel-bottom.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable), .pf-c-drawer.pf-m-panel-bottom.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border, .pf-m-resizable) {
747
+ padding-top: var(--pf-c-drawer--m-panel-bottom--m-inline__panel--PaddingTop);
748
+ padding-left: 0;
749
+ }
750
+ .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel::after {
751
+ top: 0;
752
+ left: auto;
753
+ width: 100%;
754
+ height: var(--pf-c-drawer--m-panel-bottom__panel--after--Height);
755
+ }
756
+ .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable {
757
+ --pf-c-drawer__panel--md--FlexBasis--min: var(--pf-c-drawer--m-panel-bottom__panel--m-resizable--md--FlexBasis--min);
758
+ --pf-c-drawer__panel--m-resizable--FlexDirection: var(--pf-c-drawer--m-panel-bottom__panel--m-resizable--FlexDirection);
759
+ --pf-c-drawer__panel--m-resizable--MinWidth: 0;
760
+ min-height: var(--pf-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight);
761
+ }
762
+ .pf-c-drawer.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
763
+ --pf-c-drawer__splitter-handle--Top: var(--pf-c-drawer--m-panel-bottom__splitter-handle--Top);
764
+ --pf-c-drawer__splitter--after--BorderRightWidth: 0;
765
+ --pf-c-drawer__splitter--after--BorderBottomWidth: var(--pf-c-drawer--m-panel-bottom__splitter--after--BorderBottomWidth);
766
+ }
767
+
597
768
  .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
598
769
  --pf-c-drawer__splitter--m-vertical--Width: var(--pf-c-drawer--m-inline__splitter--m-vertical--Width);
599
770
  --pf-c-drawer__splitter-handle--Left: var(--pf-c-drawer--m-inline__splitter-handle--Left);
600
771
  --pf-c-drawer__splitter--after--BorderRightWidth: var(--pf-c-drawer--m-inline__splitter--after--BorderRightWidth);
601
772
  --pf-c-drawer__splitter--after--BorderLeftWidth: var(--pf-c-drawer--m-inline__splitter--after--BorderLeftWidth);
602
- outline-offset: var(--pf-c-drawer--m-inline__splitter--focus--OutlineOffset); }
773
+ outline-offset: var(--pf-c-drawer--m-inline__splitter--focus--OutlineOffset);
774
+ }
603
775
  .pf-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-resizable > .pf-c-drawer__splitter {
604
776
  --pf-c-drawer__splitter--Height: var(--pf-c-drawer--m-inline--m-panel-bottom__splitter--Height);
605
777
  --pf-c-drawer__splitter-handle--Top: var(--pf-c-drawer--m-inline--m-panel-bottom__splitter-handle--Top);
606
778
  --pf-c-drawer__splitter--after--BorderTopWidth: var(--pf-c-drawer--m-inline--m-panel-bottom__splitter--after--BorderTopWidth);
607
779
  --pf-c-drawer__splitter--after--BorderRightWidth: 0;
608
- --pf-c-drawer__splitter--after--BorderLeftWidth: 0; }
780
+ --pf-c-drawer__splitter--after--BorderLeftWidth: 0;
781
+ }
782
+
609
783
  .pf-c-drawer > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border,
610
- .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border {
611
- --pf-c-drawer--m-expanded__panel--BoxShadow: none; }
784
+ .pf-c-drawer.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel.pf-m-no-border {
785
+ --pf-c-drawer--m-expanded__panel--BoxShadow: none;
786
+ }
787
+
612
788
  .pf-c-drawer__splitter {
613
789
  display: block;
614
- visibility: visible; } }
615
-
790
+ visibility: visible;
791
+ }
792
+ }
616
793
  @media (min-width: 768px) {
617
794
  .pf-c-drawer__panel.pf-m-width-25 {
618
- --pf-c-drawer__panel--md--FlexBasis: 25%; }
795
+ --pf-c-drawer__panel--md--FlexBasis: 25%;
796
+ }
797
+
619
798
  .pf-c-drawer__panel.pf-m-width-33 {
620
- --pf-c-drawer__panel--md--FlexBasis: 33%; }
799
+ --pf-c-drawer__panel--md--FlexBasis: 33%;
800
+ }
801
+
621
802
  .pf-c-drawer__panel.pf-m-width-50 {
622
- --pf-c-drawer__panel--md--FlexBasis: 50%; }
803
+ --pf-c-drawer__panel--md--FlexBasis: 50%;
804
+ }
805
+
623
806
  .pf-c-drawer__panel.pf-m-width-66 {
624
- --pf-c-drawer__panel--md--FlexBasis: 66%; }
807
+ --pf-c-drawer__panel--md--FlexBasis: 66%;
808
+ }
809
+
625
810
  .pf-c-drawer__panel.pf-m-width-75 {
626
- --pf-c-drawer__panel--md--FlexBasis: 75%; }
627
- .pf-c-drawer__panel.pf-m-width-100 {
628
- --pf-c-drawer__panel--md--FlexBasis: 100%; } }
811
+ --pf-c-drawer__panel--md--FlexBasis: 75%;
812
+ }
629
813
 
814
+ .pf-c-drawer__panel.pf-m-width-100 {
815
+ --pf-c-drawer__panel--md--FlexBasis: 100%;
816
+ }
817
+ }
630
818
  @media (min-width: 992px) {
631
819
  .pf-c-drawer__panel.pf-m-width-25-on-lg {
632
- --pf-c-drawer__panel--md--FlexBasis: 25%; }
820
+ --pf-c-drawer__panel--md--FlexBasis: 25%;
821
+ }
822
+
633
823
  .pf-c-drawer__panel.pf-m-width-33-on-lg {
634
- --pf-c-drawer__panel--md--FlexBasis: 33%; }
824
+ --pf-c-drawer__panel--md--FlexBasis: 33%;
825
+ }
826
+
635
827
  .pf-c-drawer__panel.pf-m-width-50-on-lg {
636
- --pf-c-drawer__panel--md--FlexBasis: 50%; }
828
+ --pf-c-drawer__panel--md--FlexBasis: 50%;
829
+ }
830
+
637
831
  .pf-c-drawer__panel.pf-m-width-66-on-lg {
638
- --pf-c-drawer__panel--md--FlexBasis: 66%; }
832
+ --pf-c-drawer__panel--md--FlexBasis: 66%;
833
+ }
834
+
639
835
  .pf-c-drawer__panel.pf-m-width-75-on-lg {
640
- --pf-c-drawer__panel--md--FlexBasis: 75%; }
641
- .pf-c-drawer__panel.pf-m-width-100-on-lg {
642
- --pf-c-drawer__panel--md--FlexBasis: 100%; } }
836
+ --pf-c-drawer__panel--md--FlexBasis: 75%;
837
+ }
643
838
 
839
+ .pf-c-drawer__panel.pf-m-width-100-on-lg {
840
+ --pf-c-drawer__panel--md--FlexBasis: 100%;
841
+ }
842
+ }
644
843
  @media (min-width: 1200px) {
645
844
  .pf-c-drawer__panel.pf-m-width-25-on-xl {
646
- --pf-c-drawer__panel--md--FlexBasis: 25%; }
845
+ --pf-c-drawer__panel--md--FlexBasis: 25%;
846
+ }
847
+
647
848
  .pf-c-drawer__panel.pf-m-width-33-on-xl {
648
- --pf-c-drawer__panel--md--FlexBasis: 33%; }
849
+ --pf-c-drawer__panel--md--FlexBasis: 33%;
850
+ }
851
+
649
852
  .pf-c-drawer__panel.pf-m-width-50-on-xl {
650
- --pf-c-drawer__panel--md--FlexBasis: 50%; }
853
+ --pf-c-drawer__panel--md--FlexBasis: 50%;
854
+ }
855
+
651
856
  .pf-c-drawer__panel.pf-m-width-66-on-xl {
652
- --pf-c-drawer__panel--md--FlexBasis: 66%; }
857
+ --pf-c-drawer__panel--md--FlexBasis: 66%;
858
+ }
859
+
653
860
  .pf-c-drawer__panel.pf-m-width-75-on-xl {
654
- --pf-c-drawer__panel--md--FlexBasis: 75%; }
655
- .pf-c-drawer__panel.pf-m-width-100-on-xl {
656
- --pf-c-drawer__panel--md--FlexBasis: 100%; } }
861
+ --pf-c-drawer__panel--md--FlexBasis: 75%;
862
+ }
657
863
 
864
+ .pf-c-drawer__panel.pf-m-width-100-on-xl {
865
+ --pf-c-drawer__panel--md--FlexBasis: 100%;
866
+ }
867
+ }
658
868
  @media (min-width: 1450px) {
659
869
  .pf-c-drawer__panel.pf-m-width-25-on-2xl {
660
- --pf-c-drawer__panel--md--FlexBasis: 25%; }
870
+ --pf-c-drawer__panel--md--FlexBasis: 25%;
871
+ }
872
+
661
873
  .pf-c-drawer__panel.pf-m-width-33-on-2xl {
662
- --pf-c-drawer__panel--md--FlexBasis: 33%; }
874
+ --pf-c-drawer__panel--md--FlexBasis: 33%;
875
+ }
876
+
663
877
  .pf-c-drawer__panel.pf-m-width-50-on-2xl {
664
- --pf-c-drawer__panel--md--FlexBasis: 50%; }
878
+ --pf-c-drawer__panel--md--FlexBasis: 50%;
879
+ }
880
+
665
881
  .pf-c-drawer__panel.pf-m-width-66-on-2xl {
666
- --pf-c-drawer__panel--md--FlexBasis: 66%; }
882
+ --pf-c-drawer__panel--md--FlexBasis: 66%;
883
+ }
884
+
667
885
  .pf-c-drawer__panel.pf-m-width-75-on-2xl {
668
- --pf-c-drawer__panel--md--FlexBasis: 75%; }
669
- .pf-c-drawer__panel.pf-m-width-100-on-2xl {
670
- --pf-c-drawer__panel--md--FlexBasis: 100%; } }
886
+ --pf-c-drawer__panel--md--FlexBasis: 75%;
887
+ }
671
888
 
889
+ .pf-c-drawer__panel.pf-m-width-100-on-2xl {
890
+ --pf-c-drawer__panel--md--FlexBasis: 100%;
891
+ }
892
+ }
672
893
  @media (min-width: 768px) {
673
894
  .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__content,
674
- .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__content {
675
- flex-shrink: 1; }
895
+ .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__content {
896
+ flex-shrink: 1;
897
+ }
676
898
  .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel,
677
- .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
678
- --pf-c-drawer--m-expanded__panel--BoxShadow: none; }
679
- .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
680
- .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
681
- background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor); }
899
+ .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
900
+ --pf-c-drawer--m-expanded__panel--BoxShadow: none;
901
+ }
902
+ .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
903
+ .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
904
+ background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
905
+ }
906
+
682
907
  .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__content {
683
- overflow-x: auto; }
908
+ overflow-x: auto;
909
+ }
684
910
  .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel {
685
911
  margin-left: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
686
- transform: translateX(100%); }
912
+ transform: translateX(100%);
913
+ }
687
914
  .pf-c-drawer.pf-m-inline.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
688
915
  margin-left: 0;
689
- transform: translateX(0); }
916
+ transform: translateX(0);
917
+ }
690
918
  .pf-c-drawer.pf-m-inline > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
691
919
  display: unset;
692
- visibility: visible; }
920
+ visibility: visible;
921
+ }
693
922
  .pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
694
923
  margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
695
924
  margin-left: 0;
696
- transform: translateX(-100%); }
925
+ transform: translateX(-100%);
926
+ }
697
927
  .pf-c-drawer.pf-m-inline.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
698
928
  margin-right: 0;
699
- transform: translateX(0); }
929
+ transform: translateX(0);
930
+ }
700
931
  .pf-c-drawer.pf-m-inline.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
701
932
  display: unset;
702
- visibility: visible; }
933
+ visibility: visible;
934
+ }
703
935
  .pf-c-drawer.pf-m-inline.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
704
936
  margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
705
- transform: translateY(100%); }
937
+ transform: translateY(100%);
938
+ }
706
939
  .pf-c-drawer.pf-m-inline.pf-m-panel-bottom.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
707
940
  margin-bottom: 0;
708
- transform: translateY(0); }
941
+ transform: translateY(0);
942
+ }
943
+
709
944
  .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel {
710
- transform: translateX(0); }
945
+ transform: translateX(0);
946
+ }
711
947
  .pf-c-drawer.pf-m-static.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
712
948
  margin-right: 0;
713
- transform: translateX(0); }
949
+ transform: translateX(0);
950
+ }
714
951
  .pf-c-drawer.pf-m-static.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
715
- transform: translateX(0); }
952
+ transform: translateX(0);
953
+ }
716
954
  .pf-c-drawer.pf-m-static > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
717
955
  display: none;
718
- visibility: hidden; } }
719
-
956
+ visibility: hidden;
957
+ }
958
+ }
720
959
  @media (min-width: 992px) {
721
960
  .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__content,
722
- .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__content {
723
- flex-shrink: 1; }
961
+ .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__content {
962
+ flex-shrink: 1;
963
+ }
724
964
  .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel,
725
- .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
726
- --pf-c-drawer--m-expanded__panel--BoxShadow: none; }
727
- .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
728
- .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
729
- background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor); }
965
+ .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
966
+ --pf-c-drawer--m-expanded__panel--BoxShadow: none;
967
+ }
968
+ .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
969
+ .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
970
+ background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
971
+ }
972
+
730
973
  .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__content {
731
- overflow-x: auto; }
974
+ overflow-x: auto;
975
+ }
732
976
  .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
733
977
  margin-left: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
734
- transform: translateX(100%); }
978
+ transform: translateX(100%);
979
+ }
735
980
  .pf-c-drawer.pf-m-inline-on-lg.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
736
981
  margin-left: 0;
737
- transform: translateX(0); }
982
+ transform: translateX(0);
983
+ }
738
984
  .pf-c-drawer.pf-m-inline-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
739
985
  display: unset;
740
- visibility: visible; }
986
+ visibility: visible;
987
+ }
741
988
  .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
742
989
  margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
743
990
  margin-left: 0;
744
- transform: translateX(-100%); }
991
+ transform: translateX(-100%);
992
+ }
745
993
  .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
746
994
  margin-right: 0;
747
- transform: translateX(0); }
995
+ transform: translateX(0);
996
+ }
748
997
  .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
749
998
  display: unset;
750
- visibility: visible; }
999
+ visibility: visible;
1000
+ }
751
1001
  .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
752
1002
  margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
753
- transform: translateY(100%); }
1003
+ transform: translateY(100%);
1004
+ }
754
1005
  .pf-c-drawer.pf-m-inline-on-lg.pf-m-panel-bottom.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
755
1006
  margin-bottom: 0;
756
- transform: translateY(0); }
1007
+ transform: translateY(0);
1008
+ }
1009
+
757
1010
  .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel {
758
- transform: translateX(0); }
1011
+ transform: translateX(0);
1012
+ }
759
1013
  .pf-c-drawer.pf-m-static-on-lg.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
760
1014
  margin-right: 0;
761
- transform: translateX(0); }
1015
+ transform: translateX(0);
1016
+ }
762
1017
  .pf-c-drawer.pf-m-static-on-lg.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
763
- transform: translateX(0); }
1018
+ transform: translateX(0);
1019
+ }
764
1020
  .pf-c-drawer.pf-m-static-on-lg > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
765
1021
  display: none;
766
- visibility: hidden; } }
767
-
1022
+ visibility: hidden;
1023
+ }
1024
+ }
768
1025
  @media (min-width: 1200px) {
769
1026
  .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__content,
770
- .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__content {
771
- flex-shrink: 1; }
1027
+ .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__content {
1028
+ flex-shrink: 1;
1029
+ }
772
1030
  .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel,
773
- .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
774
- --pf-c-drawer--m-expanded__panel--BoxShadow: none; }
775
- .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
776
- .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
777
- background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor); }
1031
+ .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
1032
+ --pf-c-drawer--m-expanded__panel--BoxShadow: none;
1033
+ }
1034
+ .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
1035
+ .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
1036
+ background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
1037
+ }
1038
+
778
1039
  .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__content {
779
- overflow-x: auto; }
1040
+ overflow-x: auto;
1041
+ }
780
1042
  .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
781
1043
  margin-left: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
782
- transform: translateX(100%); }
1044
+ transform: translateX(100%);
1045
+ }
783
1046
  .pf-c-drawer.pf-m-inline-on-xl.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
784
1047
  margin-left: 0;
785
- transform: translateX(0); }
1048
+ transform: translateX(0);
1049
+ }
786
1050
  .pf-c-drawer.pf-m-inline-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
787
1051
  display: unset;
788
- visibility: visible; }
1052
+ visibility: visible;
1053
+ }
789
1054
  .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
790
1055
  margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
791
1056
  margin-left: 0;
792
- transform: translateX(-100%); }
1057
+ transform: translateX(-100%);
1058
+ }
793
1059
  .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
794
1060
  margin-right: 0;
795
- transform: translateX(0); }
1061
+ transform: translateX(0);
1062
+ }
796
1063
  .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
797
1064
  display: unset;
798
- visibility: visible; }
1065
+ visibility: visible;
1066
+ }
799
1067
  .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
800
1068
  margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
801
- transform: translateY(100%); }
1069
+ transform: translateY(100%);
1070
+ }
802
1071
  .pf-c-drawer.pf-m-inline-on-xl.pf-m-panel-bottom.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
803
1072
  margin-bottom: 0;
804
- transform: translateY(0); }
1073
+ transform: translateY(0);
1074
+ }
1075
+
805
1076
  .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel {
806
- transform: translateX(0); }
1077
+ transform: translateX(0);
1078
+ }
807
1079
  .pf-c-drawer.pf-m-static-on-xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
808
1080
  margin-right: 0;
809
- transform: translateX(0); }
1081
+ transform: translateX(0);
1082
+ }
810
1083
  .pf-c-drawer.pf-m-static-on-xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
811
- transform: translateX(0); }
1084
+ transform: translateX(0);
1085
+ }
812
1086
  .pf-c-drawer.pf-m-static-on-xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
813
1087
  display: none;
814
- visibility: hidden; } }
815
-
1088
+ visibility: hidden;
1089
+ }
1090
+ }
816
1091
  @media (min-width: 1450px) {
817
1092
  .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content,
818
- .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content {
819
- flex-shrink: 1; }
1093
+ .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content {
1094
+ flex-shrink: 1;
1095
+ }
820
1096
  .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel,
821
- .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
822
- --pf-c-drawer--m-expanded__panel--BoxShadow: none; }
823
- .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
824
- .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
825
- background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor); }
1097
+ .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
1098
+ --pf-c-drawer--m-expanded__panel--BoxShadow: none;
1099
+ }
1100
+ .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after,
1101
+ .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel:not(.pf-m-no-border)::after {
1102
+ background-color: var(--pf-c-drawer--m-inline--m-expanded__panel--after--BackgroundColor);
1103
+ }
1104
+
826
1105
  .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__content {
827
- overflow-x: auto; }
1106
+ overflow-x: auto;
1107
+ }
828
1108
  .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
829
1109
  margin-left: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
830
- transform: translateX(100%); }
1110
+ transform: translateX(100%);
1111
+ }
831
1112
  .pf-c-drawer.pf-m-inline-on-2xl.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
832
1113
  margin-left: 0;
833
- transform: translateX(0); }
1114
+ transform: translateX(0);
1115
+ }
834
1116
  .pf-c-drawer.pf-m-inline-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
835
1117
  display: unset;
836
- visibility: visible; }
1118
+ visibility: visible;
1119
+ }
837
1120
  .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
838
1121
  margin-right: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
839
1122
  margin-left: 0;
840
- transform: translateX(-100%); }
1123
+ transform: translateX(-100%);
1124
+ }
841
1125
  .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
842
1126
  margin-right: 0;
843
- transform: translateX(0); }
1127
+ transform: translateX(0);
1128
+ }
844
1129
  .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
845
1130
  display: unset;
846
- visibility: visible; }
1131
+ visibility: visible;
1132
+ }
847
1133
  .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
848
1134
  margin-bottom: calc(var(--pf-c-drawer__panel--FlexBasis) * -1);
849
- transform: translateY(100%); }
1135
+ transform: translateY(100%);
1136
+ }
850
1137
  .pf-c-drawer.pf-m-inline-on-2xl.pf-m-panel-bottom.pf-m-expanded > .pf-c-drawer__main > .pf-c-drawer__panel {
851
1138
  margin-bottom: 0;
852
- transform: translateY(0); }
1139
+ transform: translateY(0);
1140
+ }
1141
+
853
1142
  .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel {
854
- transform: translateX(0); }
1143
+ transform: translateX(0);
1144
+ }
855
1145
  .pf-c-drawer.pf-m-static-on-2xl.pf-m-panel-left > .pf-c-drawer__main > .pf-c-drawer__panel {
856
1146
  margin-right: 0;
857
- transform: translateX(0); }
1147
+ transform: translateX(0);
1148
+ }
858
1149
  .pf-c-drawer.pf-m-static-on-2xl.pf-m-panel-bottom > .pf-c-drawer__main > .pf-c-drawer__panel {
859
- transform: translateX(0); }
1150
+ transform: translateX(0);
1151
+ }
860
1152
  .pf-c-drawer.pf-m-static-on-2xl > .pf-c-drawer__main > .pf-c-drawer__panel > .pf-c-drawer__body > .pf-c-drawer__head .pf-c-drawer__close {
861
1153
  display: none;
862
- visibility: hidden; } }
1154
+ visibility: hidden;
1155
+ }
1156
+ }
1157
+ :where(.pf-theme-dark) .pf-c-drawer {
1158
+ --pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--400);
1159
+ --pf-c-drawer__splitter--BackgroundColor: transparent;
1160
+ }
1161
+ :where(.pf-theme-dark) .pf-c-drawer.pf-m-inline, :where(.pf-theme-dark) .pf-c-drawer.pf-m-static {
1162
+ --pf-c-drawer__panel--BackgroundColor: var(--pf-global--BackgroundColor--100);
1163
+ }
863
1164
 
864
1165
  .pf-c-popover {
865
1166
  --pf-c-popover--FontSize: var(--pf-global--FontSize--sm);
866
1167
  --pf-c-popover--MinWidth: calc(var(--pf-c-popover__content--PaddingLeft) + var(--pf-c-popover__content--PaddingRight) + 18.75rem);
867
1168
  --pf-c-popover--MaxWidth: calc(var(--pf-c-popover__content--PaddingLeft) + var(--pf-c-popover__content--PaddingRight) + 18.75rem);
868
- --pf-c-popover--BoxShadow: var(--pf-global--BoxShadow--md);
1169
+ --pf-c-popover--BoxShadow: var(--pf-global--BoxShadow--lg);
1170
+ --pf-c-popover--m-danger__title-icon--Color: var(--pf-global--danger-color--100);
1171
+ --pf-c-popover--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
1172
+ --pf-c-popover--m-success__title-icon--Color: var(--pf-global--success-color--100);
1173
+ --pf-c-popover--m-info__title-icon--Color: var(--pf-global--info-color--100);
1174
+ --pf-c-popover--m-default__title-icon--Color: var(--pf-global--default-color--200);
1175
+ --pf-c-popover--m-danger__title-text--Color: var(--pf-global--danger-color--200);
1176
+ --pf-c-popover--m-warning__title-text--Color: var(--pf-global--warning-color--200);
1177
+ --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--200);
1178
+ --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--200);
1179
+ --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--300);
869
1180
  --pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--100);
870
1181
  --pf-c-popover__content--PaddingTop: var(--pf-global--spacer--md);
871
1182
  --pf-c-popover__content--PaddingRight: var(--pf-global--spacer--md);
@@ -873,7 +1184,7 @@
873
1184
  --pf-c-popover__content--PaddingLeft: var(--pf-global--spacer--md);
874
1185
  --pf-c-popover__arrow--Width: var(--pf-global--arrow--width-lg);
875
1186
  --pf-c-popover__arrow--Height: var(--pf-global--arrow--width-lg);
876
- --pf-c-popover__arrow--BoxShadow: var(--pf-global--BoxShadow--md);
1187
+ --pf-c-popover__arrow--BoxShadow: var(--pf-global--BoxShadow--lg);
877
1188
  --pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--100);
878
1189
  --pf-c-popover__arrow--m-top--TranslateX: -50%;
879
1190
  --pf-c-popover__arrow--m-top--TranslateY: 50%;
@@ -889,52 +1200,103 @@
889
1200
  --pf-c-popover__arrow--m-left--Rotate: 45deg;
890
1201
  --pf-c-popover--c-button--MarginLeft: var(--pf-global--spacer--sm);
891
1202
  --pf-c-popover--c-button--Top: calc(var(--pf-c-popover__content--PaddingTop) - var(--pf-global--spacer--form-element));
892
- --pf-c-popover--c-button--Right: var(--pf-global--spacer--md);
1203
+ --pf-c-popover--c-button--Right: calc(var(--pf-c-popover__content--PaddingRight) - var(--pf-global--spacer--md));
893
1204
  --pf-c-popover--c-button--sibling--PaddingRight: var(--pf-global--spacer--2xl);
894
1205
  --pf-c-popover--c-title--MarginBottom: var(--pf-global--spacer--sm);
1206
+ --pf-c-popover__title--MarginBottom: var(--pf-global--spacer--sm);
1207
+ --pf-c-popover__title--LineHeight: var(--pf-global--LineHeight--md);
1208
+ --pf-c-popover__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
1209
+ --pf-c-popover__title--FontSize: var(--pf-global--FontSize--md);
1210
+ --pf-c-popover__title-icon--MarginRight: var(--pf-global--spacer--sm);
1211
+ --pf-c-popover__title-icon--Color: var(--pf-global--Color--100);
895
1212
  --pf-c-popover__footer--MarginTop: var(--pf-global--spacer--md);
896
1213
  position: relative;
897
1214
  min-width: var(--pf-c-popover--MinWidth);
898
1215
  max-width: var(--pf-c-popover--MaxWidth);
899
1216
  font-size: var(--pf-c-popover--FontSize);
900
- box-shadow: var(--pf-c-popover--BoxShadow); }
901
- .pf-c-popover.pf-m-no-padding {
902
- --pf-c-popover__content--PaddingTop: 0px;
903
- --pf-c-popover__content--PaddingRight: 0px;
904
- --pf-c-popover__content--PaddingBottom: 0px;
905
- --pf-c-popover__content--PaddingLeft: 0px; }
906
- .pf-c-popover.pf-m-width-auto {
907
- --pf-c-popover--MinWidth: auto;
908
- --pf-c-popover--MaxWidth: none; }
909
- .pf-c-popover.pf-m-top .pf-c-popover__arrow {
910
- bottom: 0;
911
- left: 50%;
912
- transform: translateX(var(--pf-c-popover__arrow--m-top--TranslateX)) translateY(var(--pf-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-c-popover__arrow--m-top--Rotate)); }
913
- .pf-c-popover.pf-m-bottom .pf-c-popover__arrow {
914
- top: 0;
915
- left: 50%;
916
- transform: translateX(var(--pf-c-popover__arrow--m-bottom--TranslateX)) translateY(var(--pf-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-c-popover__arrow--m-bottom--Rotate)); }
917
- .pf-c-popover.pf-m-left .pf-c-popover__arrow {
918
- top: 50%;
919
- right: 0;
920
- transform: translateX(var(--pf-c-popover__arrow--m-left--TranslateX)) translateY(var(--pf-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-c-popover__arrow--m-left--Rotate)); }
921
- .pf-c-popover.pf-m-right .pf-c-popover__arrow {
922
- top: 50%;
923
- left: 0;
924
- transform: translateX(var(--pf-c-popover__arrow--m-right--TranslateX)) translateY(var(--pf-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-c-popover__arrow--m-right--Rotate)); }
1217
+ box-shadow: var(--pf-c-popover--BoxShadow);
1218
+ }
1219
+ .pf-c-popover.pf-m-no-padding {
1220
+ --pf-c-popover__content--PaddingTop: 0px;
1221
+ --pf-c-popover__content--PaddingRight: 0px;
1222
+ --pf-c-popover__content--PaddingBottom: 0px;
1223
+ --pf-c-popover__content--PaddingLeft: 0px;
1224
+ }
1225
+ .pf-c-popover.pf-m-width-auto {
1226
+ --pf-c-popover--MinWidth: auto;
1227
+ --pf-c-popover--MaxWidth: none;
1228
+ }
1229
+ .pf-c-popover.pf-m-top .pf-c-popover__arrow, .pf-c-popover.pf-m-top-left .pf-c-popover__arrow, .pf-c-popover.pf-m-top-right .pf-c-popover__arrow {
1230
+ bottom: 0;
1231
+ left: 50%;
1232
+ transform: translateX(var(--pf-c-popover__arrow--m-top--TranslateX)) translateY(var(--pf-c-popover__arrow--m-top--TranslateY)) rotate(var(--pf-c-popover__arrow--m-top--Rotate));
1233
+ }
1234
+ .pf-c-popover.pf-m-bottom .pf-c-popover__arrow, .pf-c-popover.pf-m-bottom-left .pf-c-popover__arrow, .pf-c-popover.pf-m-bottom-right .pf-c-popover__arrow {
1235
+ top: 0;
1236
+ left: 50%;
1237
+ transform: translateX(var(--pf-c-popover__arrow--m-bottom--TranslateX)) translateY(var(--pf-c-popover__arrow--m-bottom--TranslateY)) rotate(var(--pf-c-popover__arrow--m-bottom--Rotate));
1238
+ }
1239
+ .pf-c-popover.pf-m-left .pf-c-popover__arrow, .pf-c-popover.pf-m-left-top .pf-c-popover__arrow, .pf-c-popover.pf-m-left-bottom .pf-c-popover__arrow {
1240
+ top: 50%;
1241
+ right: 0;
1242
+ transform: translateX(var(--pf-c-popover__arrow--m-left--TranslateX)) translateY(var(--pf-c-popover__arrow--m-left--TranslateY)) rotate(var(--pf-c-popover__arrow--m-left--Rotate));
1243
+ }
1244
+ .pf-c-popover.pf-m-right .pf-c-popover__arrow, .pf-c-popover.pf-m-right-top .pf-c-popover__arrow, .pf-c-popover.pf-m-right-bottom .pf-c-popover__arrow {
1245
+ top: 50%;
1246
+ left: 0;
1247
+ transform: translateX(var(--pf-c-popover__arrow--m-right--TranslateX)) translateY(var(--pf-c-popover__arrow--m-right--TranslateY)) rotate(var(--pf-c-popover__arrow--m-right--Rotate));
1248
+ }
1249
+ .pf-c-popover.pf-m-left-top .pf-c-popover__arrow, .pf-c-popover.pf-m-right-top .pf-c-popover__arrow {
1250
+ top: var(--pf-c-popover__arrow--Height);
1251
+ }
1252
+ .pf-c-popover.pf-m-left-bottom .pf-c-popover__arrow, .pf-c-popover.pf-m-right-bottom .pf-c-popover__arrow {
1253
+ top: auto;
1254
+ bottom: 0;
1255
+ }
1256
+ .pf-c-popover.pf-m-top-left .pf-c-popover__arrow, .pf-c-popover.pf-m-bottom-left .pf-c-popover__arrow {
1257
+ left: var(--pf-c-popover__arrow--Width);
1258
+ }
1259
+ .pf-c-popover.pf-m-top-right .pf-c-popover__arrow, .pf-c-popover.pf-m-bottom-right .pf-c-popover__arrow {
1260
+ right: 0;
1261
+ left: auto;
1262
+ }
1263
+ .pf-c-popover.pf-m-danger {
1264
+ --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-danger__title-icon--Color);
1265
+ --pf-c-popover__title-text--Color: var(--pf-c-popover--m-danger__title-text--Color);
1266
+ }
1267
+ .pf-c-popover.pf-m-warning {
1268
+ --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-warning__title-icon--Color);
1269
+ --pf-c-popover__title-text--Color: var(--pf-c-popover--m-warning__title-text--Color);
1270
+ }
1271
+ .pf-c-popover.pf-m-success {
1272
+ --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-success__title-icon--Color);
1273
+ --pf-c-popover__title-text--Color: var(--pf-c-popover--m-success__title-text--Color);
1274
+ }
1275
+ .pf-c-popover.pf-m-default {
1276
+ --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-default__title-icon--Color);
1277
+ --pf-c-popover__title-text--Color: var(--pf-c-popover--m-default__title-text--Color);
1278
+ }
1279
+ .pf-c-popover.pf-m-info {
1280
+ --pf-c-popover__title-icon--Color: var(--pf-c-popover--m-info__title-icon--Color);
1281
+ --pf-c-popover__title-text--Color: var(--pf-c-popover--m-info__title-text--Color);
1282
+ }
925
1283
 
926
1284
  .pf-c-popover__content {
927
1285
  position: relative;
928
1286
  padding: var(--pf-c-popover__content--PaddingTop) var(--pf-c-popover__content--PaddingRight) var(--pf-c-popover__content--PaddingBottom) var(--pf-c-popover__content--PaddingLeft);
929
- background-color: var(--pf-c-popover__content--BackgroundColor); }
930
- .pf-c-popover__content > .pf-c-title {
931
- margin-bottom: var(--pf-c-popover--c-title--MarginBottom); }
932
- .pf-c-popover__content > .pf-c-button {
933
- position: absolute;
934
- top: var(--pf-c-popover--c-button--Top);
935
- right: var(--pf-c-popover--c-button--Right); }
936
- .pf-c-popover__content > .pf-c-button + * {
937
- padding-right: var(--pf-c-popover--c-button--sibling--PaddingRight); }
1287
+ background-color: var(--pf-c-popover__content--BackgroundColor);
1288
+ }
1289
+ .pf-c-popover__content > .pf-c-title {
1290
+ margin-bottom: var(--pf-c-popover--c-title--MarginBottom);
1291
+ }
1292
+ .pf-c-popover__content > .pf-c-button {
1293
+ position: absolute;
1294
+ top: var(--pf-c-popover--c-button--Top);
1295
+ right: var(--pf-c-popover--c-button--Right);
1296
+ }
1297
+ .pf-c-popover__content > .pf-c-button + * {
1298
+ padding-right: var(--pf-c-popover--c-button--sibling--PaddingRight);
1299
+ }
938
1300
 
939
1301
  .pf-c-popover__arrow {
940
1302
  position: absolute;
@@ -942,13 +1304,49 @@
942
1304
  height: var(--pf-c-popover__arrow--Height);
943
1305
  pointer-events: none;
944
1306
  background-color: var(--pf-c-popover__arrow--BackgroundColor);
945
- box-shadow: var(--pf-c-popover__arrow--BoxShadow); }
1307
+ box-shadow: var(--pf-c-popover__arrow--BoxShadow);
1308
+ }
1309
+
1310
+ .pf-c-popover__title {
1311
+ flex: 0 0 auto;
1312
+ margin-bottom: var(--pf-c-popover__title--MarginBottom);
1313
+ font-family: var(--pf-c-popover__title--FontFamily);
1314
+ font-size: var(--pf-c-popover__title--FontSize);
1315
+ line-height: var(--pf-c-popover__title--LineHeight);
1316
+ }
1317
+ .pf-c-popover__title.pf-m-icon {
1318
+ display: flex;
1319
+ }
1320
+
1321
+ .pf-c-popover__title-icon {
1322
+ margin-right: var(--pf-c-popover__title-icon--MarginRight);
1323
+ color: var(--pf-c-popover__title-icon--Color);
1324
+ }
1325
+
1326
+ .pf-c-popover__title-text {
1327
+ color: var(--pf-c-popover__title-text--Color, inherit);
1328
+ }
946
1329
 
947
1330
  .pf-c-popover__body {
948
- word-wrap: break-word; }
1331
+ word-wrap: break-word;
1332
+ }
949
1333
 
950
1334
  .pf-c-popover__footer {
951
- margin-top: var(--pf-c-popover__footer--MarginTop); }
1335
+ margin-top: var(--pf-c-popover__footer--MarginTop);
1336
+ }
1337
+
1338
+ :where(.pf-theme-dark) .pf-c-popover {
1339
+ --pf-c-popover--BoxShadow: none;
1340
+ --pf-c-popover__arrow--BoxShadow: none;
1341
+ --pf-c-popover__arrow--BackgroundColor: var(--pf-c-popover__content--BackgroundColor);
1342
+ --pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--200);
1343
+ --pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--100);
1344
+ --pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--100);
1345
+ }
1346
+ :where(.pf-theme-dark) .pf-c-popover,
1347
+ :where(.pf-theme-dark) .pf-c-popover .pf-c-popover__arrow {
1348
+ border: 4px solid var(--pf-global--BorderColor--400);
1349
+ }
952
1350
 
953
1351
  .pf-c-modal-box {
954
1352
  --pf-c-modal-box--BackgroundColor: var(--pf-global--BackgroundColor--100);
@@ -1003,37 +1401,51 @@
1003
1401
  max-width: var(--pf-c-modal-box--MaxWidth);
1004
1402
  max-height: var(--pf-c-modal-box--MaxHeight);
1005
1403
  background-color: var(--pf-c-modal-box--BackgroundColor);
1006
- box-shadow: var(--pf-c-modal-box--BoxShadow); }
1007
- @media (min-width: 1200px) {
1008
- .pf-c-modal-box {
1009
- --pf-c-modal-box--m-align-top--spacer: var(--pf-c-modal-box--m-align-top--xl--spacer); } }
1010
- .pf-c-modal-box.pf-m-sm {
1011
- --pf-c-modal-box--Width: var(--pf-c-modal-box--m-sm--sm--MaxWidth); }
1012
- .pf-c-modal-box.pf-m-md {
1013
- --pf-c-modal-box--Width: var(--pf-c-modal-box--m-md--Width); }
1014
- .pf-c-modal-box.pf-m-lg {
1015
- --pf-c-modal-box--Width: var(--pf-c-modal-box--m-lg--lg--MaxWidth); }
1016
- .pf-c-modal-box.pf-m-align-top {
1017
- top: var(--pf-c-modal-box--m-align-top--MarginTop);
1018
- align-self: flex-start;
1019
- max-width: var(--pf-c-modal-box--m-align-top--MaxWidth);
1020
- max-height: var(--pf-c-modal-box--m-align-top--MaxHeight); }
1021
- .pf-c-modal-box.pf-m-danger {
1022
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-danger__title-icon--Color); }
1023
- .pf-c-modal-box.pf-m-warning {
1024
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-warning__title-icon--Color); }
1025
- .pf-c-modal-box.pf-m-success {
1026
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color); }
1027
- .pf-c-modal-box.pf-m-default {
1028
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-default__title-icon--Color); }
1029
- .pf-c-modal-box.pf-m-info {
1030
- --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color); }
1031
- .pf-c-modal-box > .pf-c-button {
1032
- position: absolute;
1033
- top: var(--pf-c-modal-box--c-button--Top);
1034
- right: var(--pf-c-modal-box--c-button--Right); }
1035
- .pf-c-modal-box > .pf-c-button + * {
1036
- margin-right: var(--pf-c-modal-box--c-button--sibling--MarginRight); }
1404
+ box-shadow: var(--pf-c-modal-box--BoxShadow);
1405
+ }
1406
+ @media (min-width: 1200px) {
1407
+ .pf-c-modal-box {
1408
+ --pf-c-modal-box--m-align-top--spacer: var(--pf-c-modal-box--m-align-top--xl--spacer);
1409
+ }
1410
+ }
1411
+ .pf-c-modal-box.pf-m-sm {
1412
+ --pf-c-modal-box--Width: var(--pf-c-modal-box--m-sm--sm--MaxWidth);
1413
+ }
1414
+ .pf-c-modal-box.pf-m-md {
1415
+ --pf-c-modal-box--Width: var(--pf-c-modal-box--m-md--Width);
1416
+ }
1417
+ .pf-c-modal-box.pf-m-lg {
1418
+ --pf-c-modal-box--Width: var(--pf-c-modal-box--m-lg--lg--MaxWidth);
1419
+ }
1420
+ .pf-c-modal-box.pf-m-align-top {
1421
+ top: var(--pf-c-modal-box--m-align-top--MarginTop);
1422
+ align-self: flex-start;
1423
+ max-width: var(--pf-c-modal-box--m-align-top--MaxWidth);
1424
+ max-height: var(--pf-c-modal-box--m-align-top--MaxHeight);
1425
+ }
1426
+ .pf-c-modal-box.pf-m-danger {
1427
+ --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-danger__title-icon--Color);
1428
+ }
1429
+ .pf-c-modal-box.pf-m-warning {
1430
+ --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-warning__title-icon--Color);
1431
+ }
1432
+ .pf-c-modal-box.pf-m-success {
1433
+ --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-success__title-icon--Color);
1434
+ }
1435
+ .pf-c-modal-box.pf-m-default {
1436
+ --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-default__title-icon--Color);
1437
+ }
1438
+ .pf-c-modal-box.pf-m-info {
1439
+ --pf-c-modal-box__title-icon--Color: var(--pf-c-modal-box--m-info__title-icon--Color);
1440
+ }
1441
+ .pf-c-modal-box > .pf-c-button {
1442
+ position: absolute;
1443
+ top: var(--pf-c-modal-box--c-button--Top);
1444
+ right: var(--pf-c-modal-box--c-button--Right);
1445
+ }
1446
+ .pf-c-modal-box > .pf-c-button + * {
1447
+ margin-right: var(--pf-c-modal-box--c-button--sibling--MarginRight);
1448
+ }
1037
1449
 
1038
1450
  .pf-c-modal-box__header {
1039
1451
  display: flex;
@@ -1041,39 +1453,49 @@
1041
1453
  flex-shrink: 0;
1042
1454
  padding-top: var(--pf-c-modal-box__header--PaddingTop);
1043
1455
  padding-right: var(--pf-c-modal-box__header--PaddingRight);
1044
- padding-left: var(--pf-c-modal-box__header--PaddingLeft); }
1045
- .pf-c-modal-box__header.pf-m-help {
1046
- display: flex;
1047
- flex-direction: row; }
1048
- .pf-c-modal-box__header:last-child {
1049
- padding-bottom: var(--pf-c-modal-box__header--last-child--PaddingBottom); }
1050
- .pf-c-modal-box__header + .pf-c-modal-box__body {
1051
- --pf-c-modal-box__body--PaddingTop: var(--pf-c-modal-box__header--body--PaddingTop); }
1456
+ padding-left: var(--pf-c-modal-box__header--PaddingLeft);
1457
+ }
1458
+ .pf-c-modal-box__header.pf-m-help {
1459
+ display: flex;
1460
+ flex-direction: row;
1461
+ }
1462
+ .pf-c-modal-box__header:last-child {
1463
+ padding-bottom: var(--pf-c-modal-box__header--last-child--PaddingBottom);
1464
+ }
1465
+ .pf-c-modal-box__header + .pf-c-modal-box__body {
1466
+ --pf-c-modal-box__body--PaddingTop: var(--pf-c-modal-box__header--body--PaddingTop);
1467
+ }
1052
1468
 
1053
1469
  .pf-c-modal-box__header-main {
1054
1470
  flex-grow: 1;
1055
- min-width: 0; }
1471
+ min-width: 0;
1472
+ }
1056
1473
 
1057
1474
  .pf-c-modal-box__title,
1058
1475
  .pf-c-modal-box__title-text {
1059
1476
  overflow: hidden;
1060
1477
  text-overflow: ellipsis;
1061
- white-space: nowrap; }
1478
+ white-space: nowrap;
1479
+ }
1062
1480
 
1063
1481
  .pf-c-modal-box__title {
1064
1482
  flex: 0 0 auto;
1065
1483
  font-family: var(--pf-c-modal-box__title--FontFamily);
1066
1484
  font-size: var(--pf-c-modal-box__title--FontSize);
1067
- line-height: var(--pf-c-modal-box__title--LineHeight); }
1068
- .pf-c-modal-box__title.pf-m-icon {
1069
- display: flex; }
1485
+ line-height: var(--pf-c-modal-box__title--LineHeight);
1486
+ }
1487
+ .pf-c-modal-box__title.pf-m-icon {
1488
+ display: flex;
1489
+ }
1070
1490
 
1071
1491
  .pf-c-modal-box__title-icon {
1072
1492
  margin-right: var(--pf-c-modal-box__title-icon--MarginRight);
1073
- color: var(--pf-c-modal-box__title-icon--Color); }
1493
+ color: var(--pf-c-modal-box__title-icon--Color);
1494
+ }
1074
1495
 
1075
1496
  .pf-c-modal-box__description {
1076
- padding-top: var(--pf-c-modal-box__description--PaddingTop); }
1497
+ padding-top: var(--pf-c-modal-box__description--PaddingTop);
1498
+ }
1077
1499
 
1078
1500
  .pf-c-modal-box__body {
1079
1501
  flex: 1 1 auto;
@@ -1085,9 +1507,11 @@
1085
1507
  overflow-y: auto;
1086
1508
  overscroll-behavior: contain;
1087
1509
  word-break: break-word;
1088
- -webkit-overflow-scrolling: touch; }
1089
- .pf-c-modal-box__body:last-child {
1090
- padding-bottom: var(--pf-c-modal-box__body--last-child--PaddingBottom); }
1510
+ -webkit-overflow-scrolling: touch;
1511
+ }
1512
+ .pf-c-modal-box__body:last-child {
1513
+ padding-bottom: var(--pf-c-modal-box__body--last-child--PaddingBottom);
1514
+ }
1091
1515
 
1092
1516
  .pf-c-modal-box__footer {
1093
1517
  display: flex;
@@ -1096,26 +1520,37 @@
1096
1520
  padding-top: var(--pf-c-modal-box__footer--PaddingTop);
1097
1521
  padding-right: var(--pf-c-modal-box__footer--PaddingRight);
1098
1522
  padding-bottom: var(--pf-c-modal-box__footer--PaddingBottom);
1099
- padding-left: var(--pf-c-modal-box__footer--PaddingLeft); }
1523
+ padding-left: var(--pf-c-modal-box__footer--PaddingLeft);
1524
+ }
1525
+ .pf-c-modal-box__footer > .pf-c-button:not(:last-child) {
1526
+ margin-right: var(--pf-c-modal-box__footer--c-button--MarginRight);
1527
+ }
1528
+ @media screen and (min-width: 576px) {
1100
1529
  .pf-c-modal-box__footer > .pf-c-button:not(:last-child) {
1101
- margin-right: var(--pf-c-modal-box__footer--c-button--MarginRight); }
1102
- @media screen and (min-width: 576px) {
1103
- .pf-c-modal-box__footer > .pf-c-button:not(:last-child) {
1104
- --pf-c-modal-box__footer--c-button--MarginRight: var(--pf-c-modal-box__footer--c-button--sm--MarginRight); } }
1530
+ --pf-c-modal-box__footer--c-button--MarginRight: var(--pf-c-modal-box__footer--c-button--sm--MarginRight);
1531
+ }
1532
+ }
1533
+
1534
+ :where(.pf-theme-dark) .pf-c-modal-box {
1535
+ --pf-c-modal-box--BackgroundColor: var(--pf-global--BackgroundColor--300);
1536
+ }
1105
1537
 
1106
1538
  .pf-c-backdrop {
1539
+ --pf-c-backdrop--Position: fixed;
1107
1540
  --pf-c-backdrop--ZIndex: var(--pf-global--ZIndex--lg);
1108
1541
  --pf-c-backdrop--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-100);
1109
- position: fixed;
1542
+ position: var(--pf-c-backdrop--Position);
1110
1543
  top: 0;
1111
1544
  left: 0;
1112
1545
  z-index: var(--pf-c-backdrop--ZIndex);
1113
1546
  width: 100%;
1114
1547
  height: 100%;
1115
- background-color: var(--pf-c-backdrop--BackgroundColor); }
1548
+ background-color: var(--pf-c-backdrop--BackgroundColor);
1549
+ }
1116
1550
 
1117
1551
  .pf-c-backdrop__open {
1118
- overflow: hidden; }
1552
+ overflow: hidden;
1553
+ }
1119
1554
 
1120
1555
  .pf-l-bullseye {
1121
1556
  --pf-l-bullseye--Padding: 0;
@@ -1124,20 +1559,21 @@
1124
1559
  justify-content: center;
1125
1560
  height: 100%;
1126
1561
  padding: var(--pf-l-bullseye--Padding);
1127
- margin: 0; }
1562
+ margin: 0;
1563
+ }
1128
1564
 
1129
1565
  .pf-c-tooltip {
1130
1566
  --pf-c-tooltip--MaxWidth: 18.75rem;
1131
1567
  --pf-c-tooltip--BoxShadow: var(--pf-global--BoxShadow--md);
1132
1568
  --pf-c-tooltip__content--PaddingTop: var(--pf-global--spacer--sm);
1133
- --pf-c-tooltip__content--PaddingRight: var(--pf-global--spacer--md);
1569
+ --pf-c-tooltip__content--PaddingRight: var(--pf-global--spacer--sm);
1134
1570
  --pf-c-tooltip__content--PaddingBottom: var(--pf-global--spacer--sm);
1135
- --pf-c-tooltip__content--PaddingLeft: var(--pf-global--spacer--md);
1571
+ --pf-c-tooltip__content--PaddingLeft: var(--pf-global--spacer--sm);
1136
1572
  --pf-c-tooltip__content--Color: var(--pf-global--Color--light-100);
1137
1573
  --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--dark-100);
1138
1574
  --pf-c-tooltip__content--FontSize: var(--pf-global--FontSize--sm);
1139
- --pf-c-tooltip__arrow--Width: var(--pf-global--arrow--width);
1140
- --pf-c-tooltip__arrow--Height: var(--pf-global--arrow--width);
1575
+ --pf-c-tooltip__arrow--Width: 0.5rem;
1576
+ --pf-c-tooltip__arrow--Height: 0.5rem;
1141
1577
  --pf-c-tooltip__arrow--m-top--TranslateX: -50%;
1142
1578
  --pf-c-tooltip__arrow--m-top--TranslateY: 50%;
1143
1579
  --pf-c-tooltip__arrow--m-top--Rotate: 45deg;
@@ -1152,23 +1588,42 @@
1152
1588
  --pf-c-tooltip__arrow--m-left--Rotate: 45deg;
1153
1589
  position: relative;
1154
1590
  max-width: var(--pf-c-tooltip--MaxWidth);
1155
- box-shadow: var(--pf-c-tooltip--BoxShadow); }
1156
- .pf-c-tooltip.pf-m-top .pf-c-tooltip__arrow {
1157
- bottom: 0;
1158
- left: 50%;
1159
- transform: translateX(var(--pf-c-tooltip__arrow--m-top--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-top--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-top--Rotate)); }
1160
- .pf-c-tooltip.pf-m-bottom .pf-c-tooltip__arrow {
1161
- top: 0;
1162
- left: 50%;
1163
- transform: translateX(var(--pf-c-tooltip__arrow--m-bottom--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-bottom--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-bottom--Rotate)); }
1164
- .pf-c-tooltip.pf-m-left .pf-c-tooltip__arrow {
1165
- top: 50%;
1166
- right: 0;
1167
- transform: translateX(var(--pf-c-tooltip__arrow--m-left--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-left--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-left--Rotate)); }
1168
- .pf-c-tooltip.pf-m-right .pf-c-tooltip__arrow {
1169
- top: 50%;
1170
- left: 0;
1171
- transform: translateX(var(--pf-c-tooltip__arrow--m-right--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-right--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-right--Rotate)); }
1591
+ box-shadow: var(--pf-c-tooltip--BoxShadow);
1592
+ }
1593
+ .pf-c-tooltip.pf-m-top .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-top-left .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-top-right .pf-c-tooltip__arrow {
1594
+ bottom: 0;
1595
+ left: 50%;
1596
+ transform: translateX(var(--pf-c-tooltip__arrow--m-top--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-top--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-top--Rotate));
1597
+ }
1598
+ .pf-c-tooltip.pf-m-bottom .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-bottom-left .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-bottom-right .pf-c-tooltip__arrow {
1599
+ top: 0;
1600
+ left: 50%;
1601
+ transform: translateX(var(--pf-c-tooltip__arrow--m-bottom--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-bottom--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-bottom--Rotate));
1602
+ }
1603
+ .pf-c-tooltip.pf-m-left .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-left-top .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-left-bottom .pf-c-tooltip__arrow {
1604
+ top: 50%;
1605
+ right: 0;
1606
+ transform: translateX(var(--pf-c-tooltip__arrow--m-left--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-left--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-left--Rotate));
1607
+ }
1608
+ .pf-c-tooltip.pf-m-right .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-right-top .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-right-bottom .pf-c-tooltip__arrow {
1609
+ top: 50%;
1610
+ left: 0;
1611
+ transform: translateX(var(--pf-c-tooltip__arrow--m-right--TranslateX)) translateY(var(--pf-c-tooltip__arrow--m-right--TranslateY)) rotate(var(--pf-c-tooltip__arrow--m-right--Rotate));
1612
+ }
1613
+ .pf-c-tooltip.pf-m-left-top .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-right-top .pf-c-tooltip__arrow {
1614
+ top: var(--pf-c-tooltip__arrow--Height);
1615
+ }
1616
+ .pf-c-tooltip.pf-m-left-bottom .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-right-bottom .pf-c-tooltip__arrow {
1617
+ top: auto;
1618
+ bottom: 0;
1619
+ }
1620
+ .pf-c-tooltip.pf-m-top-left .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-bottom-left .pf-c-tooltip__arrow {
1621
+ left: var(--pf-c-tooltip__arrow--Width);
1622
+ }
1623
+ .pf-c-tooltip.pf-m-top-right .pf-c-tooltip__arrow, .pf-c-tooltip.pf-m-bottom-right .pf-c-tooltip__arrow {
1624
+ right: 0;
1625
+ left: auto;
1626
+ }
1172
1627
 
1173
1628
  .pf-c-tooltip__content {
1174
1629
  position: relative;
@@ -1177,13 +1632,29 @@
1177
1632
  color: var(--pf-c-tooltip__content--Color);
1178
1633
  text-align: center;
1179
1634
  word-break: break-word;
1180
- background-color: var(--pf-c-tooltip__content--BackgroundColor); }
1181
- .pf-c-tooltip__content.pf-m-text-align-left {
1182
- text-align: left; }
1635
+ background-color: var(--pf-c-tooltip__content--BackgroundColor);
1636
+ }
1637
+ .pf-c-tooltip__content.pf-m-text-align-left {
1638
+ text-align: left;
1639
+ }
1183
1640
 
1184
1641
  .pf-c-tooltip__arrow {
1185
1642
  position: absolute;
1186
1643
  width: var(--pf-c-tooltip__arrow--Width);
1187
1644
  height: var(--pf-c-tooltip__arrow--Height);
1188
1645
  pointer-events: none;
1189
- background-color: var(--pf-c-tooltip__content--BackgroundColor); }
1646
+ background-color: var(--pf-c-tooltip__content--BackgroundColor);
1647
+ }
1648
+
1649
+ :where(.pf-theme-dark) .pf-c-tooltip {
1650
+ --pf-c-tooltip--BoxShadow: none;
1651
+ --pf-c-tooltip__content--BackgroundColor: var(--pf-global--BackgroundColor--300);
1652
+ }
1653
+ :where(.pf-theme-dark) .pf-c-tooltip,
1654
+ :where(.pf-theme-dark) .pf-c-tooltip__arrow {
1655
+ border: var(--pf-global--BorderWidth--lg) solid var(--pf-global--BorderColor--300);
1656
+ }
1657
+ :where(.pf-theme-dark) .pf-c-tooltip__arrow {
1658
+ --pf-c-tooltip__arrow--Width: 0.9375rem;
1659
+ --pf-c-tooltip__arrow--Height: 0.9375rem;
1660
+ }