@patternfly/patternfly 6.5.0-prerelease.20 → 6.5.0-prerelease.22
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/README.md +1 -1
- package/components/Compass/compass.css +11 -34
- package/components/Compass/compass.scss +11 -41
- package/components/Hero/hero.css +74 -0
- package/components/Hero/hero.scss +86 -0
- package/components/_index.css +161 -109
- package/components/_index.scss +2 -1
- package/docs/components/Compass/examples/Compass.md +12 -6
- package/docs/components/Drawer/examples/Drawer.md +1 -1
- package/docs/components/Hero/examples/Hero.md +25 -0
- package/docs/demos/Compass/examples/Compass.md +36 -34
- package/package.json +1 -1
- package/patternfly-no-globals.css +161 -109
- package/patternfly.css +161 -109
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/namespaces-components.scss +3 -0
package/patternfly.css
CHANGED
|
@@ -12419,6 +12419,8 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
12419
12419
|
--pf-v6-c-compass__nav--RowGap: var(--pf-t--global--spacer--gap--group--vertical);
|
|
12420
12420
|
--pf-v6-c-compass__sidebar--Padding: var(--pf-t--global--spacer--sm);
|
|
12421
12421
|
--pf-v6-c-compass__main--RowGap: var(--pf-t--global--spacer--md);
|
|
12422
|
+
--pf-v6-c-compass__main-header-content--RowGap: var(--pf-t--global--spacer--sm);
|
|
12423
|
+
--pf-v6-c-compass__main-header-content--ColumnGap: var(--pf-t--global--spacer--md);
|
|
12422
12424
|
--pf-v6-c-compass__panel--BackgroundColor: var(--pf-t--global--background--color--glass--default);
|
|
12423
12425
|
--pf-v6-c-compass__panel--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
|
|
12424
12426
|
--pf-v6-c-compass__panel--BorderRadius: var(--pf-t--global--border--radius--large);
|
|
@@ -12430,17 +12432,6 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
12430
12432
|
--pf-v6-c-compass__message-bar--Width: 450px;
|
|
12431
12433
|
--pf-v6-c-compass__message-bar--MinWidth: 300px;
|
|
12432
12434
|
--pf-v6-c-compass__message-bar--MaxWidth: 600px;
|
|
12433
|
-
--pf-v6-c-compass__hero--gradient--angle: 109deg;
|
|
12434
|
-
--pf-v6-c-compass__hero--gradient--stop-1--light: transparent;
|
|
12435
|
-
--pf-v6-c-compass__hero--gradient--stop-2--light: transparent;
|
|
12436
|
-
--pf-v6-c-compass__hero--gradient--stop-3--light: transparent;
|
|
12437
|
-
--pf-v6-c-compass__hero--gradient--stop-1--dark: transparent;
|
|
12438
|
-
--pf-v6-c-compass__hero--gradient--stop-2--dark: transparent;
|
|
12439
|
-
--pf-v6-c-compass__hero--gradient--stop-3--dark: transparent;
|
|
12440
|
-
--pf-v6-c-compass__hero--BackgroundImage--light: none;
|
|
12441
|
-
--pf-v6-c-compass__hero--BackgroundImage--dark: none;
|
|
12442
|
-
--pf-v6-c-compass__hero-body--Width: 800px;
|
|
12443
|
-
--pf-v6-c-compass__hero-body--MaxWidth: 80%;
|
|
12444
12435
|
}
|
|
12445
12436
|
|
|
12446
12437
|
.pf-v6-c-compass {
|
|
@@ -12501,6 +12492,15 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
12501
12492
|
min-height: 0;
|
|
12502
12493
|
}
|
|
12503
12494
|
|
|
12495
|
+
.pf-v6-c-compass__main-header-content {
|
|
12496
|
+
display: flex;
|
|
12497
|
+
gap: var(--pf-v6-c-compass__main-header-content--RowGap) var(--pf-v6-c-compass__main-header-content--ColumnGap);
|
|
12498
|
+
}
|
|
12499
|
+
|
|
12500
|
+
.pf-v6-c-compass__main-header-title {
|
|
12501
|
+
flex-grow: 1;
|
|
12502
|
+
}
|
|
12503
|
+
|
|
12504
12504
|
.pf-v6-c-compass__content {
|
|
12505
12505
|
display: flex;
|
|
12506
12506
|
flex: 1 0 0;
|
|
@@ -12554,29 +12554,6 @@ label.pf-v6-c-check, .pf-v6-c-check__label,
|
|
|
12554
12554
|
overflow: auto;
|
|
12555
12555
|
}
|
|
12556
12556
|
|
|
12557
|
-
.pf-v6-c-compass__hero {
|
|
12558
|
-
display: flex;
|
|
12559
|
-
padding-block-start: 32px;
|
|
12560
|
-
padding-block-end: 32px;
|
|
12561
|
-
padding-inline-start: 72px;
|
|
12562
|
-
padding-inline-end: 0;
|
|
12563
|
-
background-image: var(--pf-v6-c-compass__hero--BackgroundImage, var(--pf-v6-c-compass__hero--BackgroundImage--light)), linear-gradient(var(--pf-v6-c-compass__hero--gradient--angle), var(--pf-v6-c-compass__hero--gradient--stop-1, var(--pf-v6-c-compass__hero--gradient--stop-1--light)) 0%, var(--pf-v6-c-compass__hero--gradient--stop-2, var(--pf-v6-c-compass__hero--gradient--stop-2--light)) 50%, var(--pf-v6-c-compass__hero--gradient--stop-3, var(--pf-v6-c-compass__hero--gradient--stop-3--light)) 100%);
|
|
12564
|
-
background-repeat: no-repeat;
|
|
12565
|
-
background-position: right center;
|
|
12566
|
-
background-size: contain;
|
|
12567
|
-
border-radius: 24px 72px;
|
|
12568
|
-
}
|
|
12569
|
-
:root:where(.pf-v6-theme-dark) .pf-v6-c-compass__hero {
|
|
12570
|
-
--pf-v6-c-compass__hero--BackgroundImage: var(--pf-v6-c-compass__hero--BackgroundImage--dark);
|
|
12571
|
-
--pf-v6-c-compass__hero--gradient--stop-1: var(--pf-v6-c-compass__hero--gradient--stop-1--dark);
|
|
12572
|
-
--pf-v6-c-compass__hero--gradient--stop-2: var(--pf-v6-c-compass__hero--gradient--stop-2--dark);
|
|
12573
|
-
--pf-v6-c-compass__hero--gradient--stop-3: var(--pf-v6-c-compass__hero--gradient--stop-3--dark);
|
|
12574
|
-
}
|
|
12575
|
-
|
|
12576
|
-
.pf-v6-c-compass__hero-body {
|
|
12577
|
-
width: min(var(--pf-v6-c-compass__hero-body--Width), var(--pf-v6-c-compass__hero-body--MaxWidth));
|
|
12578
|
-
}
|
|
12579
|
-
|
|
12580
12557
|
/* stylelint-disable */
|
|
12581
12558
|
@media (max-width: 1200px) {
|
|
12582
12559
|
.pf-v6-c-compass * {
|
|
@@ -17031,81 +17008,6 @@ ul) {
|
|
|
17031
17008
|
pointer-events: none;
|
|
17032
17009
|
}
|
|
17033
17010
|
|
|
17034
|
-
.pf-v6-c-hint {
|
|
17035
|
-
--pf-v6-c-hint--GridRowGap: var(--pf-t--global--spacer--sm);
|
|
17036
|
-
--pf-v6-c-hint--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
17037
|
-
--pf-v6-c-hint--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
17038
|
-
--pf-v6-c-hint--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
17039
|
-
--pf-v6-c-hint--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
17040
|
-
--pf-v6-c-hint--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
17041
|
-
--pf-v6-c-hint--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
|
17042
|
-
--pf-v6-c-hint--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
17043
|
-
--pf-v6-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
17044
|
-
--pf-v6-c-hint--Color: var(--pf-t--global--text--color--regular);
|
|
17045
|
-
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
17046
|
-
--pf-v6-c-hint__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
17047
|
-
--pf-v6-c-hint__footer--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
|
17048
|
-
--pf-v6-c-hint__footer--child--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
17049
|
-
--pf-v6-c-hint__actions--MarginInlineStart: var(--pf-t--global--spacer--2xl);
|
|
17050
|
-
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
17051
|
-
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
17052
|
-
}
|
|
17053
|
-
|
|
17054
|
-
.pf-v6-c-hint {
|
|
17055
|
-
display: grid;
|
|
17056
|
-
grid-template-columns: 1fr auto;
|
|
17057
|
-
grid-row-gap: var(--pf-v6-c-hint--GridRowGap);
|
|
17058
|
-
padding-block-start: var(--pf-v6-c-hint--PaddingBlockStart);
|
|
17059
|
-
padding-block-end: var(--pf-v6-c-hint--PaddingBlockEnd);
|
|
17060
|
-
padding-inline-start: var(--pf-v6-c-hint--PaddingInlineStart);
|
|
17061
|
-
padding-inline-end: var(--pf-v6-c-hint--PaddingInlineEnd);
|
|
17062
|
-
color: var(--pf-v6-c-hint--Color);
|
|
17063
|
-
background-color: var(--pf-v6-c-hint--BackgroundColor);
|
|
17064
|
-
border: var(--pf-v6-c-hint--BorderWidth) solid var(--pf-v6-c-hint--BorderColor);
|
|
17065
|
-
border-radius: var(--pf-v6-c-hint--BorderRadius);
|
|
17066
|
-
}
|
|
17067
|
-
.pf-v6-c-hint .pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
17068
|
-
text-align: start;
|
|
17069
|
-
white-space: normal;
|
|
17070
|
-
}
|
|
17071
|
-
|
|
17072
|
-
.pf-v6-c-hint__actions {
|
|
17073
|
-
display: inline-grid;
|
|
17074
|
-
grid-row: 1;
|
|
17075
|
-
grid-column: 2;
|
|
17076
|
-
grid-auto-flow: column;
|
|
17077
|
-
align-self: start;
|
|
17078
|
-
margin-block-start: var(--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart);
|
|
17079
|
-
margin-block-end: var(--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd);
|
|
17080
|
-
margin-inline-start: var(--pf-v6-c-hint__actions--MarginInlineStart);
|
|
17081
|
-
text-align: end;
|
|
17082
|
-
}
|
|
17083
|
-
.pf-v6-c-hint__actions.pf-m-no-offset {
|
|
17084
|
-
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart: 0;
|
|
17085
|
-
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd: 0;
|
|
17086
|
-
}
|
|
17087
|
-
.pf-v6-c-hint__actions + .pf-v6-c-hint__body {
|
|
17088
|
-
grid-column: 1;
|
|
17089
|
-
}
|
|
17090
|
-
|
|
17091
|
-
.pf-v6-c-hint__title {
|
|
17092
|
-
align-self: center;
|
|
17093
|
-
font-weight: var(--pf-v6-c-hint__title--FontWeight);
|
|
17094
|
-
}
|
|
17095
|
-
|
|
17096
|
-
.pf-v6-c-hint__body {
|
|
17097
|
-
grid-column: 1/-1;
|
|
17098
|
-
font-size: var(--pf-v6-c-hint__body--FontSize);
|
|
17099
|
-
}
|
|
17100
|
-
|
|
17101
|
-
.pf-v6-c-hint__footer {
|
|
17102
|
-
grid-column: 1/-1;
|
|
17103
|
-
margin-block-start: var(--pf-v6-c-hint__footer--MarginBlockStart);
|
|
17104
|
-
}
|
|
17105
|
-
.pf-v6-c-hint__footer > :not(:last-child) {
|
|
17106
|
-
margin-inline-end: var(--pf-v6-c-hint__footer--child--MarginInlineEnd);
|
|
17107
|
-
}
|
|
17108
|
-
|
|
17109
17011
|
.pf-v6-c-helper-text {
|
|
17110
17012
|
--pf-v6-c-helper-text--Gap: var(--pf-t--global--spacer--xs);
|
|
17111
17013
|
--pf-v6-c-helper-text--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
@@ -17191,6 +17093,156 @@ ul) {
|
|
|
17191
17093
|
color: var(--pf-v6-c-helper-text__item-text--Color);
|
|
17192
17094
|
}
|
|
17193
17095
|
|
|
17096
|
+
.pf-v6-c-hero {
|
|
17097
|
+
--pf-v6-c-hero--PaddingBlockStart: var(--pf-t--global--spacer--xl);
|
|
17098
|
+
--pf-v6-c-hero--PaddingBlockEnd: var(--pf-t--global--spacer--xl);
|
|
17099
|
+
--pf-v6-c-hero--PaddingInlineStart: var(--pf-t--global--spacer--3xl);
|
|
17100
|
+
--pf-v6-c-hero--PaddingInlineEnd: var(--pf-t--global--spacer--xl);
|
|
17101
|
+
--pf-v6-c-hero--gradient--angle: 109deg;
|
|
17102
|
+
--pf-v6-c-hero--gradient--stop-1--light: transparent;
|
|
17103
|
+
--pf-v6-c-hero--gradient--stop-2--light: transparent;
|
|
17104
|
+
--pf-v6-c-hero--gradient--stop-3--light: transparent;
|
|
17105
|
+
--pf-v6-c-hero--gradient--stop-1--dark: transparent;
|
|
17106
|
+
--pf-v6-c-hero--gradient--stop-2--dark: transparent;
|
|
17107
|
+
--pf-v6-c-hero--gradient--stop-3--dark: transparent;
|
|
17108
|
+
--pf-v6-c-hero--BackgroundColor: var(--pf-t--global--background--color--glass--default);
|
|
17109
|
+
--pf-v6-c-hero--BackdropFilter: var(--pf-t--global--background--color--glass--filter);
|
|
17110
|
+
--pf-v6-c-hero--BackgroundImage--light: none;
|
|
17111
|
+
--pf-v6-c-hero--BackgroundImage--dark: none;
|
|
17112
|
+
--pf-v6-c-hero--BackgroundRepeat: no-repeat;
|
|
17113
|
+
--pf-v6-c-hero--BackgroundPosition: right center;
|
|
17114
|
+
--pf-v6-c-hero--BackgroundSize: contain;
|
|
17115
|
+
--pf-v6-c-hero--BorderStyle: solid;
|
|
17116
|
+
--pf-v6-c-hero--BorderBlockStartWidth: var(--pf-t--global--border--width--regular);
|
|
17117
|
+
--pf-v6-c-hero--BorderBlockEndWidth: var(--pf-t--global--border--width--regular);
|
|
17118
|
+
--pf-v6-c-hero--BorderInlineStartWidth: var(--pf-t--global--border--width--regular);
|
|
17119
|
+
--pf-v6-c-hero--BorderInlineEndWidth: var(--pf-t--global--border--width--regular);
|
|
17120
|
+
--pf-v6-c-hero--BorderColor: var(--pf-t--global--border--color--default);
|
|
17121
|
+
--pf-v6-c-hero--m-glass--BorderColor: var(--pf-t--global--border--color--alt);
|
|
17122
|
+
--pf-v6-c-hero--m-glass--BoxShadow: var(--pf-t--global--box-shadow--md);
|
|
17123
|
+
--pf-v6-c-hero--BorderStartStartRadius: 24px;
|
|
17124
|
+
--pf-v6-c-hero--BorderStartEndRadius: 72px;
|
|
17125
|
+
--pf-v6-c-hero--BorderEndEndRadius: 24px;
|
|
17126
|
+
--pf-v6-c-hero--BorderEndStartRadius: 72px;
|
|
17127
|
+
--pf-v6-c-hero__body--Width: 800px;
|
|
17128
|
+
--pf-v6-c-hero__body--MaxWidth: 80%;
|
|
17129
|
+
}
|
|
17130
|
+
|
|
17131
|
+
.pf-v6-c-hero {
|
|
17132
|
+
display: flex;
|
|
17133
|
+
padding-block-start: var(--pf-v6-c-hero--PaddingBlockStart);
|
|
17134
|
+
padding-block-end: var(--pf-v6-c-hero--PaddingBlockEnd);
|
|
17135
|
+
padding-inline-start: var(--pf-v6-c-hero--PaddingInlineStart);
|
|
17136
|
+
padding-inline-end: var(--pf-v6-c-hero--PaddingInlineEnd);
|
|
17137
|
+
background-image: var(--pf-v6-c-hero--BackgroundImage, var(--pf-v6-c-hero--BackgroundImage--light)), linear-gradient(var(--pf-v6-c-hero--gradient--angle), var(--pf-v6-c-hero--gradient--stop-1, var(--pf-v6-c-hero--gradient--stop-1--light)) 0%, var(--pf-v6-c-hero--gradient--stop-2, var(--pf-v6-c-hero--gradient--stop-2--light)) 50%, var(--pf-v6-c-hero--gradient--stop-3, var(--pf-v6-c-hero--gradient--stop-3--light)) 100%);
|
|
17138
|
+
background-repeat: var(--pf-v6-c-hero--BackgroundRepeat);
|
|
17139
|
+
background-position: var(--pf-v6-c-hero--BackgroundPosition);
|
|
17140
|
+
background-size: var(--pf-v6-c-hero--BackgroundSize);
|
|
17141
|
+
border-color: var(--pf-v6-c-hero--BorderColor);
|
|
17142
|
+
border-style: var(--pf-v6-c-hero--BorderStyle);
|
|
17143
|
+
border-block-start-width: var(--pf-v6-c-hero--BorderBlockStartWidth);
|
|
17144
|
+
border-block-end-width: var(--pf-v6-c-hero--BorderBlockEndWidth);
|
|
17145
|
+
border-inline-start-width: var(--pf-v6-c-hero--BorderInlineStartWidth);
|
|
17146
|
+
border-inline-end-width: var(--pf-v6-c-hero--BorderInlineEndWidth);
|
|
17147
|
+
border-start-start-radius: var(--pf-v6-c-hero--BorderStartStartRadius);
|
|
17148
|
+
border-start-end-radius: var(--pf-v6-c-hero--BorderStartEndRadius);
|
|
17149
|
+
border-end-start-radius: var(--pf-v6-c-hero--BorderEndStartRadius);
|
|
17150
|
+
border-end-end-radius: var(--pf-v6-c-hero--BorderEndEndRadius);
|
|
17151
|
+
}
|
|
17152
|
+
:root:where(.pf-v6-theme-dark) .pf-v6-c-hero {
|
|
17153
|
+
--pf-v6-c-hero--BackgroundImage: var(--pf-v6-c-hero--BackgroundImage--dark);
|
|
17154
|
+
--pf-v6-c-hero--gradient--stop-1: var(--pf-v6-c-hero--gradient--stop-1--dark);
|
|
17155
|
+
--pf-v6-c-hero--gradient--stop-2: var(--pf-v6-c-hero--gradient--stop-2--dark);
|
|
17156
|
+
--pf-v6-c-hero--gradient--stop-3: var(--pf-v6-c-hero--gradient--stop-3--dark);
|
|
17157
|
+
}
|
|
17158
|
+
:root:where(.pf-v6-theme-glass) .pf-v6-c-hero {
|
|
17159
|
+
--pf-v6-c-hero--BorderColor: var(--pf-v6-c-hero--m-glass--BorderColor);
|
|
17160
|
+
box-shadow: var(--pf-v6-c-hero--m-glass--BoxShadow);
|
|
17161
|
+
}
|
|
17162
|
+
.pf-v6-c-hero:not(.pf-m-no-glass) {
|
|
17163
|
+
background-color: var(--pf-v6-c-hero--BackgroundColor);
|
|
17164
|
+
backdrop-filter: var(--pf-v6-c-hero--BackdropFilter);
|
|
17165
|
+
}
|
|
17166
|
+
|
|
17167
|
+
.pf-v6-c-hero__body {
|
|
17168
|
+
width: min(var(--pf-v6-c-hero__body--Width), var(--pf-v6-c-hero__body--MaxWidth));
|
|
17169
|
+
}
|
|
17170
|
+
|
|
17171
|
+
.pf-v6-c-hint {
|
|
17172
|
+
--pf-v6-c-hint--GridRowGap: var(--pf-t--global--spacer--sm);
|
|
17173
|
+
--pf-v6-c-hint--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
17174
|
+
--pf-v6-c-hint--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
17175
|
+
--pf-v6-c-hint--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
17176
|
+
--pf-v6-c-hint--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
17177
|
+
--pf-v6-c-hint--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
17178
|
+
--pf-v6-c-hint--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
|
17179
|
+
--pf-v6-c-hint--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
17180
|
+
--pf-v6-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
17181
|
+
--pf-v6-c-hint--Color: var(--pf-t--global--text--color--regular);
|
|
17182
|
+
--pf-v6-c-hint__title--FontWeight: var(--pf-t--global--font--weight--body--bold);
|
|
17183
|
+
--pf-v6-c-hint__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
17184
|
+
--pf-v6-c-hint__footer--MarginBlockStart: var(--pf-t--global--spacer--sm);
|
|
17185
|
+
--pf-v6-c-hint__footer--child--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
17186
|
+
--pf-v6-c-hint__actions--MarginInlineStart: var(--pf-t--global--spacer--2xl);
|
|
17187
|
+
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
17188
|
+
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd: calc(var(--pf-t--global--spacer--control--vertical--default) * -1);
|
|
17189
|
+
}
|
|
17190
|
+
|
|
17191
|
+
.pf-v6-c-hint {
|
|
17192
|
+
display: grid;
|
|
17193
|
+
grid-template-columns: 1fr auto;
|
|
17194
|
+
grid-row-gap: var(--pf-v6-c-hint--GridRowGap);
|
|
17195
|
+
padding-block-start: var(--pf-v6-c-hint--PaddingBlockStart);
|
|
17196
|
+
padding-block-end: var(--pf-v6-c-hint--PaddingBlockEnd);
|
|
17197
|
+
padding-inline-start: var(--pf-v6-c-hint--PaddingInlineStart);
|
|
17198
|
+
padding-inline-end: var(--pf-v6-c-hint--PaddingInlineEnd);
|
|
17199
|
+
color: var(--pf-v6-c-hint--Color);
|
|
17200
|
+
background-color: var(--pf-v6-c-hint--BackgroundColor);
|
|
17201
|
+
border: var(--pf-v6-c-hint--BorderWidth) solid var(--pf-v6-c-hint--BorderColor);
|
|
17202
|
+
border-radius: var(--pf-v6-c-hint--BorderRadius);
|
|
17203
|
+
}
|
|
17204
|
+
.pf-v6-c-hint .pf-v6-c-button.pf-m-link.pf-m-inline {
|
|
17205
|
+
text-align: start;
|
|
17206
|
+
white-space: normal;
|
|
17207
|
+
}
|
|
17208
|
+
|
|
17209
|
+
.pf-v6-c-hint__actions {
|
|
17210
|
+
display: inline-grid;
|
|
17211
|
+
grid-row: 1;
|
|
17212
|
+
grid-column: 2;
|
|
17213
|
+
grid-auto-flow: column;
|
|
17214
|
+
align-self: start;
|
|
17215
|
+
margin-block-start: var(--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart);
|
|
17216
|
+
margin-block-end: var(--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd);
|
|
17217
|
+
margin-inline-start: var(--pf-v6-c-hint__actions--MarginInlineStart);
|
|
17218
|
+
text-align: end;
|
|
17219
|
+
}
|
|
17220
|
+
.pf-v6-c-hint__actions.pf-m-no-offset {
|
|
17221
|
+
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockStart: 0;
|
|
17222
|
+
--pf-v6-c-hint__actions--c-menu-toggle--MarginBlockEnd: 0;
|
|
17223
|
+
}
|
|
17224
|
+
.pf-v6-c-hint__actions + .pf-v6-c-hint__body {
|
|
17225
|
+
grid-column: 1;
|
|
17226
|
+
}
|
|
17227
|
+
|
|
17228
|
+
.pf-v6-c-hint__title {
|
|
17229
|
+
align-self: center;
|
|
17230
|
+
font-weight: var(--pf-v6-c-hint__title--FontWeight);
|
|
17231
|
+
}
|
|
17232
|
+
|
|
17233
|
+
.pf-v6-c-hint__body {
|
|
17234
|
+
grid-column: 1/-1;
|
|
17235
|
+
font-size: var(--pf-v6-c-hint__body--FontSize);
|
|
17236
|
+
}
|
|
17237
|
+
|
|
17238
|
+
.pf-v6-c-hint__footer {
|
|
17239
|
+
grid-column: 1/-1;
|
|
17240
|
+
margin-block-start: var(--pf-v6-c-hint__footer--MarginBlockStart);
|
|
17241
|
+
}
|
|
17242
|
+
.pf-v6-c-hint__footer > :not(:last-child) {
|
|
17243
|
+
margin-inline-end: var(--pf-v6-c-hint__footer--child--MarginInlineEnd);
|
|
17244
|
+
}
|
|
17245
|
+
|
|
17194
17246
|
.pf-v6-c-icon {
|
|
17195
17247
|
--pf-v6-c-icon--Width: var(--pf-t--global--icon--size--font--body--default);
|
|
17196
17248
|
--pf-v6-c-icon--Height: var(--pf-t--global--icon--size--font--body--default);
|