@patternfly/patternfly 6.0.0-alpha.27 → 6.0.0-alpha.28
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/Banner/banner.css +86 -64
- package/components/Banner/banner.scss +90 -32
- package/docs/components/Banner/examples/Banner.md +48 -25
- package/package.json +1 -1
- package/patternfly-no-globals.css +128 -79
- package/patternfly-theme-dark-unversioned.css +128 -79
- package/patternfly.css +128 -79
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Banner/themes/dark/banner.scss +0 -14
package/patternfly.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
.pf-v5-c-table, .pf-v5-c-select, .pf-v5-c-menu, .pf-v5-c-form-control, .pf-v5-c-data-list, .pf-v5-c-context-selector__menu, .pf-v5-c-chip-group, .pf-v5-c-chip, .pf-v5-c-calendar-month, .pf-v5-
|
|
2
|
+
.pf-v5-c-table, .pf-v5-c-select, .pf-v5-c-menu, .pf-v5-c-form-control, .pf-v5-c-data-list, .pf-v5-c-context-selector__menu, .pf-v5-c-chip-group, .pf-v5-c-chip, .pf-v5-c-calendar-month, .pf-v5-t-light {
|
|
3
3
|
--pf-v5-global--Color--100: var(--pf-v5-global--Color--dark-100);
|
|
4
4
|
--pf-v5-global--Color--200: var(--pf-v5-global--Color--dark-200);
|
|
5
5
|
--pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--dark-100);
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--dark);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.pf-v5-c-wizard__header, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-
|
|
14
|
+
.pf-v5-c-wizard__header, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main, .pf-v5-t-dark {
|
|
15
15
|
--pf-v5-global--Color--100: var(--pf-v5-global--Color--light-100);
|
|
16
16
|
--pf-v5-global--Color--200: var(--pf-v5-global--Color--light-200);
|
|
17
17
|
--pf-v5-global--BorderColor--100: var(--pf-v5-global--BorderColor--light-100);
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
--pf-v5-global--icon--Color--light: var(--pf-v5-global--icon--Color--light--light);
|
|
23
23
|
--pf-v5-global--icon--Color--dark: var(--pf-v5-global--icon--Color--dark--light);
|
|
24
24
|
}
|
|
25
|
-
.pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-
|
|
25
|
+
.pf-v5-c-wizard__header .pf-v5-c-button, .pf-v5-c-page__sidebar-body.pf-m-menu .pf-v5-c-context-selector .pf-v5-c-button, .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, .pf-v5-t-dark .pf-v5-c-button {
|
|
26
26
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--dark-100);
|
|
27
27
|
}
|
|
28
28
|
|
|
@@ -324,7 +324,7 @@
|
|
|
324
324
|
--pf-v5-global--inverse--multiplier: -1;
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
327
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
328
328
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
329
329
|
}
|
|
330
330
|
|
|
@@ -7190,7 +7190,7 @@ button) {
|
|
|
7190
7190
|
color: var(--pf-v5-c-app-launcher__group-title--Color);
|
|
7191
7191
|
}
|
|
7192
7192
|
|
|
7193
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
7193
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
7194
7194
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7195
7195
|
}
|
|
7196
7196
|
|
|
@@ -7575,32 +7575,59 @@ button) {
|
|
|
7575
7575
|
color: var(--pf-v5-c-badge__toggle-icon--Color);
|
|
7576
7576
|
}
|
|
7577
7577
|
|
|
7578
|
-
|
|
7579
|
-
--pf-v5-c-banner--PaddingTop: var(--pf-
|
|
7580
|
-
--pf-v5-c-banner--PaddingRight: var(--pf-
|
|
7581
|
-
--pf-v5-c-banner--md--PaddingRight: var(--pf-
|
|
7582
|
-
--pf-v5-c-banner--PaddingBottom: var(--pf-
|
|
7583
|
-
--pf-v5-c-banner--PaddingLeft: var(--pf-
|
|
7584
|
-
--pf-v5-c-banner--md--PaddingLeft: var(--pf-
|
|
7585
|
-
--pf-v5-c-banner--FontSize: var(--pf-
|
|
7586
|
-
--pf-v5-c-banner--Color: var(--pf-
|
|
7587
|
-
--pf-v5-c-banner--BackgroundColor: var(--pf-
|
|
7578
|
+
:root {
|
|
7579
|
+
--pf-v5-c-banner--PaddingTop: var(--pf-t--global--spacer--xs);
|
|
7580
|
+
--pf-v5-c-banner--PaddingRight: var(--pf-t--global--spacer--md);
|
|
7581
|
+
--pf-v5-c-banner--md--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
7582
|
+
--pf-v5-c-banner--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
7583
|
+
--pf-v5-c-banner--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
7584
|
+
--pf-v5-c-banner--md--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
7585
|
+
--pf-v5-c-banner--FontSize: var(--pf-t--global--font--size--body);
|
|
7586
|
+
--pf-v5-c-banner--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
|
|
7587
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
7588
7588
|
--pf-v5-c-banner--link--Color: var(--pf-v5-c-banner--Color);
|
|
7589
7589
|
--pf-v5-c-banner--link--TextDecoration: underline;
|
|
7590
7590
|
--pf-v5-c-banner--link--hover--Color: var(--pf-v5-c-banner--Color);
|
|
7591
|
-
--pf-v5-c-banner--link--hover--FontWeight: var(--pf-
|
|
7591
|
+
--pf-v5-c-banner--link--hover--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
7592
7592
|
--pf-v5-c-banner--link--disabled--Color: var(--pf-v5-c-banner--Color);
|
|
7593
7593
|
--pf-v5-c-banner--link--disabled--TextDecoration: none;
|
|
7594
|
-
--pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-v5-global--palette--blue-200);
|
|
7595
|
-
--pf-v5-c-banner--m-red--BackgroundColor: var(--pf-v5-global--danger-color--100);
|
|
7596
|
-
--pf-v5-c-banner--m-green--BackgroundColor: var(--pf-v5-global--success-color--100);
|
|
7597
|
-
--pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-v5-global--warning-color--100);
|
|
7598
7594
|
--pf-v5-c-banner--m-sticky--ZIndex: var(--pf-v5-global--ZIndex--md);
|
|
7599
|
-
--pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-
|
|
7600
|
-
|
|
7601
|
-
|
|
7602
|
-
|
|
7603
|
-
|
|
7595
|
+
--pf-v5-c-banner--m-sticky--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
7596
|
+
--pf-v5-c-banner--m-danger--BackgroundColor: var(--pf-t--global--color--status--danger--default);
|
|
7597
|
+
--pf-v5-c-banner--m-danger--Color: var(--pf-t--global--text--color--status--on-danger--default);
|
|
7598
|
+
--pf-v5-c-banner--m-success--BackgroundColor: var(--pf-t--global--color--status--success--default);
|
|
7599
|
+
--pf-v5-c-banner--m-success--Color: var(--pf-t--global--text--color--status--on-success--default);
|
|
7600
|
+
--pf-v5-c-banner--m-warning--BackgroundColor: var(--pf-t--global--color--status--warning--default);
|
|
7601
|
+
--pf-v5-c-banner--m-warning--Color: var(--pf-t--global--text--color--status--on-warning--default);
|
|
7602
|
+
--pf-v5-c-banner--m-info--BackgroundColor: var(--pf-t--global--color--status--info--default);
|
|
7603
|
+
--pf-v5-c-banner--m-info--Color: var(--pf-t--global--text--color--status--on-info--default);
|
|
7604
|
+
--pf-v5-c-banner--m-custom--BackgroundColor: var(--pf-t--global--color--status--custom--default);
|
|
7605
|
+
--pf-v5-c-banner--m-custom--Color: var(--pf-t--global--text--color--status--on-custom--default);
|
|
7606
|
+
--pf-v5-c-banner--m-red--BackgroundColor: var(--pf-t--global--color--nonstatus--red--default);
|
|
7607
|
+
--pf-v5-c-banner--m-red--Color: var(--pf-t--global--text--color--nonstatus--on-red--default);
|
|
7608
|
+
--pf-v5-c-banner--m-orangered--BackgroundColor: var(--pf-t--global--color--nonstatus--orangered--default);
|
|
7609
|
+
--pf-v5-c-banner--m-orangered--Color: var(--pf-t--global--text--color--nonstatus--on-orangered--default);
|
|
7610
|
+
--pf-v5-c-banner--m-orange--BackgroundColor: var(--pf-t--global--color--nonstatus--orange--default);
|
|
7611
|
+
--pf-v5-c-banner--m-orange--Color: var(--pf-t--global--text--color--nonstatus--on-orange--default);
|
|
7612
|
+
--pf-v5-c-banner--m-gold--BackgroundColor: var(--pf-t--global--color--nonstatus--gold--default);
|
|
7613
|
+
--pf-v5-c-banner--m-gold--Color: var(--pf-t--global--text--color--nonstatus--on-gold--default);
|
|
7614
|
+
--pf-v5-c-banner--m-green--BackgroundColor: var(--pf-t--global--color--nonstatus--green--default);
|
|
7615
|
+
--pf-v5-c-banner--m-green--Color: var(--pf-t--global--text--color--nonstatus--on-green--default);
|
|
7616
|
+
--pf-v5-c-banner--m-cyan--BackgroundColor: var(--pf-t--global--color--nonstatus--cyan--default);
|
|
7617
|
+
--pf-v5-c-banner--m-cyan--Color: var(--pf-t--global--text--color--nonstatus--on-cyan--default);
|
|
7618
|
+
--pf-v5-c-banner--m-blue--BackgroundColor: var(--pf-t--global--color--nonstatus--blue--default);
|
|
7619
|
+
--pf-v5-c-banner--m-blue--Color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
|
|
7620
|
+
--pf-v5-c-banner--m-purple--BackgroundColor: var(--pf-t--global--color--nonstatus--purple--default);
|
|
7621
|
+
--pf-v5-c-banner--m-purple--Color: var(--pf-t--global--text--color--nonstatus--on-purple--default);
|
|
7622
|
+
}
|
|
7623
|
+
@media (min-width: 768px) {
|
|
7624
|
+
:root {
|
|
7625
|
+
--pf-v5-c-banner--PaddingRight: var(--pf-v5-c-banner--md--PaddingRight);
|
|
7626
|
+
--pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
|
|
7627
|
+
}
|
|
7628
|
+
}
|
|
7629
|
+
|
|
7630
|
+
.pf-v5-c-banner {
|
|
7604
7631
|
flex-shrink: 0;
|
|
7605
7632
|
padding-block-start: var(--pf-v5-c-banner--PaddingTop);
|
|
7606
7633
|
padding-block-end: var(--pf-v5-c-banner--PaddingBottom);
|
|
@@ -7611,23 +7638,53 @@ button) {
|
|
|
7611
7638
|
white-space: nowrap;
|
|
7612
7639
|
background-color: var(--pf-v5-c-banner--BackgroundColor);
|
|
7613
7640
|
}
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
|
|
7617
|
-
--pf-v5-c-banner--PaddingLeft: var(--pf-v5-c-banner--md--PaddingLeft);
|
|
7618
|
-
}
|
|
7641
|
+
.pf-v5-c-banner.pf-m-danger {
|
|
7642
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-danger--BackgroundColor);
|
|
7643
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-danger--Color);
|
|
7619
7644
|
}
|
|
7620
|
-
.pf-v5-c-banner.pf-m-
|
|
7621
|
-
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-
|
|
7645
|
+
.pf-v5-c-banner.pf-m-success {
|
|
7646
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-success--BackgroundColor);
|
|
7647
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-success--Color);
|
|
7648
|
+
}
|
|
7649
|
+
.pf-v5-c-banner.pf-m-warning {
|
|
7650
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-warning--BackgroundColor);
|
|
7651
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-warning--Color);
|
|
7652
|
+
}
|
|
7653
|
+
.pf-v5-c-banner.pf-m-info {
|
|
7654
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-info--BackgroundColor);
|
|
7655
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-info--Color);
|
|
7622
7656
|
}
|
|
7623
7657
|
.pf-v5-c-banner.pf-m-red {
|
|
7624
7658
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-red--BackgroundColor);
|
|
7659
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-red--Color);
|
|
7625
7660
|
}
|
|
7626
|
-
.pf-v5-c-banner.pf-m-
|
|
7627
|
-
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-
|
|
7661
|
+
.pf-v5-c-banner.pf-m-orangered {
|
|
7662
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orangered--BackgroundColor);
|
|
7663
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orangered--Color);
|
|
7664
|
+
}
|
|
7665
|
+
.pf-v5-c-banner.pf-m-orange {
|
|
7666
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-orange--BackgroundColor);
|
|
7667
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-orange--Color);
|
|
7628
7668
|
}
|
|
7629
7669
|
.pf-v5-c-banner.pf-m-gold {
|
|
7630
7670
|
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-gold--BackgroundColor);
|
|
7671
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-gold--Color);
|
|
7672
|
+
}
|
|
7673
|
+
.pf-v5-c-banner.pf-m-green {
|
|
7674
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-green--BackgroundColor);
|
|
7675
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-green--Color);
|
|
7676
|
+
}
|
|
7677
|
+
.pf-v5-c-banner.pf-m-cyan {
|
|
7678
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-cyan--BackgroundColor);
|
|
7679
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-cyan--Color);
|
|
7680
|
+
}
|
|
7681
|
+
.pf-v5-c-banner.pf-m-blue {
|
|
7682
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-blue--BackgroundColor);
|
|
7683
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-blue--Color);
|
|
7684
|
+
}
|
|
7685
|
+
.pf-v5-c-banner.pf-m-purple {
|
|
7686
|
+
--pf-v5-c-banner--BackgroundColor: var(--pf-v5-c-banner--m-purple--BackgroundColor);
|
|
7687
|
+
--pf-v5-c-banner--Color: var(--pf-v5-c-banner--m-purple--Color);
|
|
7631
7688
|
}
|
|
7632
7689
|
.pf-v5-c-banner.pf-m-sticky {
|
|
7633
7690
|
position: sticky;
|
|
@@ -7663,14 +7720,6 @@ button) {
|
|
|
7663
7720
|
cursor: not-allowed;
|
|
7664
7721
|
}
|
|
7665
7722
|
|
|
7666
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
7667
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
7668
|
-
}
|
|
7669
|
-
|
|
7670
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-blue, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-red, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-green, :where(.pf-v5-theme-dark) .pf-v5-c-banner.pf-m-gold {
|
|
7671
|
-
--pf-v5-c-banner--Color: var(--pf-v5-global--palette--black-900);
|
|
7672
|
-
}
|
|
7673
|
-
|
|
7674
7723
|
.pf-v5-c-brand {
|
|
7675
7724
|
--pf-v5-c-brand--Width: auto;
|
|
7676
7725
|
--pf-v5-c-brand--Height: auto;
|
|
@@ -8555,7 +8604,7 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8555
8604
|
pointer-events: none;
|
|
8556
8605
|
}
|
|
8557
8606
|
|
|
8558
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
8607
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
8559
8608
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
8560
8609
|
}
|
|
8561
8610
|
|
|
@@ -8982,7 +9031,7 @@ button.pf-v5-c-breadcrumb__link {
|
|
|
8982
9031
|
border: var(--pf-v5-c-card__input--focus--BorderWidth) solid var(--pf-v5-c-card__input--focus--BorderColor);
|
|
8983
9032
|
}
|
|
8984
9033
|
|
|
8985
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
9034
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
8986
9035
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
8987
9036
|
}
|
|
8988
9037
|
|
|
@@ -9176,7 +9225,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9176
9225
|
line-height: 1;
|
|
9177
9226
|
}
|
|
9178
9227
|
|
|
9179
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
9228
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
9180
9229
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9181
9230
|
}
|
|
9182
9231
|
|
|
@@ -9367,7 +9416,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9367
9416
|
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
|
|
9368
9417
|
}
|
|
9369
9418
|
|
|
9370
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
9419
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
9371
9420
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9372
9421
|
}
|
|
9373
9422
|
|
|
@@ -9570,7 +9619,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
9570
9619
|
margin-inline-start: var(--pf-v5-c-code-editor__tab-icon--text--MarginLeft);
|
|
9571
9620
|
}
|
|
9572
9621
|
|
|
9573
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
9622
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
9574
9623
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
9575
9624
|
}
|
|
9576
9625
|
|
|
@@ -10147,7 +10196,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10147
10196
|
pointer-events: none;
|
|
10148
10197
|
}
|
|
10149
10198
|
|
|
10150
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
10199
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
10151
10200
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
10152
10201
|
}
|
|
10153
10202
|
|
|
@@ -10995,7 +11044,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
10995
11044
|
padding: 0;
|
|
10996
11045
|
}
|
|
10997
11046
|
|
|
10998
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
11047
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
10999
11048
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
11000
11049
|
}
|
|
11001
11050
|
|
|
@@ -11394,7 +11443,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11394
11443
|
--pf-v5-c-droppable--m-dragging--after--BorderColor: var(--pf-v5-c-droppable--m-drag-outside--after--BorderColor);
|
|
11395
11444
|
}
|
|
11396
11445
|
|
|
11397
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
11446
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
11398
11447
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
11399
11448
|
}
|
|
11400
11449
|
|
|
@@ -11715,7 +11764,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
11715
11764
|
--pf-v5-c-dual-list-selector__list__list__item-toggle--Left: var(--pf-v5-c-dual-list-selector__item--PaddingLeft);
|
|
11716
11765
|
}
|
|
11717
11766
|
|
|
11718
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
11767
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
11719
11768
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
11720
11769
|
}
|
|
11721
11770
|
|
|
@@ -12971,7 +13020,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
12971
13020
|
min-width: min-content;
|
|
12972
13021
|
}
|
|
12973
13022
|
|
|
12974
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
13023
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
12975
13024
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
12976
13025
|
}
|
|
12977
13026
|
|
|
@@ -14151,7 +14200,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14151
14200
|
display: none;
|
|
14152
14201
|
}
|
|
14153
14202
|
}
|
|
14154
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
14203
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
14155
14204
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
14156
14205
|
}
|
|
14157
14206
|
|
|
@@ -14828,7 +14877,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
14828
14877
|
color: var(--pf-v5-c-dropdown__group-title--Color);
|
|
14829
14878
|
}
|
|
14830
14879
|
|
|
14831
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
14880
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
14832
14881
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
14833
14882
|
}
|
|
14834
14883
|
|
|
@@ -15691,7 +15740,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15691
15740
|
margin-block-end: var(--pf-v5-c-form__field-group-body__field-group--last-child--MarginBottom);
|
|
15692
15741
|
}
|
|
15693
15742
|
|
|
15694
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
15743
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
15695
15744
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15696
15745
|
}
|
|
15697
15746
|
|
|
@@ -15963,7 +16012,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
15963
16012
|
pointer-events: none;
|
|
15964
16013
|
}
|
|
15965
16014
|
|
|
15966
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
16015
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
15967
16016
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
15968
16017
|
}
|
|
15969
16018
|
|
|
@@ -16135,7 +16184,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16135
16184
|
color: var(--pf-v5-c-helper-text__item-text--Color);
|
|
16136
16185
|
}
|
|
16137
16186
|
|
|
16138
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
16187
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
16139
16188
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16140
16189
|
}
|
|
16141
16190
|
|
|
@@ -16420,7 +16469,7 @@ label.pf-v5-c-input-group__text {
|
|
|
16420
16469
|
cursor: pointer;
|
|
16421
16470
|
}
|
|
16422
16471
|
|
|
16423
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
16472
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
16424
16473
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16425
16474
|
}
|
|
16426
16475
|
|
|
@@ -17111,7 +17160,7 @@ button.pf-v5-c-label__content:focus {
|
|
|
17111
17160
|
margin-block-end: var(--pf-v5-c-label__actions--c-button--MarginBottom);
|
|
17112
17161
|
}
|
|
17113
17162
|
|
|
17114
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
17163
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
17115
17164
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
17116
17165
|
}
|
|
17117
17166
|
|
|
@@ -17556,7 +17605,7 @@ ul.pf-v5-c-list {
|
|
|
17556
17605
|
font-weight: var(--pf-v5-c-log-viewer__timestamp--FontWeight);
|
|
17557
17606
|
}
|
|
17558
17607
|
|
|
17559
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button
|
|
17608
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
17560
17609
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
17561
17610
|
}
|
|
17562
17611
|
|
|
@@ -19036,7 +19085,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
19036
19085
|
border-block-start: var(--pf-v5-c-menu__footer--after--BorderTopWidth) solid var(--pf-v5-c-menu__footer--after--BorderTopColor);
|
|
19037
19086
|
}
|
|
19038
19087
|
|
|
19039
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
19088
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
19040
19089
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
19041
19090
|
}
|
|
19042
19091
|
|
|
@@ -19447,7 +19496,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
19447
19496
|
color: var(--pf-v5-c-menu-toggle__toggle-icon--Color, inherit);
|
|
19448
19497
|
}
|
|
19449
19498
|
|
|
19450
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
19499
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
19451
19500
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
19452
19501
|
}
|
|
19453
19502
|
|
|
@@ -20827,7 +20876,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
20827
20876
|
inset-inline-start: 0;
|
|
20828
20877
|
}
|
|
20829
20878
|
|
|
20830
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
20879
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
20831
20880
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
20832
20881
|
}
|
|
20833
20882
|
|
|
@@ -21230,7 +21279,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
21230
21279
|
transform: rotate(var(--pf-v5-c-notification-drawer__group--m-expanded__group-toggle-icon--Rotate));
|
|
21231
21280
|
}
|
|
21232
21281
|
|
|
21233
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
21282
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
21234
21283
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
21235
21284
|
}
|
|
21236
21285
|
|
|
@@ -21510,7 +21559,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
21510
21559
|
color: var(--pf-v5-c-options-menu__group-title--Color);
|
|
21511
21560
|
}
|
|
21512
21561
|
|
|
21513
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
21562
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
21514
21563
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
21515
21564
|
}
|
|
21516
21565
|
|
|
@@ -22898,7 +22947,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22898
22947
|
}
|
|
22899
22948
|
}
|
|
22900
22949
|
|
|
22901
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
22950
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
22902
22951
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22903
22952
|
}
|
|
22904
22953
|
|
|
@@ -22993,7 +23042,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
22993
23042
|
box-shadow: var(--pf-v5-c-panel__footer--BoxShadow);
|
|
22994
23043
|
}
|
|
22995
23044
|
|
|
22996
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
23045
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
22997
23046
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
22998
23047
|
}
|
|
22999
23048
|
|
|
@@ -23373,7 +23422,7 @@ label.pf-v5-c-menu__item:where(:not([disabled], .pf-m-disabled, .pf-m-aria-disab
|
|
|
23373
23422
|
margin-block-start: var(--pf-v5-c-progress__helper-text--MarginTop);
|
|
23374
23423
|
}
|
|
23375
23424
|
|
|
23376
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
23425
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
23377
23426
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
23378
23427
|
}
|
|
23379
23428
|
|
|
@@ -24634,7 +24683,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
24634
24683
|
box-shadow: var(--pf-v5-c-select__menu-footer--BoxShadow);
|
|
24635
24684
|
}
|
|
24636
24685
|
|
|
24637
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
24686
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
24638
24687
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
24639
24688
|
}
|
|
24640
24689
|
|
|
@@ -25067,7 +25116,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
25067
25116
|
margin-block-start: var(--pf-v5-c-simple-list__section--section--MarginTop);
|
|
25068
25117
|
}
|
|
25069
25118
|
|
|
25070
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
25119
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
25071
25120
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25072
25121
|
}
|
|
25073
25122
|
|
|
@@ -25244,7 +25293,7 @@ label.pf-v5-c-radio, .pf-v5-c-radio__label,
|
|
|
25244
25293
|
transform: translateX(100%);
|
|
25245
25294
|
}
|
|
25246
25295
|
}
|
|
25247
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
25296
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
25248
25297
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25249
25298
|
}
|
|
25250
25299
|
|
|
@@ -25726,7 +25775,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
25726
25775
|
vertical-align: top;
|
|
25727
25776
|
}
|
|
25728
25777
|
|
|
25729
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
25778
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
25730
25779
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
25731
25780
|
}
|
|
25732
25781
|
|
|
@@ -28460,7 +28509,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
28460
28509
|
--pf-v5-c-table--cell--Width: 100%;
|
|
28461
28510
|
}
|
|
28462
28511
|
|
|
28463
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
28512
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
28464
28513
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
28465
28514
|
}
|
|
28466
28515
|
|
|
@@ -30201,7 +30250,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30201
30250
|
}
|
|
30202
30251
|
}
|
|
30203
30252
|
|
|
30204
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
30253
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
30205
30254
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30206
30255
|
}
|
|
30207
30256
|
|
|
@@ -30362,7 +30411,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30362
30411
|
display: flex;
|
|
30363
30412
|
}
|
|
30364
30413
|
|
|
30365
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
30414
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
30366
30415
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30367
30416
|
}
|
|
30368
30417
|
|
|
@@ -30512,7 +30561,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30512
30561
|
color: var(--pf-v5-c-tile__icon--Color);
|
|
30513
30562
|
}
|
|
30514
30563
|
|
|
30515
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
30564
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
30516
30565
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30517
30566
|
}
|
|
30518
30567
|
|
|
@@ -30772,7 +30821,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30772
30821
|
margin-inline-start: var(--pf-v5-c-toggle-group__icon--text--MarginLeft);
|
|
30773
30822
|
}
|
|
30774
30823
|
|
|
30775
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
30824
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
30776
30825
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
30777
30826
|
}
|
|
30778
30827
|
|
|
@@ -31458,7 +31507,7 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31458
31507
|
--pf-v5-c-tree-view--m-compact--m-no-background--border--nested--Left: calc(var(--pf-v5-c-tree-view__node--PaddingLeft) - var(--pf-v5-c-tree-view--m-compact--m-no-background--base-border--Left--offset));
|
|
31459
31508
|
}
|
|
31460
31509
|
|
|
31461
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
31510
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
31462
31511
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
31463
31512
|
}
|
|
31464
31513
|
|
|
@@ -31977,7 +32026,7 @@ label.pf-v5-c-tree-view__node-text {
|
|
|
31977
32026
|
margin-inline-start: var(--pf-v5-c-wizard__footer-cancel--MarginLeft);
|
|
31978
32027
|
}
|
|
31979
32028
|
|
|
31980
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-
|
|
32029
|
+
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button {
|
|
31981
32030
|
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
31982
32031
|
}
|
|
31983
32032
|
|