@patternfly/patternfly 4.200.1 → 4.201.2
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/components/AboutModalBox/about-modal-box.css +3 -0
- package/components/Banner/banner.css +3 -0
- package/components/Card/card.css +2 -1
- package/components/Card/themes/dark/card.scss +2 -1
- package/components/LogViewer/log-viewer.css +3 -0
- package/components/Login/login.css +4 -0
- package/components/Masthead/masthead.css +4 -4
- package/components/Masthead/masthead.scss +1 -5
- package/components/Page/page.css +5 -0
- package/components/ProgressStepper/progress-stepper.css +416 -69
- package/components/ProgressStepper/progress-stepper.scss +211 -80
- package/components/Wizard/wizard.css +3 -0
- package/docs/components/ProgressStepper/examples/ProgressStepper.md +328 -2
- package/package.json +1 -1
- package/patternfly-no-reset.css +725 -74
- package/patternfly.css +725 -74
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/themes/dark/placeholders.scss +4 -0
package/patternfly.css
CHANGED
|
@@ -388,6 +388,12 @@
|
|
|
388
388
|
--pf-global--link--Color--hover: #73bcf7;
|
|
389
389
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
390
390
|
}
|
|
391
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
392
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
393
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
394
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
395
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
396
|
+
}
|
|
391
397
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
392
398
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
393
399
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -5856,6 +5862,12 @@ a {
|
|
|
5856
5862
|
--pf-global--link--Color--hover: #73bcf7;
|
|
5857
5863
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
5858
5864
|
}
|
|
5865
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
5866
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
5867
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
5868
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
5869
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
5870
|
+
}
|
|
5859
5871
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
5860
5872
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
5861
5873
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -6099,6 +6111,12 @@ a {
|
|
|
6099
6111
|
--pf-global--link--Color--hover: #73bcf7;
|
|
6100
6112
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
6101
6113
|
}
|
|
6114
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
6115
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
6116
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
6117
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
6118
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
6119
|
+
}
|
|
6102
6120
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
6103
6121
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
6104
6122
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -6358,6 +6376,12 @@ a {
|
|
|
6358
6376
|
--pf-global--link--Color--hover: #73bcf7;
|
|
6359
6377
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
6360
6378
|
}
|
|
6379
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
6380
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
6381
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
6382
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
6383
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
6384
|
+
}
|
|
6361
6385
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
6362
6386
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
6363
6387
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -6670,6 +6694,12 @@ a {
|
|
|
6670
6694
|
--pf-global--link--Color--hover: #73bcf7;
|
|
6671
6695
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
6672
6696
|
}
|
|
6697
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
6698
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
6699
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
6700
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
6701
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
6702
|
+
}
|
|
6673
6703
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
6674
6704
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
6675
6705
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -7090,6 +7120,12 @@ a {
|
|
|
7090
7120
|
--pf-global--link--Color--hover: #73bcf7;
|
|
7091
7121
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
7092
7122
|
}
|
|
7123
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
7124
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
7125
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
7126
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
7127
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
7128
|
+
}
|
|
7093
7129
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
7094
7130
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
7095
7131
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -7212,6 +7248,12 @@ a {
|
|
|
7212
7248
|
--pf-global--link--Color--hover: #73bcf7;
|
|
7213
7249
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
7214
7250
|
}
|
|
7251
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
7252
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
7253
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
7254
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card {
|
|
7255
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
7256
|
+
}
|
|
7215
7257
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
7216
7258
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
7217
7259
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -7409,6 +7451,12 @@ button.pf-c-breadcrumb__link {
|
|
|
7409
7451
|
--pf-global--link--Color--hover: #73bcf7;
|
|
7410
7452
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
7411
7453
|
}
|
|
7454
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
7455
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
7456
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
7457
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
7458
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
7459
|
+
}
|
|
7412
7460
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
7413
7461
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
7414
7462
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -7921,6 +7969,12 @@ button.pf-c-breadcrumb__link {
|
|
|
7921
7969
|
--pf-global--link--Color--hover: #73bcf7;
|
|
7922
7970
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
7923
7971
|
}
|
|
7972
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
7973
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
7974
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
7975
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
7976
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
7977
|
+
}
|
|
7924
7978
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
7925
7979
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
7926
7980
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -8179,6 +8233,12 @@ button.pf-c-breadcrumb__link {
|
|
|
8179
8233
|
--pf-global--link--Color--hover: #73bcf7;
|
|
8180
8234
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
8181
8235
|
}
|
|
8236
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
8237
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
8238
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
8239
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
8240
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8241
|
+
}
|
|
8182
8242
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
8183
8243
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
8184
8244
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -8559,6 +8619,12 @@ button.pf-c-breadcrumb__link {
|
|
|
8559
8619
|
--pf-global--link--Color--hover: #73bcf7;
|
|
8560
8620
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
8561
8621
|
}
|
|
8622
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
8623
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
8624
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
8625
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
8626
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8627
|
+
}
|
|
8562
8628
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
8563
8629
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
8564
8630
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -8577,7 +8643,8 @@ button.pf-c-breadcrumb__link {
|
|
|
8577
8643
|
--pf-c-button--m-secondary--active--Color: var(--pf-global--primary-color--100);
|
|
8578
8644
|
}
|
|
8579
8645
|
|
|
8580
|
-
:where(.pf-theme-dark) .pf-c-card
|
|
8646
|
+
:where(.pf-theme-dark) .pf-c-card,
|
|
8647
|
+
:where(.pf-theme-dark) .pf-c-card.pf-m-non-selectable-raised {
|
|
8581
8648
|
--pf-c-card--BoxShadow: var(--pf-global--BoxShadow--md);
|
|
8582
8649
|
--pf-c-card--m-hoverable-raised--hover--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
8583
8650
|
--pf-c-card--m-selectable-raised--hover--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
@@ -8747,6 +8814,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8747
8814
|
--pf-global--link--Color--hover: #73bcf7;
|
|
8748
8815
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
8749
8816
|
}
|
|
8817
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
8818
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
8819
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
8820
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
8821
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
8822
|
+
}
|
|
8750
8823
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
8751
8824
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
8752
8825
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -8945,6 +9018,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8945
9018
|
--pf-global--link--Color--hover: #73bcf7;
|
|
8946
9019
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
8947
9020
|
}
|
|
9021
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
9022
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
9023
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
9024
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
9025
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
9026
|
+
}
|
|
8948
9027
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
8949
9028
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
8950
9029
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -9161,6 +9240,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9161
9240
|
--pf-global--link--Color--hover: #73bcf7;
|
|
9162
9241
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
9163
9242
|
}
|
|
9243
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
9244
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
9245
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
9246
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
9247
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
9248
|
+
}
|
|
9164
9249
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
9165
9250
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
9166
9251
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -9730,6 +9815,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
9730
9815
|
--pf-global--link--Color--hover: #73bcf7;
|
|
9731
9816
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
9732
9817
|
}
|
|
9818
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
9819
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
9820
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
9821
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
9822
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
9823
|
+
}
|
|
9733
9824
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
9734
9825
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
9735
9826
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -10613,6 +10704,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
10613
10704
|
--pf-global--link--Color--hover: #73bcf7;
|
|
10614
10705
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
10615
10706
|
}
|
|
10707
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
10708
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
10709
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
10710
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
10711
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
10712
|
+
}
|
|
10616
10713
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
10617
10714
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
10618
10715
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -12490,6 +12587,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12490
12587
|
--pf-global--link--Color--hover: #73bcf7;
|
|
12491
12588
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
12492
12589
|
}
|
|
12590
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
12591
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
12592
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
12593
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
12594
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
12595
|
+
}
|
|
12493
12596
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
12494
12597
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
12495
12598
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -13687,6 +13790,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
13687
13790
|
--pf-global--link--Color--hover: #73bcf7;
|
|
13688
13791
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
13689
13792
|
}
|
|
13793
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
13794
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
13795
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
13796
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
13797
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
13798
|
+
}
|
|
13690
13799
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
13691
13800
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
13692
13801
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -14348,6 +14457,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
14348
14457
|
--pf-global--link--Color--hover: #73bcf7;
|
|
14349
14458
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
14350
14459
|
}
|
|
14460
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
14461
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
14462
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
14463
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
14464
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
14465
|
+
}
|
|
14351
14466
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
14352
14467
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
14353
14468
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15211,6 +15326,12 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
15211
15326
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15212
15327
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15213
15328
|
}
|
|
15329
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
15330
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
15331
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
15332
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
15333
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
15334
|
+
}
|
|
15214
15335
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15215
15336
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15216
15337
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15554,6 +15675,12 @@ textarea.pf-c-form-control {
|
|
|
15554
15675
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15555
15676
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15556
15677
|
}
|
|
15678
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
15679
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
15680
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
15681
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
15682
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
15683
|
+
}
|
|
15557
15684
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15558
15685
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15559
15686
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15667,6 +15794,12 @@ textarea.pf-c-form-control {
|
|
|
15667
15794
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15668
15795
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15669
15796
|
}
|
|
15797
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
15798
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
15799
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
15800
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
15801
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
15802
|
+
}
|
|
15670
15803
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15671
15804
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15672
15805
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15772,6 +15905,12 @@ textarea.pf-c-form-control {
|
|
|
15772
15905
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15773
15906
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15774
15907
|
}
|
|
15908
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
15909
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
15910
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
15911
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
15912
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
15913
|
+
}
|
|
15775
15914
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15776
15915
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15777
15916
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -15961,6 +16100,12 @@ label.pf-c-input-group__text {
|
|
|
15961
16100
|
--pf-global--link--Color--hover: #73bcf7;
|
|
15962
16101
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
15963
16102
|
}
|
|
16103
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
16104
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
16105
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
16106
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
16107
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
16108
|
+
}
|
|
15964
16109
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
15965
16110
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
15966
16111
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -16713,6 +16858,12 @@ button.pf-c-label__content:focus {
|
|
|
16713
16858
|
--pf-global--link--Color--hover: #73bcf7;
|
|
16714
16859
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
16715
16860
|
}
|
|
16861
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
16862
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
16863
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
16864
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
16865
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
16866
|
+
}
|
|
16716
16867
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
16717
16868
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
16718
16869
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -17167,6 +17318,12 @@ ul.pf-c-list {
|
|
|
17167
17318
|
--pf-global--link--Color--hover: #73bcf7;
|
|
17168
17319
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
17169
17320
|
}
|
|
17321
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
17322
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
17323
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
17324
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card {
|
|
17325
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
17326
|
+
}
|
|
17170
17327
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
17171
17328
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
17172
17329
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -17468,6 +17625,12 @@ ul.pf-c-list {
|
|
|
17468
17625
|
--pf-global--link--Color--hover: #73bcf7;
|
|
17469
17626
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
17470
17627
|
}
|
|
17628
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
17629
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
17630
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
17631
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card {
|
|
17632
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
17633
|
+
}
|
|
17471
17634
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
17472
17635
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
17473
17636
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -17619,13 +17782,10 @@ ul.pf-c-list {
|
|
|
17619
17782
|
}
|
|
17620
17783
|
}
|
|
17621
17784
|
@media screen and (min-width: 1200px) {
|
|
17622
|
-
.pf-c-
|
|
17785
|
+
.pf-c-masthead {
|
|
17623
17786
|
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
17624
17787
|
}
|
|
17625
17788
|
}
|
|
17626
|
-
.pf-c-page:where(.pf-m-breakpoint-xl) .pf-c-masthead {
|
|
17627
|
-
--pf-c-masthead--inset: var(--pf-c-masthead--xl--inset);
|
|
17628
|
-
}
|
|
17629
17789
|
.pf-c-masthead.pf-m-light {
|
|
17630
17790
|
color: var(--pf-global--Color--100);
|
|
17631
17791
|
--pf-c-masthead--BackgroundColor: var(--pf-c-masthead--m-light--BackgroundColor);
|
|
@@ -18123,6 +18283,12 @@ ul.pf-c-list {
|
|
|
18123
18283
|
--pf-global--link--Color--hover: #73bcf7;
|
|
18124
18284
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
18125
18285
|
}
|
|
18286
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
18287
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
18288
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
18289
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card {
|
|
18290
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
18291
|
+
}
|
|
18126
18292
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
18127
18293
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
18128
18294
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -18718,6 +18884,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
18718
18884
|
--pf-global--link--Color--hover: #73bcf7;
|
|
18719
18885
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
18720
18886
|
}
|
|
18887
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
18888
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
18889
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
18890
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
18891
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
18892
|
+
}
|
|
18721
18893
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
18722
18894
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
18723
18895
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -19151,6 +19323,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19151
19323
|
--pf-global--link--Color--hover: #73bcf7;
|
|
19152
19324
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
19153
19325
|
}
|
|
19326
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
19327
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
19328
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
19329
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
19330
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
19331
|
+
}
|
|
19154
19332
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
19155
19333
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
19156
19334
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -19383,6 +19561,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
19383
19561
|
--pf-global--link--Color--hover: #73bcf7;
|
|
19384
19562
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
19385
19563
|
}
|
|
19564
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
19565
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
19566
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
19567
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
19568
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
19569
|
+
}
|
|
19386
19570
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
19387
19571
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
19388
19572
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -20527,6 +20711,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20527
20711
|
--pf-global--link--Color--hover: #73bcf7;
|
|
20528
20712
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
20529
20713
|
}
|
|
20714
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
20715
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
20716
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
20717
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
20718
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
20719
|
+
}
|
|
20530
20720
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
20531
20721
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
20532
20722
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -20681,6 +20871,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20681
20871
|
--pf-global--link--Color--hover: #73bcf7;
|
|
20682
20872
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
20683
20873
|
}
|
|
20874
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
20875
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
20876
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
20877
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
20878
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
20879
|
+
}
|
|
20684
20880
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
20685
20881
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
20686
20882
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -20978,6 +21174,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
20978
21174
|
--pf-global--link--Color--hover: #73bcf7;
|
|
20979
21175
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
20980
21176
|
}
|
|
21177
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
21178
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
21179
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
21180
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
21181
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
21182
|
+
}
|
|
20981
21183
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
20982
21184
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
20983
21185
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -21264,6 +21466,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
21264
21466
|
--pf-global--link--Color--hover: #73bcf7;
|
|
21265
21467
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
21266
21468
|
}
|
|
21469
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
21470
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
21471
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
21472
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
21473
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
21474
|
+
}
|
|
21267
21475
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
21268
21476
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
21269
21477
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -22184,6 +22392,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22184
22392
|
--pf-global--link--Color--hover: #73bcf7;
|
|
22185
22393
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
22186
22394
|
}
|
|
22395
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
22396
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
22397
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
22398
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card {
|
|
22399
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
22400
|
+
}
|
|
22187
22401
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
22188
22402
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
22189
22403
|
:where(.pf-theme-dark) .pf-c-page__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
@@ -22574,6 +22788,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22574
22788
|
--pf-global--link--Color--hover: #73bcf7;
|
|
22575
22789
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
22576
22790
|
}
|
|
22791
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
22792
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
22793
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
22794
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
22795
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
22796
|
+
}
|
|
22577
22797
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
22578
22798
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
22579
22799
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -22860,6 +23080,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
22860
23080
|
--pf-global--link--Color--hover: #73bcf7;
|
|
22861
23081
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
22862
23082
|
}
|
|
23083
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
23084
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
23085
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
23086
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
23087
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
23088
|
+
}
|
|
22863
23089
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
22864
23090
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
22865
23091
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -23061,6 +23287,12 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23061
23287
|
--pf-global--link--Color--hover: #73bcf7;
|
|
23062
23288
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
23063
23289
|
}
|
|
23290
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
23291
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
23292
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
23293
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
23294
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
23295
|
+
}
|
|
23064
23296
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
23065
23297
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
23066
23298
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -23086,39 +23318,8 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23086
23318
|
}
|
|
23087
23319
|
|
|
23088
23320
|
.pf-c-progress-stepper {
|
|
23089
|
-
--pf-c-progress-stepper--GridAutoFlow: column;
|
|
23090
|
-
--pf-c-progress-stepper--GridTemplateRows: auto 1fr;
|
|
23091
|
-
--pf-c-progress-stepper--GridTemplateColumns: initial;
|
|
23092
23321
|
--pf-c-progress-stepper--m-vertical--GridAutoFlow: row;
|
|
23093
23322
|
--pf-c-progress-stepper--m-vertical--GridTemplateColumns: auto 1fr;
|
|
23094
|
-
--pf-c-progress-stepper--m-compact--GridAutoFlow: row;
|
|
23095
|
-
--pf-c-progress-stepper--m-compact--GridTemplateColumns: repeat(auto-fill, 1.75rem);
|
|
23096
|
-
--pf-c-progress-stepper__step-connector--JustifyContent: start;
|
|
23097
|
-
--pf-c-progress-stepper--m-center__step-connector--JustifyContent: center;
|
|
23098
|
-
--pf-c-progress-stepper__step-icon--ZIndex: var(--pf-global--ZIndex--xs);
|
|
23099
|
-
--pf-c-progress-stepper__step-icon--Width: 1.75rem;
|
|
23100
|
-
--pf-c-progress-stepper__step-icon--Height: var(--pf-c-progress-stepper__step-icon--Width);
|
|
23101
|
-
--pf-c-progress-stepper__step-icon--FontSize: var(--pf-global--icon--FontSize--md);
|
|
23102
|
-
--pf-c-progress-stepper__step-icon--Color: var(--pf-global--Color--100);
|
|
23103
|
-
--pf-c-progress-stepper__step-icon--BackgroundColor: var(--pf-global--BackgroundColor--light-200);
|
|
23104
|
-
--pf-c-progress-stepper__step-icon--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
23105
|
-
--pf-c-progress-stepper__step-icon--BorderColor: var(--pf-global--BorderColor--100);
|
|
23106
|
-
--pf-c-progress-stepper--m-compact__step-icon--Width: 1.125rem;
|
|
23107
|
-
--pf-c-progress-stepper--m-compact__step-icon--FontSize: var(--pf-global--icon--FontSize--sm);
|
|
23108
|
-
--pf-c-progress-stepper__pficon--MarginTop: 3px;
|
|
23109
|
-
--pf-c-progress-stepper__fa-exclamation-triangle--MarginTop: -5px;
|
|
23110
|
-
--pf-c-progress-stepper--m-compact__pficon--MarginTop: 2px;
|
|
23111
|
-
--pf-c-progress-stepper--m-compact__fa-exclamation-triangle--MarginTop: -3px;
|
|
23112
|
-
--pf-c-progress-stepper__step-connector--before--Top: calc(var(--pf-c-progress-stepper__step-icon--Height) / 2);
|
|
23113
|
-
--pf-c-progress-stepper__step-connector--before--Left: 0;
|
|
23114
|
-
--pf-c-progress-stepper__step-connector--before--Width: 100%;
|
|
23115
|
-
--pf-c-progress-stepper__step-connector--before--Height: auto;
|
|
23116
|
-
--pf-c-progress-stepper__step-connector--before--BorderRightColor: unset;
|
|
23117
|
-
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: 0;
|
|
23118
|
-
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
|
|
23119
|
-
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
23120
|
-
--pf-c-progress-stepper__step-connector--before--Transform: translateY(-50%);
|
|
23121
|
-
--pf-c-progress-stepper--m-center__step-connector--before--Left: 50%;
|
|
23122
23323
|
--pf-c-progress-stepper--m-vertical__step-connector--before--Top: 0;
|
|
23123
23324
|
--pf-c-progress-stepper--m-vertical__step-connector--before--Left: calc(var(--pf-c-progress-stepper__step-icon--Width) / 2);
|
|
23124
23325
|
--pf-c-progress-stepper--m-vertical__step-connector--before--Width: auto;
|
|
@@ -23126,19 +23327,67 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23126
23327
|
--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightWidth: var(--pf-global--BorderWidth--md);
|
|
23127
23328
|
--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightColor: var(--pf-global--BorderColor--100);
|
|
23128
23329
|
--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomWidth: 0;
|
|
23330
|
+
--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomColor: transparent;
|
|
23129
23331
|
--pf-c-progress-stepper--m-vertical__step-connector--before--Transform: translateX(-50%);
|
|
23130
|
-
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-global--spacer--sm);
|
|
23131
|
-
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-global--spacer--sm);
|
|
23132
|
-
--pf-c-progress-stepper__step-main--MarginBottom: 0;
|
|
23133
|
-
--pf-c-progress-stepper__step-main--MarginLeft: 0;
|
|
23134
|
-
--pf-c-progress-stepper--m-center__step-main--MarginRight: var(--pf-global--spacer--xs);
|
|
23135
|
-
--pf-c-progress-stepper--m-center__step-main--MarginLeft: var(--pf-global--spacer--xs);
|
|
23136
23332
|
--pf-c-progress-stepper--m-vertical__step-main--MarginTop: var(--pf-global--spacer--xs);
|
|
23137
23333
|
--pf-c-progress-stepper--m-vertical__step-main--MarginRight: 0;
|
|
23138
23334
|
--pf-c-progress-stepper--m-vertical__step-main--MarginBottom: var(--pf-global--spacer--xl);
|
|
23139
23335
|
--pf-c-progress-stepper--m-vertical__step-main--MarginLeft: var(--pf-global--spacer--xs);
|
|
23336
|
+
--pf-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns: 1fr;
|
|
23337
|
+
--pf-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom: var(--pf-global--spacer--sm);
|
|
23338
|
+
--pf-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow: auto;
|
|
23339
|
+
--pf-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight: 0;
|
|
23340
|
+
--pf-c-progress-stepper--m-vertical--m-center__step-main--MarginRight: 0;
|
|
23341
|
+
--pf-c-progress-stepper--m-vertical--m-center__step-main--MarginLeft: 0;
|
|
23342
|
+
--pf-c-progress-stepper--m-horizontal--GridAutoFlow: column;
|
|
23343
|
+
--pf-c-progress-stepper--m-horizontal--GridTemplateColumns: initial;
|
|
23344
|
+
--pf-c-progress-stepper--m-horizontal__step-connector--before--Top: calc(var(--pf-c-progress-stepper__step-icon--Height) / 2);
|
|
23345
|
+
--pf-c-progress-stepper--m-horizontal__step-connector--before--Left: 0;
|
|
23346
|
+
--pf-c-progress-stepper--m-horizontal__step-connector--before--Width: 100%;
|
|
23347
|
+
--pf-c-progress-stepper--m-horizontal__step-connector--before--Height: auto;
|
|
23348
|
+
--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightWidth: 0;
|
|
23349
|
+
--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightColor: unset;
|
|
23350
|
+
--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomWidth: var(--pf-global--BorderWidth--md);
|
|
23351
|
+
--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomColor: var(--pf-global--BorderColor--100);
|
|
23352
|
+
--pf-c-progress-stepper--m-horizontal__step-connector--before--Transform: translateY(-50%);
|
|
23353
|
+
--pf-c-progress-stepper--m-horizontal__step-main--MarginTop: var(--pf-global--spacer--sm);
|
|
23354
|
+
--pf-c-progress-stepper--m-horizontal__step-main--MarginRight: var(--pf-global--spacer--sm);
|
|
23355
|
+
--pf-c-progress-stepper--m-horizontal__step-main--MarginBottom: 0;
|
|
23356
|
+
--pf-c-progress-stepper--m-horizontal__step-main--MarginLeft: 0;
|
|
23357
|
+
--pf-c-progress-stepper--m-horizontal--m-compact--GridTemplateColumns: repeat(auto-fill, 1.75rem);
|
|
23358
|
+
--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--PaddingBottom: 0;
|
|
23359
|
+
--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--GridRow: 2;
|
|
23360
|
+
--pf-c-progress-stepper--m-compact--GridAutoFlow: row;
|
|
23140
23361
|
--pf-c-progress-stepper--m-compact__step-main--MarginTop: 0;
|
|
23141
23362
|
--pf-c-progress-stepper--m-compact__step-main--MarginBottom: var(--pf-global--spacer--sm);
|
|
23363
|
+
--pf-c-progress-stepper--m-compact__step-connector--MinWidth: 1.75rem;
|
|
23364
|
+
--pf-c-progress-stepper--m-compact__step-icon--Width: 1.125rem;
|
|
23365
|
+
--pf-c-progress-stepper--m-compact__step-icon--FontSize: var(--pf-global--icon--FontSize--sm);
|
|
23366
|
+
--pf-c-progress-stepper--m-compact__step-title--FontSize: var(--pf-global--FontSize--sm);
|
|
23367
|
+
--pf-c-progress-stepper--m-compact__step-title--FontWeight: var(--pf-global--FontWeight--normal);
|
|
23368
|
+
--pf-c-progress-stepper--m-compact__pficon--MarginTop: 2px;
|
|
23369
|
+
--pf-c-progress-stepper--m-compact__fa-exclamation-triangle--MarginTop: -3px;
|
|
23370
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Left: 50%;
|
|
23371
|
+
--pf-c-progress-stepper--m-center--GridTemplateColumns: 1fr;
|
|
23372
|
+
--pf-c-progress-stepper--m-center__step-connector--JustifyContent: center;
|
|
23373
|
+
--pf-c-progress-stepper--m-center__step-main--MarginRight: var(--pf-global--spacer--xs);
|
|
23374
|
+
--pf-c-progress-stepper--m-center__step-main--MarginLeft: var(--pf-global--spacer--xs);
|
|
23375
|
+
--pf-c-progress-stepper--m-center__step-title--TextAlign: center;
|
|
23376
|
+
--pf-c-progress-stepper--m-center__step-description--TextAlign: center;
|
|
23377
|
+
--pf-c-progress-stepper--m-center__step-description--MarginRight: 0;
|
|
23378
|
+
--pf-c-progress-stepper--m-center__step-description--MarginLeft: 0;
|
|
23379
|
+
--pf-c-progress-stepper--GridTemplateRows: auto 1fr;
|
|
23380
|
+
--pf-c-progress-stepper__step-connector--JustifyContent: start;
|
|
23381
|
+
--pf-c-progress-stepper__step-icon--ZIndex: var(--pf-global--ZIndex--xs);
|
|
23382
|
+
--pf-c-progress-stepper__step-icon--Width: 1.75rem;
|
|
23383
|
+
--pf-c-progress-stepper__step-icon--Height: var(--pf-c-progress-stepper__step-icon--Width);
|
|
23384
|
+
--pf-c-progress-stepper__step-icon--FontSize: var(--pf-global--icon--FontSize--md);
|
|
23385
|
+
--pf-c-progress-stepper__step-icon--Color: var(--pf-global--Color--100);
|
|
23386
|
+
--pf-c-progress-stepper__step-icon--BackgroundColor: var(--pf-global--BackgroundColor--light-200);
|
|
23387
|
+
--pf-c-progress-stepper__step-icon--BorderWidth: var(--pf-global--BorderWidth--md);
|
|
23388
|
+
--pf-c-progress-stepper__step-icon--BorderColor: var(--pf-global--BorderColor--100);
|
|
23389
|
+
--pf-c-progress-stepper__pficon--MarginTop: 3px;
|
|
23390
|
+
--pf-c-progress-stepper__fa-exclamation-triangle--MarginTop: -5px;
|
|
23142
23391
|
--pf-c-progress-stepper__step-title--Color: var(--pf-global--Color--100);
|
|
23143
23392
|
--pf-c-progress-stepper__step-title--TextAlign: left;
|
|
23144
23393
|
--pf-c-progress-stepper__step-title--FontSize: var(--pf-global--FontSize--md);
|
|
@@ -23147,9 +23396,6 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23147
23396
|
--pf-c-progress-stepper__step--m-current__step-title--Color: var(--pf-global--Color--100);
|
|
23148
23397
|
--pf-c-progress-stepper__step--m-pending__step-title--Color: var(--pf-global--Color--200);
|
|
23149
23398
|
--pf-c-progress-stepper__step--m-danger__step-title--Color: var(--pf-global--danger-color--100);
|
|
23150
|
-
--pf-c-progress-stepper--m-center__step-title--TextAlign: center;
|
|
23151
|
-
--pf-c-progress-stepper--m-compact__step-title--FontSize: var(--pf-global--FontSize--sm);
|
|
23152
|
-
--pf-c-progress-stepper--m-compact__step-title--FontWeight: var(--pf-global--FontWeight--normal);
|
|
23153
23399
|
--pf-c-progress-stepper__step-title--m-help-text--TextDecorationColor: var(--pf-global--BorderColor--200);
|
|
23154
23400
|
--pf-c-progress-stepper__step-title--m-help-text--TextDecorationThickness: var(--pf-global--BorderWidth--sm);
|
|
23155
23401
|
--pf-c-progress-stepper__step-title--m-help-text--TextUnderlineOffset: 0.25rem;
|
|
@@ -23166,9 +23412,26 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23166
23412
|
--pf-c-progress-stepper__step-description--FontSize: var(--pf-global--FontSize--sm);
|
|
23167
23413
|
--pf-c-progress-stepper__step-description--Color: var(--pf-global--Color--200);
|
|
23168
23414
|
--pf-c-progress-stepper__step-description--TextAlign: left;
|
|
23169
|
-
--pf-c-progress-stepper--
|
|
23170
|
-
--pf-c-progress-stepper--
|
|
23171
|
-
--pf-c-progress-stepper--m-
|
|
23415
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-vertical--GridAutoFlow);
|
|
23416
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--GridTemplateColumns);
|
|
23417
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Top);
|
|
23418
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Left);
|
|
23419
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Width);
|
|
23420
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Height);
|
|
23421
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightWidth);
|
|
23422
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightColor);
|
|
23423
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomWidth);
|
|
23424
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomColor);
|
|
23425
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Transform);
|
|
23426
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-vertical__step-main--MarginTop);
|
|
23427
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical__step-main--MarginRight);
|
|
23428
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-vertical__step-main--MarginBottom);
|
|
23429
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical__step-main--MarginLeft);
|
|
23430
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns);
|
|
23431
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow);
|
|
23432
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom);
|
|
23433
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: none;
|
|
23434
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
23172
23435
|
position: relative;
|
|
23173
23436
|
display: grid;
|
|
23174
23437
|
grid-auto-flow: var(--pf-c-progress-stepper--GridAutoFlow);
|
|
@@ -23176,43 +23439,76 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23176
23439
|
grid-template-rows: var(--pf-c-progress-stepper--GridTemplateRows);
|
|
23177
23440
|
grid-auto-columns: 1fr;
|
|
23178
23441
|
}
|
|
23442
|
+
@media screen and (min-width: 768px) {
|
|
23443
|
+
.pf-c-progress-stepper {
|
|
23444
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
23445
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
23446
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Top);
|
|
23447
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Left);
|
|
23448
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Width);
|
|
23449
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Height);
|
|
23450
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightWidth);
|
|
23451
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightColor);
|
|
23452
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomWidth);
|
|
23453
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomColor);
|
|
23454
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Transform);
|
|
23455
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginTop);
|
|
23456
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginRight);
|
|
23457
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginBottom);
|
|
23458
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginLeft);
|
|
23459
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--m-compact--GridTemplateColumns);
|
|
23460
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--GridRow);
|
|
23461
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--PaddingBottom);
|
|
23462
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: "";
|
|
23463
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: none;
|
|
23464
|
+
}
|
|
23465
|
+
}
|
|
23179
23466
|
.pf-c-progress-stepper.pf-m-center {
|
|
23180
|
-
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-center__step-connector--before--Left);
|
|
23181
23467
|
--pf-c-progress-stepper__step-connector--JustifyContent: var(--pf-c-progress-stepper--m-center__step-connector--JustifyContent);
|
|
23182
23468
|
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-center__step-main--MarginRight);
|
|
23183
23469
|
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-center__step-main--MarginLeft);
|
|
23470
|
+
--pf-c-progress-stepper__step-title--TextAlign: var(--pf-c-progress-stepper--m-center__step-title--TextAlign);
|
|
23184
23471
|
--pf-c-progress-stepper__step-description--MarginRight: var(--pf-c-progress-stepper--m-center__step-description--MarginRight);
|
|
23185
23472
|
--pf-c-progress-stepper__step-description--MarginLeft: var(--pf-c-progress-stepper--m-center__step-description--MarginLeft);
|
|
23186
|
-
--pf-c-progress-stepper__step-title--TextAlign: var(--pf-c-progress-stepper--m-center__step-title--TextAlign);
|
|
23187
23473
|
--pf-c-progress-stepper__step-description--TextAlign: var(--pf-c-progress-stepper--m-center__step-description--TextAlign);
|
|
23474
|
+
--pf-c-progress-stepper--m-vertical__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical--m-center__step-main--MarginRight);
|
|
23475
|
+
--pf-c-progress-stepper--m-vertical__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical--m-center__step-main--MarginLeft);
|
|
23476
|
+
grid-template-columns: var(--pf-c-progress-stepper--m-center--GridTemplateColumns);
|
|
23188
23477
|
}
|
|
23189
|
-
.pf-c-progress-stepper.pf-m-
|
|
23190
|
-
|
|
23191
|
-
|
|
23192
|
-
|
|
23193
|
-
|
|
23194
|
-
|
|
23195
|
-
|
|
23196
|
-
|
|
23197
|
-
|
|
23198
|
-
|
|
23199
|
-
|
|
23200
|
-
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-vertical__step-main--MarginTop);
|
|
23201
|
-
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical__step-main--MarginRight);
|
|
23202
|
-
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-vertical__step-main--MarginBottom);
|
|
23203
|
-
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical__step-main--MarginLeft);
|
|
23478
|
+
.pf-c-progress-stepper.pf-m-center .pf-c-progress-stepper__step-main {
|
|
23479
|
+
position: relative;
|
|
23480
|
+
}
|
|
23481
|
+
.pf-c-progress-stepper.pf-m-center .pf-c-progress-stepper__step:not(:last-of-type) > .pf-c-progress-stepper__step-connector::before {
|
|
23482
|
+
left: var(--pf-c-progress-stepper--m-center__step-connector--before--Left);
|
|
23483
|
+
}
|
|
23484
|
+
.pf-c-progress-stepper.pf-m-center:not(.pf-m-compact) .pf-c-progress-stepper__step:not(:last-of-type) > .pf-c-progress-stepper__step-main::before {
|
|
23485
|
+
content: var(--pf-c-progress-stepper--m-center__step-main--before--Content);
|
|
23486
|
+
}
|
|
23487
|
+
.pf-c-progress-stepper.pf-m-center:not(.pf-m-compact) .pf-c-progress-stepper__step:not(:last-of-type) > .pf-c-progress-stepper__step-connector::before {
|
|
23488
|
+
content: var(--pf-c-progress-stepper--m-center__step-connector--before--Content);
|
|
23204
23489
|
}
|
|
23205
23490
|
.pf-c-progress-stepper.pf-m-compact {
|
|
23206
|
-
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-compact--GridAutoFlow);
|
|
23207
|
-
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-compact--GridTemplateColumns);
|
|
23208
|
-
--pf-c-progress-stepper__step-icon--Width: var(--pf-c-progress-stepper--m-compact__step-icon--Width);
|
|
23209
|
-
--pf-c-progress-stepper__step-icon--FontSize: var(--pf-c-progress-stepper--m-compact__step-icon--FontSize);
|
|
23210
|
-
--pf-c-progress-stepper__pficon--MarginTop: var(--pf-c-progress-stepper--m-compact__pficon--MarginTop);
|
|
23211
|
-
--pf-c-progress-stepper__fa-exclamation-triangle--MarginTop: var(--pf-c-progress-stepper--m-compact__fa-exclamation-triangle--MarginTop);
|
|
23212
23491
|
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-compact__step-main--MarginTop);
|
|
23213
23492
|
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-compact__step-main--MarginBottom);
|
|
23493
|
+
--pf-c-progress-stepper__step-icon--Width: var(--pf-c-progress-stepper--m-compact__step-icon--Width);
|
|
23494
|
+
--pf-c-progress-stepper__step-icon--FontSize: var(--pf-c-progress-stepper--m-compact__step-icon--FontSize);
|
|
23214
23495
|
--pf-c-progress-stepper__step-title--FontSize: var(--pf-c-progress-stepper--m-compact__step-title--FontSize);
|
|
23215
23496
|
--pf-c-progress-stepper__step--m-current__step-title--FontWeight: var(--pf-c-progress-stepper--m-compact__step-title--FontWeight);
|
|
23497
|
+
--pf-c-progress-stepper__pficon--MarginTop: var(--pf-c-progress-stepper--m-compact__pficon--MarginTop);
|
|
23498
|
+
--pf-c-progress-stepper__fa-exclamation-triangle--MarginTop: var(--pf-c-progress-stepper--m-compact__fa-exclamation-triangle--MarginTop);
|
|
23499
|
+
--pf-c-progress-stepper--m-vertical__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical--m-compact__step-main--MarginLeft);
|
|
23500
|
+
--pf-c-progress-stepper--m-vertical__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical--m-compact__step-main--MarginRight);
|
|
23501
|
+
display: inline-grid;
|
|
23502
|
+
grid-template-columns: var(--pf-c-progress-stepper--m-compact--GridTemplateColumns);
|
|
23503
|
+
grid-auto-flow: var(--pf-c-progress-stepper--m-compact--GridAutoFlow);
|
|
23504
|
+
}
|
|
23505
|
+
.pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-connector {
|
|
23506
|
+
min-width: var(--pf-c-progress-stepper--m-compact__step-connector--MinWidth);
|
|
23507
|
+
grid-row: var(--pf-c-progress-stepper--m-compact__step-connector--GridRow);
|
|
23508
|
+
padding-bottom: var(--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom);
|
|
23509
|
+
}
|
|
23510
|
+
.pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-main {
|
|
23511
|
+
margin-bottom: var(--pf-c-progress-stepper--m-compact__step-main--MarginBottom);
|
|
23216
23512
|
}
|
|
23217
23513
|
.pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step:not(.pf-m-current) .pf-c-progress-stepper__step-main {
|
|
23218
23514
|
position: fixed;
|
|
@@ -23223,13 +23519,13 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23223
23519
|
white-space: nowrap;
|
|
23224
23520
|
border: 0;
|
|
23225
23521
|
}
|
|
23226
|
-
.pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-description {
|
|
23227
|
-
display: none;
|
|
23228
|
-
}
|
|
23229
23522
|
.pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step.pf-m-current .pf-c-progress-stepper__step-main {
|
|
23230
23523
|
grid-column: 1/-1;
|
|
23231
23524
|
grid-row: 1/2;
|
|
23232
23525
|
}
|
|
23526
|
+
.pf-c-progress-stepper.pf-m-compact .pf-c-progress-stepper__step-description {
|
|
23527
|
+
display: none;
|
|
23528
|
+
}
|
|
23233
23529
|
|
|
23234
23530
|
.pf-c-progress-stepper__step {
|
|
23235
23531
|
display: contents;
|
|
@@ -23304,6 +23600,14 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23304
23600
|
.pf-c-progress-stepper__step-main {
|
|
23305
23601
|
margin: var(--pf-c-progress-stepper__step-main--MarginTop) var(--pf-c-progress-stepper__step-main--MarginRight) var(--pf-c-progress-stepper__step-main--MarginBottom) var(--pf-c-progress-stepper__step-main--MarginLeft);
|
|
23306
23602
|
}
|
|
23603
|
+
.pf-c-progress-stepper__step:not(:last-of-type) > .pf-c-progress-stepper__step-main::before {
|
|
23604
|
+
position: absolute;
|
|
23605
|
+
top: calc(100% + var(--pf-c-progress-stepper__step-main--MarginTop));
|
|
23606
|
+
left: calc(50% - calc(var(--pf-c-progress-stepper__step-connector--before--BorderRightWidth) / 2));
|
|
23607
|
+
width: auto;
|
|
23608
|
+
height: calc(var(--pf-c-progress-stepper__step-main--MarginTop) + var(--pf-c-progress-stepper__step-main--MarginBottom));
|
|
23609
|
+
border-right: var(--pf-c-progress-stepper__step-connector--before--BorderRightWidth) solid var(--pf-c-progress-stepper__step-connector--before--BorderRightColor);
|
|
23610
|
+
}
|
|
23307
23611
|
|
|
23308
23612
|
.pf-c-progress-stepper__step-title {
|
|
23309
23613
|
font-size: var(--pf-c-progress-stepper__step-title--FontSize);
|
|
@@ -23336,6 +23640,281 @@ label.pf-c-menu__item:where(:not([disabled], .pf-m-disabled)) {
|
|
|
23336
23640
|
text-align: var(--pf-c-progress-stepper__step-description--TextAlign);
|
|
23337
23641
|
}
|
|
23338
23642
|
|
|
23643
|
+
.pf-c-progress-stepper.pf-m-horizontal {
|
|
23644
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
23645
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
23646
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Top);
|
|
23647
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Left);
|
|
23648
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Width);
|
|
23649
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Height);
|
|
23650
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightWidth);
|
|
23651
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightColor);
|
|
23652
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomWidth);
|
|
23653
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomColor);
|
|
23654
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Transform);
|
|
23655
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginTop);
|
|
23656
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginRight);
|
|
23657
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginBottom);
|
|
23658
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginLeft);
|
|
23659
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--m-compact--GridTemplateColumns);
|
|
23660
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--GridRow);
|
|
23661
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--PaddingBottom);
|
|
23662
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: "";
|
|
23663
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: none;
|
|
23664
|
+
}
|
|
23665
|
+
.pf-c-progress-stepper.pf-m-vertical {
|
|
23666
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-vertical--GridAutoFlow);
|
|
23667
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--GridTemplateColumns);
|
|
23668
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Top);
|
|
23669
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Left);
|
|
23670
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Width);
|
|
23671
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Height);
|
|
23672
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightWidth);
|
|
23673
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightColor);
|
|
23674
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomWidth);
|
|
23675
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomColor);
|
|
23676
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Transform);
|
|
23677
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-vertical__step-main--MarginTop);
|
|
23678
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical__step-main--MarginRight);
|
|
23679
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-vertical__step-main--MarginBottom);
|
|
23680
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical__step-main--MarginLeft);
|
|
23681
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns);
|
|
23682
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow);
|
|
23683
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom);
|
|
23684
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: none;
|
|
23685
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
23686
|
+
}
|
|
23687
|
+
@media (min-width: 576px) {
|
|
23688
|
+
.pf-c-progress-stepper.pf-m-horizontal-on-sm {
|
|
23689
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
23690
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
23691
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Top);
|
|
23692
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Left);
|
|
23693
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Width);
|
|
23694
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Height);
|
|
23695
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightWidth);
|
|
23696
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightColor);
|
|
23697
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomWidth);
|
|
23698
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomColor);
|
|
23699
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Transform);
|
|
23700
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginTop);
|
|
23701
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginRight);
|
|
23702
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginBottom);
|
|
23703
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginLeft);
|
|
23704
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--m-compact--GridTemplateColumns);
|
|
23705
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--GridRow);
|
|
23706
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--PaddingBottom);
|
|
23707
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: "";
|
|
23708
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: none;
|
|
23709
|
+
}
|
|
23710
|
+
.pf-c-progress-stepper.pf-m-vertical-on-sm {
|
|
23711
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-vertical--GridAutoFlow);
|
|
23712
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--GridTemplateColumns);
|
|
23713
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Top);
|
|
23714
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Left);
|
|
23715
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Width);
|
|
23716
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Height);
|
|
23717
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightWidth);
|
|
23718
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightColor);
|
|
23719
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomWidth);
|
|
23720
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomColor);
|
|
23721
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Transform);
|
|
23722
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-vertical__step-main--MarginTop);
|
|
23723
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical__step-main--MarginRight);
|
|
23724
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-vertical__step-main--MarginBottom);
|
|
23725
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical__step-main--MarginLeft);
|
|
23726
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns);
|
|
23727
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow);
|
|
23728
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom);
|
|
23729
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: none;
|
|
23730
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
23731
|
+
}
|
|
23732
|
+
}
|
|
23733
|
+
@media (min-width: 768px) {
|
|
23734
|
+
.pf-c-progress-stepper.pf-m-horizontal-on-md {
|
|
23735
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
23736
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
23737
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Top);
|
|
23738
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Left);
|
|
23739
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Width);
|
|
23740
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Height);
|
|
23741
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightWidth);
|
|
23742
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightColor);
|
|
23743
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomWidth);
|
|
23744
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomColor);
|
|
23745
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Transform);
|
|
23746
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginTop);
|
|
23747
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginRight);
|
|
23748
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginBottom);
|
|
23749
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginLeft);
|
|
23750
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--m-compact--GridTemplateColumns);
|
|
23751
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--GridRow);
|
|
23752
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--PaddingBottom);
|
|
23753
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: "";
|
|
23754
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: none;
|
|
23755
|
+
}
|
|
23756
|
+
.pf-c-progress-stepper.pf-m-vertical-on-md {
|
|
23757
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-vertical--GridAutoFlow);
|
|
23758
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--GridTemplateColumns);
|
|
23759
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Top);
|
|
23760
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Left);
|
|
23761
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Width);
|
|
23762
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Height);
|
|
23763
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightWidth);
|
|
23764
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightColor);
|
|
23765
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomWidth);
|
|
23766
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomColor);
|
|
23767
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Transform);
|
|
23768
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-vertical__step-main--MarginTop);
|
|
23769
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical__step-main--MarginRight);
|
|
23770
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-vertical__step-main--MarginBottom);
|
|
23771
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical__step-main--MarginLeft);
|
|
23772
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns);
|
|
23773
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow);
|
|
23774
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom);
|
|
23775
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: none;
|
|
23776
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
23777
|
+
}
|
|
23778
|
+
}
|
|
23779
|
+
@media (min-width: 992px) {
|
|
23780
|
+
.pf-c-progress-stepper.pf-m-horizontal-on-lg {
|
|
23781
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
23782
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
23783
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Top);
|
|
23784
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Left);
|
|
23785
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Width);
|
|
23786
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Height);
|
|
23787
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightWidth);
|
|
23788
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightColor);
|
|
23789
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomWidth);
|
|
23790
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomColor);
|
|
23791
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Transform);
|
|
23792
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginTop);
|
|
23793
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginRight);
|
|
23794
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginBottom);
|
|
23795
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginLeft);
|
|
23796
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--m-compact--GridTemplateColumns);
|
|
23797
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--GridRow);
|
|
23798
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--PaddingBottom);
|
|
23799
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: "";
|
|
23800
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: none;
|
|
23801
|
+
}
|
|
23802
|
+
.pf-c-progress-stepper.pf-m-vertical-on-lg {
|
|
23803
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-vertical--GridAutoFlow);
|
|
23804
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--GridTemplateColumns);
|
|
23805
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Top);
|
|
23806
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Left);
|
|
23807
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Width);
|
|
23808
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Height);
|
|
23809
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightWidth);
|
|
23810
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightColor);
|
|
23811
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomWidth);
|
|
23812
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomColor);
|
|
23813
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Transform);
|
|
23814
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-vertical__step-main--MarginTop);
|
|
23815
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical__step-main--MarginRight);
|
|
23816
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-vertical__step-main--MarginBottom);
|
|
23817
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical__step-main--MarginLeft);
|
|
23818
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns);
|
|
23819
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow);
|
|
23820
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom);
|
|
23821
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: none;
|
|
23822
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
23823
|
+
}
|
|
23824
|
+
}
|
|
23825
|
+
@media (min-width: 1200px) {
|
|
23826
|
+
.pf-c-progress-stepper.pf-m-horizontal-on-xl {
|
|
23827
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
23828
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
23829
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Top);
|
|
23830
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Left);
|
|
23831
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Width);
|
|
23832
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Height);
|
|
23833
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightWidth);
|
|
23834
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightColor);
|
|
23835
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomWidth);
|
|
23836
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomColor);
|
|
23837
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Transform);
|
|
23838
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginTop);
|
|
23839
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginRight);
|
|
23840
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginBottom);
|
|
23841
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginLeft);
|
|
23842
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--m-compact--GridTemplateColumns);
|
|
23843
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--GridRow);
|
|
23844
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--PaddingBottom);
|
|
23845
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: "";
|
|
23846
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: none;
|
|
23847
|
+
}
|
|
23848
|
+
.pf-c-progress-stepper.pf-m-vertical-on-xl {
|
|
23849
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-vertical--GridAutoFlow);
|
|
23850
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--GridTemplateColumns);
|
|
23851
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Top);
|
|
23852
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Left);
|
|
23853
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Width);
|
|
23854
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Height);
|
|
23855
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightWidth);
|
|
23856
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightColor);
|
|
23857
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomWidth);
|
|
23858
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomColor);
|
|
23859
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Transform);
|
|
23860
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-vertical__step-main--MarginTop);
|
|
23861
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical__step-main--MarginRight);
|
|
23862
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-vertical__step-main--MarginBottom);
|
|
23863
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical__step-main--MarginLeft);
|
|
23864
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns);
|
|
23865
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow);
|
|
23866
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom);
|
|
23867
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: none;
|
|
23868
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
23869
|
+
}
|
|
23870
|
+
}
|
|
23871
|
+
@media (min-width: 1450px) {
|
|
23872
|
+
.pf-c-progress-stepper.pf-m-horizontal-on-2xl {
|
|
23873
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-horizontal--GridAutoFlow);
|
|
23874
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--GridTemplateColumns);
|
|
23875
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Top);
|
|
23876
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Left);
|
|
23877
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Width);
|
|
23878
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Height);
|
|
23879
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightWidth);
|
|
23880
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderRightColor);
|
|
23881
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomWidth);
|
|
23882
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--BorderBottomColor);
|
|
23883
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-horizontal__step-connector--before--Transform);
|
|
23884
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginTop);
|
|
23885
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginRight);
|
|
23886
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginBottom);
|
|
23887
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-horizontal__step-main--MarginLeft);
|
|
23888
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-horizontal--m-compact--GridTemplateColumns);
|
|
23889
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--GridRow);
|
|
23890
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-horizontal--m-compact__step-connector--PaddingBottom);
|
|
23891
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: "";
|
|
23892
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: none;
|
|
23893
|
+
}
|
|
23894
|
+
.pf-c-progress-stepper.pf-m-vertical-on-2xl {
|
|
23895
|
+
--pf-c-progress-stepper--GridAutoFlow: var(--pf-c-progress-stepper--m-vertical--GridAutoFlow);
|
|
23896
|
+
--pf-c-progress-stepper--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--GridTemplateColumns);
|
|
23897
|
+
--pf-c-progress-stepper__step-connector--before--Top: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Top);
|
|
23898
|
+
--pf-c-progress-stepper__step-connector--before--Left: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Left);
|
|
23899
|
+
--pf-c-progress-stepper__step-connector--before--Width: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Width);
|
|
23900
|
+
--pf-c-progress-stepper__step-connector--before--Height: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Height);
|
|
23901
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightWidth);
|
|
23902
|
+
--pf-c-progress-stepper__step-connector--before--BorderRightColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderRightColor);
|
|
23903
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomWidth: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomWidth);
|
|
23904
|
+
--pf-c-progress-stepper__step-connector--before--BorderBottomColor: var(--pf-c-progress-stepper--m-vertical__step-connector--before--BorderBottomColor);
|
|
23905
|
+
--pf-c-progress-stepper__step-connector--before--Transform: var(--pf-c-progress-stepper--m-vertical__step-connector--before--Transform);
|
|
23906
|
+
--pf-c-progress-stepper__step-main--MarginTop: var(--pf-c-progress-stepper--m-vertical__step-main--MarginTop);
|
|
23907
|
+
--pf-c-progress-stepper__step-main--MarginRight: var(--pf-c-progress-stepper--m-vertical__step-main--MarginRight);
|
|
23908
|
+
--pf-c-progress-stepper__step-main--MarginBottom: var(--pf-c-progress-stepper--m-vertical__step-main--MarginBottom);
|
|
23909
|
+
--pf-c-progress-stepper__step-main--MarginLeft: var(--pf-c-progress-stepper--m-vertical__step-main--MarginLeft);
|
|
23910
|
+
--pf-c-progress-stepper--m-compact--GridTemplateColumns: var(--pf-c-progress-stepper--m-vertical--m-compact--GridTemplateColumns);
|
|
23911
|
+
--pf-c-progress-stepper--m-compact__step-connector--GridRow: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--GridRow);
|
|
23912
|
+
--pf-c-progress-stepper--m-compact__step-connector--PaddingBottom: var(--pf-c-progress-stepper--m-vertical--m-compact__step-connector--PaddingBottom);
|
|
23913
|
+
--pf-c-progress-stepper--m-center__step-connector--before--Content: none;
|
|
23914
|
+
--pf-c-progress-stepper--m-center__step-main--before--Content: "";
|
|
23915
|
+
}
|
|
23916
|
+
}
|
|
23917
|
+
|
|
23339
23918
|
.pf-c-radio {
|
|
23340
23919
|
--pf-c-radio--GridGap: var(--pf-global--spacer--xs) var(--pf-global--spacer--sm);
|
|
23341
23920
|
--pf-c-radio__label--disabled--Color: var(--pf-global--disabled-color--100);
|
|
@@ -23596,6 +24175,12 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
23596
24175
|
--pf-global--link--Color--hover: #73bcf7;
|
|
23597
24176
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
23598
24177
|
}
|
|
24178
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
24179
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
24180
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
24181
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
24182
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
24183
|
+
}
|
|
23599
24184
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
23600
24185
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
23601
24186
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -24197,6 +24782,12 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24197
24782
|
--pf-global--link--Color--hover: #73bcf7;
|
|
24198
24783
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
24199
24784
|
}
|
|
24785
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
24786
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
24787
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
24788
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
24789
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
24790
|
+
}
|
|
24200
24791
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
24201
24792
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
24202
24793
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -24631,6 +25222,12 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24631
25222
|
--pf-global--link--Color--hover: #73bcf7;
|
|
24632
25223
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
24633
25224
|
}
|
|
25225
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
25226
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
25227
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
25228
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
25229
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
25230
|
+
}
|
|
24634
25231
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
24635
25232
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
24636
25233
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -24833,6 +25430,12 @@ label.pf-c-radio, .pf-c-radio__label,
|
|
|
24833
25430
|
--pf-global--link--Color--hover: #73bcf7;
|
|
24834
25431
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
24835
25432
|
}
|
|
25433
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
25434
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
25435
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
25436
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
25437
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
25438
|
+
}
|
|
24836
25439
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
24837
25440
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
24838
25441
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -25443,6 +26046,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
25443
26046
|
--pf-global--link--Color--hover: #73bcf7;
|
|
25444
26047
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
25445
26048
|
}
|
|
26049
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
26050
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
26051
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
26052
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
26053
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
26054
|
+
}
|
|
25446
26055
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
25447
26056
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
25448
26057
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -28166,6 +28775,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
28166
28775
|
--pf-global--link--Color--hover: #73bcf7;
|
|
28167
28776
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
28168
28777
|
}
|
|
28778
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
28779
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
28780
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
28781
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
28782
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
28783
|
+
}
|
|
28169
28784
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
28170
28785
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
28171
28786
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -29921,6 +30536,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
29921
30536
|
--pf-global--link--Color--hover: #73bcf7;
|
|
29922
30537
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
29923
30538
|
}
|
|
30539
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
30540
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
30541
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
30542
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
30543
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
30544
|
+
}
|
|
29924
30545
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
29925
30546
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
29926
30547
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -30248,6 +30869,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30248
30869
|
--pf-global--link--Color--hover: #73bcf7;
|
|
30249
30870
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
30250
30871
|
}
|
|
30872
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
30873
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
30874
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
30875
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
30876
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
30877
|
+
}
|
|
30251
30878
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
30252
30879
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
30253
30880
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -30448,6 +31075,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30448
31075
|
--pf-global--link--Color--hover: #73bcf7;
|
|
30449
31076
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
30450
31077
|
}
|
|
31078
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
31079
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
31080
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
31081
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
31082
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
31083
|
+
}
|
|
30451
31084
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
30452
31085
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
30453
31086
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -30570,6 +31203,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
30570
31203
|
--pf-global--link--Color--hover: #73bcf7;
|
|
30571
31204
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
30572
31205
|
}
|
|
31206
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
31207
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
31208
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
31209
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
31210
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
31211
|
+
}
|
|
30573
31212
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
30574
31213
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
30575
31214
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -31101,6 +31740,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31101
31740
|
--pf-global--link--Color--hover: #73bcf7;
|
|
31102
31741
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
31103
31742
|
}
|
|
31743
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
31744
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
31745
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
31746
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
31747
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
31748
|
+
}
|
|
31104
31749
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
31105
31750
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
31106
31751
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|
|
@@ -31619,6 +32264,12 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
31619
32264
|
--pf-global--link--Color--hover: #73bcf7;
|
|
31620
32265
|
--pf-global--BackgroundColor--100: #1b1d21;
|
|
31621
32266
|
}
|
|
32267
|
+
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-card, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-card, :where(.pf-theme-dark) .pf-c-banner .pf-c-card, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, :where(.pf-theme-dark) .pf-c-login__header .pf-c-card,
|
|
32268
|
+
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-card, :where(.pf-theme-dark) .pf-c-masthead .pf-c-card, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card,
|
|
32269
|
+
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card,
|
|
32270
|
+
:where(.pf-theme-dark) .pf-c-page__header .pf-c-card {
|
|
32271
|
+
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
32272
|
+
}
|
|
31622
32273
|
:where(.pf-theme-dark) .pf-c-wizard__header .pf-c-button, :where(.pf-theme-dark) .pf-c-about-modal-box .pf-c-button, :where(.pf-theme-dark) .pf-c-banner .pf-c-button, :where(.pf-theme-dark) .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, :where(.pf-theme-dark) .pf-c-login__header .pf-c-button,
|
|
31623
32274
|
:where(.pf-theme-dark) .pf-c-login__footer .pf-c-button, :where(.pf-theme-dark) .pf-c-masthead .pf-c-button, :where(.pf-theme-dark) .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button,
|
|
31624
32275
|
:where(.pf-theme-dark) .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button,
|