@patternfly/quickstarts 5.4.0-prerelease.4 → 6.0.0-alpha.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/dist/index.es.js +49 -77
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +48 -78
- package/dist/index.js.map +1 -1
- package/dist/patternfly-global.css +773 -846
- package/dist/patternfly-nested.css +12814 -9632
- package/dist/quickstarts-base.css +128 -757
- package/dist/quickstarts-full.es.js +3217 -2470
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts-standalone.css +165 -540
- package/dist/quickstarts-standalone.min.css +8 -4
- package/dist/quickstarts-vendor.css +37 -134
- package/dist/quickstarts.css +165 -891
- package/dist/quickstarts.min.css +1 -1
- package/package.json +20 -20
- package/src/ConsoleInternal/components/_icon-and-text.scss +2 -2
- package/src/ConsoleInternal/components/catalog/_catalog.scss +20 -20
- package/src/ConsoleInternal/components/markdown-view.tsx +2 -2
- package/src/ConsoleInternal/components/utils/_status-box.scss +1 -1
- package/src/ConsoleShared/src/components/layout/PageLayout.scss +10 -10
- package/src/ConsoleShared/src/components/markdown-extensions/accordion-extension.tsx +6 -4
- package/src/ConsoleShared/src/components/markdown-extensions/accordion-render-extension.tsx +2 -2
- package/src/ConsoleShared/src/components/markdown-extensions/inline-clipboard-extension.tsx +5 -5
- package/src/ConsoleShared/src/components/markdown-extensions/multiline-clipboard-extension.tsx +8 -8
- package/src/ConsoleShared/src/components/markdown-extensions/showdown-extension.scss +5 -5
- package/src/ConsoleShared/src/components/spotlight/StaticSpotlight.tsx +1 -1
- package/src/ConsoleShared/src/components/spotlight/spotlight.scss +4 -4
- package/src/ConsoleShared/src/components/status/icons.tsx +6 -8
- package/src/HelpTopicDrawer.tsx +1 -1
- package/src/HelpTopicPanelContent.tsx +1 -1
- package/src/QuickStartCatalogPage.tsx +1 -8
- package/src/QuickStartDrawer.scss +1 -1
- package/src/QuickStartDrawer.tsx +1 -1
- package/src/QuickStartMarkdownView.tsx +1 -1
- package/src/QuickStartPanelContent.scss +10 -10
- package/src/QuickStartPanelContent.tsx +1 -1
- package/src/catalog/QuickStartCatalog.scss +1 -1
- package/src/catalog/QuickStartTile.tsx +4 -1
- package/src/catalog/QuickStartTileDescription.scss +4 -4
- package/src/catalog/QuickStartTileHeader.scss +5 -5
- package/src/catalog/Toolbar/QuickStartCatalogFilter.scss +9 -9
- package/src/catalog/Toolbar/QuickStartCatalogFilterItems.tsx +1 -1
- package/src/controller/QuickStartConclusion.tsx +1 -1
- package/src/controller/QuickStartContent.scss +2 -2
- package/src/controller/QuickStartFooter.scss +3 -3
- package/src/controller/QuickStartIntroduction.scss +7 -7
- package/src/controller/QuickStartIntroduction.tsx +1 -1
- package/src/controller/QuickStartTaskHeader.scss +15 -15
- package/src/controller/QuickStartTaskHeader.tsx +17 -17
- package/src/controller/QuickStartTaskHeaderList.scss +1 -1
- package/src/controller/QuickStartTaskHeaderList.tsx +1 -1
- package/src/controller/QuickStartTaskReview.scss +8 -8
- package/src/controller/QuickStartTasks.scss +14 -13
- package/src/styles/_base.scss +3 -6
- package/src/styles/_dark-custom-override.scss +16 -31
- package/src/styles/legacy-bootstrap/_variables.scss +8 -8
- package/src/styles/patternfly-global.scss +8 -8
- package/src/styles/patternfly-nested.scss +5 -5
- package/src/styles/style.scss +6 -6
- package/src/styles/vendor.scss +2 -2
package/dist/quickstarts.css
CHANGED
|
@@ -1,637 +1,7 @@
|
|
|
1
|
-
.pfext-quick-start-panel-content__body dl {
|
|
2
|
-
margin: 0px;
|
|
3
|
-
}
|
|
4
|
-
.pfext-quick-start-panel-content__body dt {
|
|
5
|
-
font-weight: var(--pf-v5-global--FontWeight--bold);
|
|
6
|
-
}
|
|
7
|
-
.pfext-quick-start-panel-content__body dd {
|
|
8
|
-
margin-bottom: 20px;
|
|
9
|
-
}
|
|
10
|
-
.pfext-quick-start-panel-content__body dd:last-child {
|
|
11
|
-
margin-bottom: 0px;
|
|
12
|
-
}
|
|
13
|
-
.pfext-quick-start-panel-content__body input[type=number] {
|
|
14
|
-
-webkit-appearance: textfield;
|
|
15
|
-
appearance: textfield;
|
|
16
|
-
max-width: 100px;
|
|
17
|
-
}
|
|
18
|
-
.pfext-quick-start-panel-content__body input[type=number]::-webkit-inner-spin-button, .pfext-quick-start-panel-content__body input[type=number]::-webkit-outer-spin-button {
|
|
19
|
-
-webkit-appearance: none;
|
|
20
|
-
}
|
|
21
|
-
.pfext-quick-start-panel-content__body input[type=radio] {
|
|
22
|
-
margin-right: 7px;
|
|
23
|
-
}
|
|
24
|
-
.pfext-quick-start-panel-content__body .pf-v5-c-list {
|
|
25
|
-
--pf-v5-c-list--PaddingLeft: 20px;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.pfext-quick-start-panel-content__header,
|
|
29
|
-
.pfext-quick-start-panel-content__body,
|
|
30
|
-
.pfext-page-layout__content,
|
|
31
|
-
.pfext-popover__base {
|
|
32
|
-
--pf-v5-global--FontSize--md: 14px;
|
|
33
|
-
--pf-v5-global--FontSize--sm: 13px;
|
|
34
|
-
}
|
|
35
|
-
.pfext-quick-start-panel-content__header ul,
|
|
36
|
-
.pfext-quick-start-panel-content__body ul,
|
|
37
|
-
.pfext-page-layout__content ul,
|
|
38
|
-
.pfext-popover__base ul {
|
|
39
|
-
list-style-type: disc;
|
|
40
|
-
}
|
|
41
|
-
.pfext-quick-start-panel-content__header input[type=radio],
|
|
42
|
-
.pfext-quick-start-panel-content__header input[type=checkbox],
|
|
43
|
-
.pfext-quick-start-panel-content__body input[type=radio],
|
|
44
|
-
.pfext-quick-start-panel-content__body input[type=checkbox],
|
|
45
|
-
.pfext-page-layout__content input[type=radio],
|
|
46
|
-
.pfext-page-layout__content input[type=checkbox],
|
|
47
|
-
.pfext-popover__base input[type=radio],
|
|
48
|
-
.pfext-popover__base input[type=checkbox] {
|
|
49
|
-
margin-top: 1px !important;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.pf-v5-theme-dark .pfext-catalog-item-icon__img--large {
|
|
53
|
-
filter: brightness(1.5) invert(1) hue-rotate(180deg) saturate(4);
|
|
54
|
-
}
|
|
55
|
-
.pf-v5-theme-dark .pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration {
|
|
56
|
-
color: var(--pf-v5-global--Color--light-100);
|
|
57
|
-
}
|
|
58
|
-
.pf-v5-theme-dark .pfext-quick-start-task-header__subtitle {
|
|
59
|
-
color: var(--pf-v5-global--palette--black-200) !important;
|
|
60
|
-
}
|
|
61
|
-
.pf-v5-theme-dark .pfext-quick-start-task-header__task-icon-init {
|
|
62
|
-
background-color: var(--pf-v5-global--primary-color--300);
|
|
63
|
-
}
|
|
64
|
-
.pf-v5-theme-dark .pfext-quick-start-task-header__tryagain {
|
|
65
|
-
color: var(--pf-v5-global--palette--black-200) !important;
|
|
66
|
-
}
|
|
67
|
-
.pf-v5-theme-dark .pfext-markdown-view pre:not(.pfext-code-block__pre) {
|
|
68
|
-
background-color: var(--pf-v5-global--BackgroundColor--100);
|
|
69
|
-
border-color: var(--pf-v5-global--BorderColor--100);
|
|
70
|
-
}
|
|
71
|
-
.pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block__code {
|
|
72
|
-
color: var(--pf-v5-global--Color--100);
|
|
73
|
-
background-color: var(--pf-v5-global--palette--black-600);
|
|
74
|
-
}
|
|
75
|
-
.pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block,
|
|
76
|
-
.pf-v5-theme-dark .pfext-markdown-view .pf-v5-c-code-block code {
|
|
77
|
-
background-color: var(--pf-v5-global--BackgroundColor--400);
|
|
78
|
-
}
|
|
79
|
-
.pf-v5-theme-dark :where(.pfext-markdown-view) .pf-v5-c-clipboard-copy.pf-m-inline {
|
|
80
|
-
--pf-v5-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
81
|
-
}
|
|
82
|
-
.pf-v5-theme-dark .pfext-page-layout__content {
|
|
83
|
-
background-color: var(--pf-v5-global--BackgroundColor--200);
|
|
84
|
-
}
|
|
85
|
-
.pf-v5-theme-dark .pfext-quick-start-catalog__gallery-item .pf-v5-c-card {
|
|
86
|
-
--pf-v5-c-card--BackgroundColor: var(--pf-v5-global--BackgroundColor--100);
|
|
87
|
-
}
|
|
88
|
-
.pf-v5-theme-dark .pf-v5-c-alert {
|
|
89
|
-
--pf-v5-c-alert--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
90
|
-
--pf-v5-c-alert--m-inline--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
91
|
-
--pf-v5-c-alert--m-inline--m-success--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
92
|
-
--pf-v5-c-alert--m-inline--m-danger--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
93
|
-
--pf-v5-c-alert--m-inline--m-warning--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
94
|
-
--pf-v5-c-alert--m-inline--m-info--BackgroundColor: var(--pf-v5-global--palette--black-700);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.pfext-icon-and-text {
|
|
98
|
-
align-items: baseline;
|
|
99
|
-
display: flex;
|
|
100
|
-
}
|
|
101
|
-
.pf-v5-c-label__icon .pfext-icon-and-text {
|
|
102
|
-
display: block;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.pfext-icon-and-text__icon {
|
|
106
|
-
flex-shrink: 0;
|
|
107
|
-
margin-right: 5px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.pfext-markdown-view.is-empty {
|
|
111
|
-
color: #999;
|
|
112
|
-
}
|
|
113
|
-
.pfext-markdown-view table {
|
|
114
|
-
display: block;
|
|
115
|
-
margin-bottom: 11.5px;
|
|
116
|
-
overflow-x: auto;
|
|
117
|
-
}
|
|
118
|
-
.pfext-markdown-view td,
|
|
119
|
-
.pfext-markdown-view th {
|
|
120
|
-
border-bottom: 1px solid #ededed;
|
|
121
|
-
padding: 10px;
|
|
122
|
-
vertical-align: top;
|
|
123
|
-
}
|
|
124
|
-
.pfext-markdown-view th {
|
|
125
|
-
padding-top: 0;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.catalog-item-header-pf-subtitle {
|
|
129
|
-
font-size: 13px;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.catalog-tile-pf-body .catalog-tile-pf-subtitle {
|
|
133
|
-
font-size: 13px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.pfext-catalog {
|
|
137
|
-
display: flex;
|
|
138
|
-
flex-direction: column;
|
|
139
|
-
min-height: 100%;
|
|
140
|
-
min-width: 515px;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.pfext-catalog-tile-view {
|
|
144
|
-
display: flex;
|
|
145
|
-
flex-wrap: wrap;
|
|
146
|
-
--pf-v5-l-gallery--GridTemplateColumns: repeat(auto-fill, 260px) !important;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.pfext-catalog__body {
|
|
150
|
-
min-width: 575px;
|
|
151
|
-
}
|
|
152
|
-
@media (min-width: 768px) {
|
|
153
|
-
.pfext-catalog__body {
|
|
154
|
-
min-width: 590px;
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.pfext-catalog-item-details {
|
|
159
|
-
display: flex;
|
|
160
|
-
margin: 0 0 10px;
|
|
161
|
-
}
|
|
162
|
-
.pfext-catalog-item-details__description {
|
|
163
|
-
white-space: pre-wrap;
|
|
164
|
-
}
|
|
165
|
-
.pfext-catalog-item-details__kind-label {
|
|
166
|
-
font-weight: var(--pf-v5-global--FontWeight--bold);
|
|
167
|
-
}
|
|
168
|
-
.pfext-catalog-item-details__name {
|
|
169
|
-
margin-bottom: 10px;
|
|
170
|
-
}
|
|
171
|
-
.pfext-catalog-item-details__provider, .pfext-catalog-item-details__tags {
|
|
172
|
-
margin-bottom: 5px;
|
|
173
|
-
}
|
|
174
|
-
.pfext-catalog-item-details__tag {
|
|
175
|
-
color: #72767b;
|
|
176
|
-
font-size: 13px;
|
|
177
|
-
margin-right: 5px;
|
|
178
|
-
text-transform: uppercase;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.pfext-catalog-item-icon {
|
|
182
|
-
padding-right: 10px;
|
|
183
|
-
}
|
|
184
|
-
.pfext-catalog-item-icon__icon {
|
|
185
|
-
font-size: 24px;
|
|
186
|
-
}
|
|
187
|
-
.pfext-catalog-item-icon__icon--large {
|
|
188
|
-
font-size: 40px;
|
|
189
|
-
}
|
|
190
|
-
.pfext-catalog-item-icon__img {
|
|
191
|
-
max-height: 24px;
|
|
192
|
-
max-width: 24px;
|
|
193
|
-
}
|
|
194
|
-
.pfext-catalog-item-icon__img[src$=".svg"] {
|
|
195
|
-
width: 24px;
|
|
196
|
-
}
|
|
197
|
-
.pfext-catalog-item-icon__img--large {
|
|
198
|
-
max-height: 40px;
|
|
199
|
-
max-width: 40px;
|
|
200
|
-
}
|
|
201
|
-
.pfext-catalog-item-icon__img--large[src$=".svg"] {
|
|
202
|
-
width: 40px;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.pfext-catalog-page {
|
|
206
|
-
background: #fff;
|
|
207
|
-
border: 1px solid var(--pf-v5-global--BorderColor--300);
|
|
208
|
-
display: flex;
|
|
209
|
-
flex: 1;
|
|
210
|
-
padding-top: 15px;
|
|
211
|
-
}
|
|
212
|
-
.pfext-catalog-page--with-sidebar {
|
|
213
|
-
margin: 0 15px;
|
|
214
|
-
padding-bottom: 15px;
|
|
215
|
-
}
|
|
216
|
-
.pfext-catalog-page__btn-group__group-by {
|
|
217
|
-
display: inline;
|
|
218
|
-
margin-left: var(--pf-v5-global--spacer--md);
|
|
219
|
-
}
|
|
220
|
-
.pfext-catalog-page__content {
|
|
221
|
-
flex: 1 1 auto;
|
|
222
|
-
overflow: hidden;
|
|
223
|
-
}
|
|
224
|
-
.pfext-catalog-page__description {
|
|
225
|
-
margin-top: -10px;
|
|
226
|
-
padding: 0 15px 10px;
|
|
227
|
-
}
|
|
228
|
-
@media (min-width: 768px) {
|
|
229
|
-
.pfext-catalog-page__description {
|
|
230
|
-
padding-left: 30px;
|
|
231
|
-
padding-right: 30px;
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
.pfext-catalog-page__filter {
|
|
235
|
-
display: flex;
|
|
236
|
-
justify-content: space-between;
|
|
237
|
-
}
|
|
238
|
-
.pfext-catalog-page__filter-toggle {
|
|
239
|
-
margin-top: 5px;
|
|
240
|
-
}
|
|
241
|
-
.pfext-catalog-page__grid {
|
|
242
|
-
background-color: #f5f5f5;
|
|
243
|
-
}
|
|
244
|
-
.pfext-catalog-page__grouped-items {
|
|
245
|
-
margin-bottom: var(--pf-v5-global--spacer--md);
|
|
246
|
-
}
|
|
247
|
-
.pfext-catalog-page__group-title {
|
|
248
|
-
margin-bottom: var(--pf-v5-global--spacer--sm);
|
|
249
|
-
}
|
|
250
|
-
.pfext-catalog-page__header {
|
|
251
|
-
margin: 0 30px 0 0;
|
|
252
|
-
}
|
|
253
|
-
.pfext-catalog-page__heading {
|
|
254
|
-
font-size: 16px;
|
|
255
|
-
margin: 0 0 20px 30px;
|
|
256
|
-
}
|
|
257
|
-
.pfext-catalog-page__hint {
|
|
258
|
-
margin: 0 0 var(--pf-v5-global--spacer--md) 0;
|
|
259
|
-
}
|
|
260
|
-
.pfext-catalog-page__input {
|
|
261
|
-
display: inline-flex !important;
|
|
262
|
-
margin: 0 0 20px 30px;
|
|
263
|
-
width: auto !important;
|
|
264
|
-
}
|
|
265
|
-
.pfext-catalog-page__sort {
|
|
266
|
-
display: inline;
|
|
267
|
-
margin-left: var(--pf-v5-global--spacer--md);
|
|
268
|
-
}
|
|
269
|
-
.pfext-catalog-page__num-items {
|
|
270
|
-
font-weight: var(--pf-v5-global--FontWeight--bold);
|
|
271
|
-
padding: 0 0 20px;
|
|
272
|
-
}
|
|
273
|
-
.pfext-catalog-page__info-icon {
|
|
274
|
-
vertical-align: middle;
|
|
275
|
-
color: #6a6e73;
|
|
276
|
-
}
|
|
277
|
-
.pfext-catalog-page__info-icon:hover {
|
|
278
|
-
color: #151515;
|
|
279
|
-
}
|
|
280
|
-
.pfext-catalog-page__overlay {
|
|
281
|
-
border: 0 !important;
|
|
282
|
-
}
|
|
283
|
-
.pfext-catalog-page__overlay .modal-body .pfext-hint-block {
|
|
284
|
-
margin-bottom: 10px;
|
|
285
|
-
}
|
|
286
|
-
.pfext-catalog-page__overlay .properties-side-panel-pf {
|
|
287
|
-
flex: 0 0 auto;
|
|
288
|
-
}
|
|
289
|
-
.pfext-catalog-page__overlay--right {
|
|
290
|
-
bottom: 0;
|
|
291
|
-
padding: 0 !important;
|
|
292
|
-
right: 0;
|
|
293
|
-
top: 4.75rem;
|
|
294
|
-
}
|
|
295
|
-
.pfext-catalog-page__overlay--right .pf-v5-c-modal-box__body {
|
|
296
|
-
display: flex;
|
|
297
|
-
flex-direction: column;
|
|
298
|
-
margin: 0 !important;
|
|
299
|
-
padding: 0;
|
|
300
|
-
}
|
|
301
|
-
.pfext-catalog-page__overlay--right .modal-body-inner-shadow-covers {
|
|
302
|
-
padding-left: 0 !important;
|
|
303
|
-
padding-right: 0 !important;
|
|
304
|
-
}
|
|
305
|
-
.pfext-catalog-page__overlay--right h1 {
|
|
306
|
-
white-space: normal;
|
|
307
|
-
}
|
|
308
|
-
.pfext-catalog-page__overlay-action {
|
|
309
|
-
align-items: baseline;
|
|
310
|
-
display: inline-flex !important;
|
|
311
|
-
margin: var(--pf-v5-global--spacer--sm) var(--pf-v5-global--spacer--sm) 0 0;
|
|
312
|
-
overflow-x: hidden;
|
|
313
|
-
}
|
|
314
|
-
.pfext-catalog-page__overlay-action-icon {
|
|
315
|
-
flex-shrink: 0;
|
|
316
|
-
font-size: 14px;
|
|
317
|
-
margin-left: 6px;
|
|
318
|
-
}
|
|
319
|
-
.pfext-catalog-page__overlay-action-label {
|
|
320
|
-
overflow-x: hidden;
|
|
321
|
-
text-overflow: ellipsis;
|
|
322
|
-
}
|
|
323
|
-
.pfext-catalog-page__overlay-actions {
|
|
324
|
-
display: flex;
|
|
325
|
-
flex-wrap: wrap;
|
|
326
|
-
margin-bottom: var(--pf-v5-global--spacer--md);
|
|
327
|
-
white-space: normal;
|
|
328
|
-
}
|
|
329
|
-
.pfext-catalog-page__overlay-header {
|
|
330
|
-
margin-bottom: var(--pf-v5-global--spacer--md);
|
|
331
|
-
}
|
|
332
|
-
.pfext-catalog-page__overlay-body {
|
|
333
|
-
margin: 0;
|
|
334
|
-
padding-left: var(--pf-v5-global--spacer--lg);
|
|
335
|
-
padding-right: var(--pf-v5-global--spacer--lg);
|
|
336
|
-
padding-top: var(--pf-v5-global--spacer--md);
|
|
337
|
-
}
|
|
338
|
-
@media (min-width: 768px) {
|
|
339
|
-
.pfext-catalog-page__overlay-body {
|
|
340
|
-
display: flex;
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
.pfext-catalog-page__overlay-description {
|
|
344
|
-
margin: 20px 0 0;
|
|
345
|
-
white-space: pre-wrap;
|
|
346
|
-
}
|
|
347
|
-
.pfext-catalog-page__overlay-description h1,
|
|
348
|
-
.pfext-catalog-page__overlay-description h2,
|
|
349
|
-
.pfext-catalog-page__overlay-description h3 {
|
|
350
|
-
color: #333;
|
|
351
|
-
}
|
|
352
|
-
.pfext-catalog-page__overlay-description h2 {
|
|
353
|
-
font-size: 20px;
|
|
354
|
-
}
|
|
355
|
-
.pfext-catalog-page__overlay-description p,
|
|
356
|
-
.pfext-catalog-page__overlay-description li,
|
|
357
|
-
.pfext-catalog-page__overlay-description ol {
|
|
358
|
-
color: #333;
|
|
359
|
-
font-size: 14px !important;
|
|
360
|
-
}
|
|
361
|
-
@media (min-width: 768px) {
|
|
362
|
-
.pfext-catalog-page__overlay-description {
|
|
363
|
-
flex: 1 1 auto;
|
|
364
|
-
margin-left: 20px;
|
|
365
|
-
margin-top: 0;
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
.pfext-catalog-page__tabs {
|
|
369
|
-
flex: 0 0 220px;
|
|
370
|
-
margin: 0 15px 0 0;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
@media screen and (min-width: 768px) {
|
|
374
|
-
.pf-v5-c-modal-box.pfext-catalog-page__overlay {
|
|
375
|
-
width: 600px;
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
@media screen and (min-width: 992px) {
|
|
379
|
-
.pf-v5-c-modal-box.pfext-catalog-page__overlay {
|
|
380
|
-
width: 900px;
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
.pfext-catalog-tab__empty {
|
|
384
|
-
color: #72767b;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.pfext-modal-ignore-warning {
|
|
388
|
-
height: initial;
|
|
389
|
-
}
|
|
390
|
-
.pfext-modal-ignore-warning__checkbox.checkbox {
|
|
391
|
-
margin-bottom: 0;
|
|
392
|
-
padding-top: 15px;
|
|
393
|
-
}
|
|
394
|
-
.pfext-modal-ignore-warning__content {
|
|
395
|
-
display: flex;
|
|
396
|
-
}
|
|
397
|
-
.pfext-modal-ignore-warning__icon {
|
|
398
|
-
font-size: 30px;
|
|
399
|
-
margin-right: 15px;
|
|
400
|
-
min-width: 30px;
|
|
401
|
-
}
|
|
402
|
-
.pfext-modal-ignore-warning__link {
|
|
403
|
-
display: block;
|
|
404
|
-
margin: 10px 0;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
.properties-side-panel-pf-property-label {
|
|
408
|
-
font-size: 13px;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.properties-side-panel-pf-property-value__capability-level {
|
|
412
|
-
color: var(--pf-v5-global--Color--400);
|
|
413
|
-
margin-bottom: 5px;
|
|
414
|
-
position: relative;
|
|
415
|
-
}
|
|
416
|
-
.properties-side-panel-pf-property-value__capability-level--active {
|
|
417
|
-
color: inherit;
|
|
418
|
-
}
|
|
419
|
-
.properties-side-panel-pf-property-value__capability-level--active::before {
|
|
420
|
-
display: none;
|
|
421
|
-
}
|
|
422
|
-
.properties-side-panel-pf-property-value__capability-level::before {
|
|
423
|
-
border: 1px solid var(--pf-v5-global--Color--400);
|
|
424
|
-
border-radius: 10px;
|
|
425
|
-
content: "";
|
|
426
|
-
height: 14px;
|
|
427
|
-
left: -20px;
|
|
428
|
-
position: absolute;
|
|
429
|
-
top: 4px;
|
|
430
|
-
width: 14px;
|
|
431
|
-
}
|
|
432
|
-
.properties-side-panel-pf-property-value__capability-level:not(:last-child)::after {
|
|
433
|
-
background: var(--pf-v5-global--Color--400);
|
|
434
|
-
content: "";
|
|
435
|
-
height: 6px;
|
|
436
|
-
left: -13px;
|
|
437
|
-
position: absolute;
|
|
438
|
-
top: 21px;
|
|
439
|
-
width: 1px;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
.properties-side-panel-pf-property-value__capability-level-icon {
|
|
443
|
-
left: -20px;
|
|
444
|
-
position: absolute;
|
|
445
|
-
top: 4px;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
.properties-side-panel-pf-property-value__capability-levels {
|
|
449
|
-
list-style: none;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.pfext-status-box {
|
|
453
|
-
padding: 40px 20px;
|
|
454
|
-
}
|
|
455
|
-
.pfext-status-box__loading-message {
|
|
456
|
-
margin-top: var(--pf-v5-global--spacer--sm);
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.pfext-status-box--loading {
|
|
460
|
-
align-items: center;
|
|
461
|
-
display: flex;
|
|
462
|
-
height: 100%;
|
|
463
|
-
justify-content: center;
|
|
464
|
-
min-height: 50px;
|
|
465
|
-
width: 100%;
|
|
466
|
-
flex-direction: column;
|
|
467
|
-
}
|
|
468
|
-
|
|
469
|
-
.pfext-m-loader {
|
|
470
|
-
min-width: 18px;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
.pfext-m-loader-dot__one,
|
|
474
|
-
.pfext-m-loader-dot__two,
|
|
475
|
-
.pfext-m-loader-dot__three {
|
|
476
|
-
animation-delay: 0;
|
|
477
|
-
animation-direction: normal;
|
|
478
|
-
animation-duration: 1s;
|
|
479
|
-
animation-fill-mode: forwards;
|
|
480
|
-
animation-iteration-count: infinite;
|
|
481
|
-
animation-name: bouncedelay;
|
|
482
|
-
animation-play-state: running;
|
|
483
|
-
animation-timing-function: ease-in-out;
|
|
484
|
-
background: #419eda;
|
|
485
|
-
border-radius: 100%;
|
|
486
|
-
display: inline-block;
|
|
487
|
-
height: 6px;
|
|
488
|
-
width: 6px;
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
.pfext-m-loader-dot__one {
|
|
492
|
-
animation-delay: -0.32s;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
.pfext-m-loader-dot__two {
|
|
496
|
-
animation-delay: -0.16s;
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
@keyframes bouncedelay {
|
|
500
|
-
0%, 80%, 100% {
|
|
501
|
-
transform: scale(0.25, 0.25);
|
|
502
|
-
}
|
|
503
|
-
40% {
|
|
504
|
-
transform: scale(1, 1);
|
|
505
|
-
}
|
|
506
|
-
}
|
|
507
|
-
.pfext-page-layout__content {
|
|
508
|
-
padding: var(--pf-v5-global--spacer--lg);
|
|
509
|
-
flex: 1;
|
|
510
|
-
}
|
|
511
|
-
.pfext-page-layout__header {
|
|
512
|
-
padding-top: 1px;
|
|
513
|
-
background-color: var(--pf-v5-global--BackgroundColor--light-100);
|
|
514
|
-
}
|
|
515
|
-
.pfext-page-layout__hint {
|
|
516
|
-
padding-left: var(--pf-v5-global--spacer--lg);
|
|
517
|
-
padding-right: var(--pf-v5-global--spacer--lg);
|
|
518
|
-
padding-bottom: var(--pf-v5-global--spacer--md);
|
|
519
|
-
font-size: 14px;
|
|
520
|
-
}
|
|
521
|
-
.pfext-page-layout__title {
|
|
522
|
-
padding-left: var(--pf-v5-global--spacer--lg);
|
|
523
|
-
padding-right: var(--pf-v5-global--spacer--lg);
|
|
524
|
-
font-size: var(--pf-v5-global--FontSize--2xl);
|
|
525
|
-
margin-top: 23px;
|
|
526
|
-
margin-bottom: 11.5px;
|
|
527
|
-
font-family: var(--pf-v5-global--FontFamily--heading--sans-serif);
|
|
528
|
-
font-weight: var(--pf-v5-global--FontWeight--normal);
|
|
529
|
-
line-height: 1.1;
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
.pfext-markdown-view .pfext-code-block__pre {
|
|
533
|
-
/* override the styles applied by showdown while parsing <pre /> */
|
|
534
|
-
display: flex;
|
|
535
|
-
border: none;
|
|
536
|
-
border-radius: none;
|
|
537
|
-
background-color: transparent;
|
|
538
|
-
margin: 0;
|
|
539
|
-
padding: 0;
|
|
540
|
-
}
|
|
541
|
-
.pfext-markdown-view .pfext-markdown-execute-snippet__button > i.fa-check {
|
|
542
|
-
display: none;
|
|
543
|
-
}
|
|
544
|
-
.pfext-markdown-view .pfext-markdown-execute-snippet__button > i.fa-play {
|
|
545
|
-
display: inline;
|
|
546
|
-
}
|
|
547
|
-
.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed] > i.fa-check {
|
|
548
|
-
display: inline;
|
|
549
|
-
}
|
|
550
|
-
.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed] > i.fa-play {
|
|
551
|
-
display: none;
|
|
552
|
-
}
|
|
553
|
-
.pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert {
|
|
554
|
-
margin: var(--pf-v5-global--spacer--md) 0;
|
|
555
|
-
}
|
|
556
|
-
.pfext-markdown-view .pfext-markdown-admonition.pf-v5-c-alert .pf-v5-c-alert__title {
|
|
557
|
-
margin-top: 0;
|
|
558
|
-
margin-bottom: 0;
|
|
559
|
-
font-weight: var(--pf-v5-c-alert__title--FontWeight);
|
|
560
|
-
font-family: inherit;
|
|
561
|
-
line-height: inherit;
|
|
562
|
-
color: var(--pf-v5-c-alert__title--Color);
|
|
563
|
-
word-break: break-word;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.pfext-modal {
|
|
567
|
-
position: absolute !important;
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
@keyframes pfext-spotlight-expand {
|
|
571
|
-
0% {
|
|
572
|
-
outline-offset: -4px;
|
|
573
|
-
outline-width: 4px;
|
|
574
|
-
opacity: 1;
|
|
575
|
-
}
|
|
576
|
-
100% {
|
|
577
|
-
outline-offset: 21px;
|
|
578
|
-
outline-width: 12px;
|
|
579
|
-
opacity: 0;
|
|
580
|
-
}
|
|
581
|
-
}
|
|
582
|
-
@keyframes pfext-spotlight-fade-in {
|
|
583
|
-
0% {
|
|
584
|
-
opacity: 0;
|
|
585
|
-
}
|
|
586
|
-
100% {
|
|
587
|
-
opacity: 1;
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
@keyframes pfext-spotlight-fade-out {
|
|
591
|
-
0% {
|
|
592
|
-
opacity: 1;
|
|
593
|
-
}
|
|
594
|
-
100% {
|
|
595
|
-
opacity: 0;
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
.pfext-spotlight {
|
|
599
|
-
pointer-events: none;
|
|
600
|
-
position: absolute;
|
|
601
|
-
}
|
|
602
|
-
.pfext-spotlight__with-backdrop {
|
|
603
|
-
mix-blend-mode: hard-light;
|
|
604
|
-
}
|
|
605
|
-
.pfext-spotlight__element-highlight-noanimate {
|
|
606
|
-
border: var(--pf-v5-global--BorderWidth--xl) solid var(--pf-v5-global--palette--blue-200);
|
|
607
|
-
background-color: var(--pf-v5-global--palette--black-500);
|
|
608
|
-
z-index: 9999;
|
|
609
|
-
}
|
|
610
|
-
.pfext-spotlight__element-highlight-animate {
|
|
611
|
-
pointer-events: none;
|
|
612
|
-
position: absolute;
|
|
613
|
-
box-shadow: inset 0px 0px 0px 4px var(--pf-v5-global--palette--blue-200);
|
|
614
|
-
opacity: 0;
|
|
615
|
-
animation: 0.4s pfext-spotlight-fade-in 0s ease-in-out, 5s pfext-spotlight-fade-out 12.8s ease-in-out;
|
|
616
|
-
animation-fill-mode: forwards;
|
|
617
|
-
}
|
|
618
|
-
.pfext-spotlight__element-highlight-animate::after {
|
|
619
|
-
content: "";
|
|
620
|
-
position: absolute;
|
|
621
|
-
left: 0;
|
|
622
|
-
right: 0;
|
|
623
|
-
top: 0;
|
|
624
|
-
bottom: 0;
|
|
625
|
-
animation: 1.2s pfext-spotlight-expand 1.6s ease-out;
|
|
626
|
-
animation-fill-mode: forwards;
|
|
627
|
-
outline: 4px solid var(--pf-v5-global--palette--blue-200);
|
|
628
|
-
outline-offset: -4px;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
1
|
.pfext-markdown-view h1, .pfext-markdown-view h2, .pfext-markdown-view h3, .pfext-markdown-view h4, .pfext-markdown-view h5, .pfext-markdown-view h6,
|
|
632
2
|
.pfext-markdown-view .h1, .pfext-markdown-view .h2, .pfext-markdown-view .h3, .pfext-markdown-view .h4, .pfext-markdown-view .h5, .pfext-markdown-view .h6 {
|
|
633
|
-
font-family: var(--pf-
|
|
634
|
-
font-weight: var(--pf-
|
|
3
|
+
font-family: var(--pf-t--global--font--family--heading);
|
|
4
|
+
font-weight: var(--pf-t--global--font--weight--heading);
|
|
635
5
|
line-height: 1.1;
|
|
636
6
|
color: inherit;
|
|
637
7
|
}
|
|
@@ -648,22 +18,22 @@
|
|
|
648
18
|
margin-bottom: 11.5px;
|
|
649
19
|
}
|
|
650
20
|
.pfext-markdown-view h1, .pfext-markdown-view .h1 {
|
|
651
|
-
font-size: var(--pf-
|
|
21
|
+
font-size: var(--pf-t--global--font--size--heading--h1);
|
|
652
22
|
}
|
|
653
23
|
.pfext-markdown-view h2, .pfext-markdown-view .h2 {
|
|
654
|
-
font-size:
|
|
24
|
+
font-size: var(--pf-t--global--font--size--heading--h2);
|
|
655
25
|
}
|
|
656
26
|
.pfext-markdown-view h3, .pfext-markdown-view .h3 {
|
|
657
|
-
font-size: var(--pf-
|
|
27
|
+
font-size: var(--pf-t--global--font--size--heading--h3);
|
|
658
28
|
}
|
|
659
29
|
.pfext-markdown-view h4, .pfext-markdown-view .h4 {
|
|
660
|
-
font-size: var(--pf-
|
|
30
|
+
font-size: var(--pf-t--global--font--size--heading--h4);
|
|
661
31
|
}
|
|
662
32
|
.pfext-markdown-view h5, .pfext-markdown-view .h5 {
|
|
663
|
-
font-size: var(--pf-
|
|
33
|
+
font-size: var(--pf-t--global--font--size--heading--h5);
|
|
664
34
|
}
|
|
665
35
|
.pfext-markdown-view h6, .pfext-markdown-view .h6 {
|
|
666
|
-
font-size: var(--pf-
|
|
36
|
+
font-size: var(--pf-t--global--font--size--heading--h6);
|
|
667
37
|
}
|
|
668
38
|
.pfext-markdown-view p {
|
|
669
39
|
margin: 0 0 11.5px;
|
|
@@ -766,7 +136,7 @@
|
|
|
766
136
|
z-index: 0;
|
|
767
137
|
position: relative;
|
|
768
138
|
}
|
|
769
|
-
.pfext-quick-start-drawer__modal > .pf-
|
|
139
|
+
.pfext-quick-start-drawer__modal > .pf-v6-c-modal-box__footer {
|
|
770
140
|
display: block;
|
|
771
141
|
}
|
|
772
142
|
|
|
@@ -774,22 +144,22 @@
|
|
|
774
144
|
position: sticky;
|
|
775
145
|
top: 0px;
|
|
776
146
|
background: inherit;
|
|
777
|
-
z-index: var(--pf-
|
|
147
|
+
z-index: var(--pf-t--global--z-index--xs);
|
|
778
148
|
}
|
|
779
149
|
.pfext-quick-start-panel-content__header__shadow {
|
|
780
|
-
box-shadow: var(--pf-
|
|
150
|
+
box-shadow: var(--pf-t--global--box-shadow--sm--bottom);
|
|
781
151
|
}
|
|
782
152
|
.pfext-quick-start-panel-content__header--blue-white {
|
|
783
|
-
background-color: var(--pf-
|
|
153
|
+
background-color: var(--pf-t--global--color--brand--default);
|
|
784
154
|
}
|
|
785
155
|
.pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__title {
|
|
786
|
-
color: var(--pf-
|
|
156
|
+
color: var(--pf-t--global--text--color--on-brand--default);
|
|
787
157
|
}
|
|
788
158
|
.pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__duration {
|
|
789
|
-
color: var(--pf-
|
|
159
|
+
color: var(--pf-t--global--text--color--on-brand--default);
|
|
790
160
|
}
|
|
791
161
|
.pfext-quick-start-panel-content__header--blue-white .pfext-quick-start-panel-content__close-button button {
|
|
792
|
-
color: var(--pf-
|
|
162
|
+
color: var(--pf-t--global--text--color--on-brand--default) !important;
|
|
793
163
|
}
|
|
794
164
|
.pfext-quick-start-panel-content__body {
|
|
795
165
|
display: flex;
|
|
@@ -802,33 +172,22 @@
|
|
|
802
172
|
}
|
|
803
173
|
.pfext-quick-start-panel-content__duration {
|
|
804
174
|
display: inline-block;
|
|
805
|
-
font-size: var(--pf-
|
|
806
|
-
font-weight:
|
|
175
|
+
font-size: var(--pf-t--global--font--size--body--default);
|
|
176
|
+
font-weight: var(--pf-t--global--font--weight--body);
|
|
807
177
|
line-height: 1;
|
|
808
|
-
color:
|
|
178
|
+
color: var(--pf-t--global--text--color--subtle);
|
|
809
179
|
}
|
|
810
180
|
.pfext-quick-start-panel-content__footer__shadow {
|
|
811
|
-
box-shadow: var(--pf-
|
|
181
|
+
box-shadow: var(--pf-t--global--box-shadow--sm--top);
|
|
812
182
|
}
|
|
813
183
|
|
|
814
184
|
.pfext-quick-start-catalog__gallery {
|
|
815
|
-
--pf-
|
|
185
|
+
--pf-v6-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important;
|
|
816
186
|
}
|
|
817
187
|
.pfext-quick-start-catalog__gallery-item {
|
|
818
188
|
display: inherit !important;
|
|
819
189
|
}
|
|
820
190
|
|
|
821
|
-
.pfext-quick-start-tile {
|
|
822
|
-
height: 100%;
|
|
823
|
-
}
|
|
824
|
-
.pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
|
|
825
|
-
display: block;
|
|
826
|
-
-webkit-line-clamp: unset;
|
|
827
|
-
}
|
|
828
|
-
.pfext-quick-start-tile .catalog-tile-pf-icon {
|
|
829
|
-
display: flex;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
191
|
.pfext-quick-start-tile-description {
|
|
833
192
|
display: -webkit-box;
|
|
834
193
|
overflow: hidden;
|
|
@@ -842,32 +201,64 @@
|
|
|
842
201
|
display: inline-flex;
|
|
843
202
|
}
|
|
844
203
|
.pfext-quick-start-tile-prerequisites__text {
|
|
845
|
-
margin-right: var(--pf-
|
|
846
|
-
font-size: var(--pf-
|
|
204
|
+
margin-right: var(--pf-t--global--spacer--sm);
|
|
205
|
+
font-size: var(--pf-t--global--font--size--md);
|
|
847
206
|
margin-top: 11.5px;
|
|
848
207
|
margin-bottom: 11.5px;
|
|
849
|
-
font-family: var(--pf-
|
|
850
|
-
font-weight: var(--pf-
|
|
208
|
+
font-family: var(--pf-t--global--font--family--heading);
|
|
209
|
+
font-weight: var(--pf-t--global--font--weight--heading);
|
|
851
210
|
line-height: 1.1;
|
|
852
211
|
}
|
|
853
212
|
.pfext-quick-start-tile-prerequisites-list {
|
|
854
213
|
padding-left: 20px;
|
|
855
214
|
}
|
|
856
215
|
|
|
216
|
+
.pfext-quick-start-tile {
|
|
217
|
+
height: 100%;
|
|
218
|
+
}
|
|
219
|
+
.pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
|
|
220
|
+
display: block;
|
|
221
|
+
-webkit-line-clamp: unset;
|
|
222
|
+
}
|
|
223
|
+
.pfext-quick-start-tile .catalog-tile-pf-icon {
|
|
224
|
+
display: flex;
|
|
225
|
+
}
|
|
226
|
+
|
|
857
227
|
.pfext-quick-start-tile-header__status {
|
|
858
|
-
margin: var(--pf-
|
|
228
|
+
margin: var(--pf-t--global--spacer--sm) 0;
|
|
859
229
|
}
|
|
860
230
|
.pfext-quick-start-tile-header--margin {
|
|
861
|
-
margin-right: var(--pf-
|
|
862
|
-
margin-bottom: var(--pf-
|
|
231
|
+
margin-right: var(--pf-t--global--spacer--sm);
|
|
232
|
+
margin-bottom: var(--pf-t--global--spacer--sm);
|
|
863
233
|
}
|
|
864
|
-
.pfext-quick-start-tile-header .pf-
|
|
865
|
-
margin-right: var(--pf-
|
|
234
|
+
.pfext-quick-start-tile-header .pf-v6-c-badge:not(:last-of-type) {
|
|
235
|
+
margin-right: var(--pf-t--global--spacer--sm);
|
|
866
236
|
}
|
|
867
237
|
.pfext-quick-start-tile-header h3 {
|
|
868
238
|
flex: 1;
|
|
869
239
|
}
|
|
870
240
|
|
|
241
|
+
.pfext-quick-start-catalog-filter__input {
|
|
242
|
+
flex-grow: 1;
|
|
243
|
+
max-width: 500px;
|
|
244
|
+
}
|
|
245
|
+
.pfext-quick-start-catalog-filter__count {
|
|
246
|
+
font-weight: var(--pf-t--global--font--weight--body--bold);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.pf-v6-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex {
|
|
250
|
+
--pf-v6-c-toolbar--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
251
|
+
--pf-v6-c-toolbar--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
252
|
+
--pf-v6-c-toolbar--RowGap: 0;
|
|
253
|
+
font-size: 14px;
|
|
254
|
+
}
|
|
255
|
+
.pf-v6-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v6-c-select {
|
|
256
|
+
--pf-v6-c-select__toggle--FontSize: 14px;
|
|
257
|
+
}
|
|
258
|
+
.pf-v6-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-v6-c-check {
|
|
259
|
+
--pf-v6-c-check__label--FontSize: 14px;
|
|
260
|
+
}
|
|
261
|
+
|
|
871
262
|
.pfext-markdown-view.is-empty {
|
|
872
263
|
color: #999;
|
|
873
264
|
}
|
|
@@ -886,67 +277,46 @@
|
|
|
886
277
|
padding-top: 0;
|
|
887
278
|
}
|
|
888
279
|
|
|
889
|
-
.pfext-quick-start-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
.pfext-quick-start-catalog-filter__count {
|
|
894
|
-
font-weight: var(--pf-v5-global--FontWeight--bold);
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
.pf-v5-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex {
|
|
898
|
-
--pf-v5-c-toolbar--PaddingBottom: var(--pf-v5-global--spacer--sm);
|
|
899
|
-
--pf-v5-c-toolbar--PaddingTop: var(--pf-v5-global--spacer--sm);
|
|
900
|
-
--pf-v5-c-toolbar--RowGap: 0;
|
|
901
|
-
font-size: 14px;
|
|
280
|
+
.pfext-quick-start-footer {
|
|
281
|
+
background-color: var(--pf-t--global--background--color--primary--default);
|
|
282
|
+
flex: 0 0 auto;
|
|
283
|
+
padding: var(--pf-t--global--spacer--md) var(--pf-t--global--spacer--lg);
|
|
902
284
|
}
|
|
903
|
-
.
|
|
904
|
-
--pf-
|
|
285
|
+
.pfext-quick-start-footer__actionbtn {
|
|
286
|
+
margin-right: var(--pf-t--global--spacer--md);
|
|
905
287
|
}
|
|
906
|
-
.
|
|
907
|
-
|
|
288
|
+
.pfext-quick-start-footer__restartbtn {
|
|
289
|
+
float: right;
|
|
908
290
|
}
|
|
909
291
|
|
|
910
292
|
.pfext-quick-start-content {
|
|
911
293
|
flex: 1 1 0;
|
|
912
294
|
overflow: auto;
|
|
913
|
-
padding: var(--pf-
|
|
295
|
+
padding: var(--pf-t--global--spacer--lg);
|
|
914
296
|
font-size: 16px;
|
|
915
297
|
}
|
|
916
|
-
.pfext-quick-start-content .pf-
|
|
298
|
+
.pfext-quick-start-content .pf-v6-c-alert__description p {
|
|
917
299
|
font-size: 13px;
|
|
918
300
|
}
|
|
919
301
|
|
|
920
|
-
.pfext-quick-start-footer {
|
|
921
|
-
background-color: var(--pf-v5-global--BackgroundColor--100);
|
|
922
|
-
flex: 0 0 auto;
|
|
923
|
-
padding: var(--pf-v5-global--spacer--md) var(--pf-v5-global--spacer--lg);
|
|
924
|
-
}
|
|
925
|
-
.pfext-quick-start-footer__actionbtn {
|
|
926
|
-
margin-right: var(--pf-v5-global--spacer--md);
|
|
927
|
-
}
|
|
928
|
-
.pfext-quick-start-footer__restartbtn {
|
|
929
|
-
float: right;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
302
|
.pfext-quick-start-intro__prereq {
|
|
933
|
-
margin-bottom: var(--pf-
|
|
303
|
+
margin-bottom: var(--pf-t--global--spacer--md);
|
|
934
304
|
}
|
|
935
|
-
.pfext-quick-start-intro__prereq .pf-
|
|
936
|
-
margin-top: var(--pf-
|
|
305
|
+
.pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__content {
|
|
306
|
+
margin-top: var(--pf-t--global--spacer--sm);
|
|
937
307
|
}
|
|
938
|
-
.pfext-quick-start-intro__prereq .pf-
|
|
308
|
+
.pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle {
|
|
939
309
|
padding-top: 0;
|
|
940
310
|
padding-bottom: 0;
|
|
941
311
|
}
|
|
942
|
-
.pfext-quick-start-intro__prereq .pf-
|
|
943
|
-
margin-left: var(--pf-
|
|
312
|
+
.pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle-text {
|
|
313
|
+
margin-left: var(--pf-t--global--spacer--sm);
|
|
944
314
|
}
|
|
945
|
-
.pfext-quick-start-intro__prereq .pf-
|
|
946
|
-
color: var(--pf-
|
|
315
|
+
.pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle-icon {
|
|
316
|
+
color: var(--pf-v6-c-expandable-section__toggle--Color);
|
|
947
317
|
}
|
|
948
|
-
.pfext-quick-start-intro__prereq .pf-
|
|
949
|
-
--pf-
|
|
318
|
+
.pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-v6-c-expandable-section__toggle-icon:hover {
|
|
319
|
+
--pf-v6-c-expandable-section__toggle--Color: var(--pf-v6-c-expandable-section__toggle--focus--Color);
|
|
950
320
|
}
|
|
951
321
|
.pfext-quick-start-intro__prereq-list {
|
|
952
322
|
padding-left: 20px;
|
|
@@ -962,29 +332,29 @@
|
|
|
962
332
|
.pfext-quick-start-tasks__list button::before {
|
|
963
333
|
content: none;
|
|
964
334
|
}
|
|
965
|
-
.pfext-quick-start-tasks__list li.pf-
|
|
335
|
+
.pfext-quick-start-tasks__list li.pf-v6-c-wizard__nav-item {
|
|
966
336
|
list-style-type: none;
|
|
967
337
|
display: flex;
|
|
968
338
|
flex-wrap: wrap;
|
|
969
339
|
align-items: center;
|
|
970
|
-
margin-bottom: var(--pf-
|
|
340
|
+
margin-bottom: var(--pf-t--global--spacer--xs);
|
|
971
341
|
}
|
|
972
342
|
.pfext-quick-start-tasks__list .pfext-quick-start-task__content {
|
|
973
|
-
margin-bottom: var(--pf-
|
|
343
|
+
margin-bottom: var(--pf-t--global--spacer--md);
|
|
974
344
|
}
|
|
975
345
|
.pfext-quick-start-tasks__list .task-pflist-title {
|
|
976
346
|
font-size: 14px !important;
|
|
977
347
|
margin-bottom: 6px;
|
|
978
348
|
}
|
|
979
349
|
.pfext-quick-start-tasks__list .task-pflist-subtitle {
|
|
980
|
-
color: var(--pf-
|
|
350
|
+
color: var(--pf-t--global--text--color--subtle);
|
|
981
351
|
font-size: 16px;
|
|
982
352
|
}
|
|
983
353
|
.pfext-quick-start-tasks__list .task-pflist-list {
|
|
984
354
|
font-size: 16px;
|
|
985
355
|
}
|
|
986
356
|
.pfext-quick-start-tasks__list .task-pflist-list--prereq {
|
|
987
|
-
padding-left: var(--pf-
|
|
357
|
+
padding-left: var(--pf-t--global--spacer--lg);
|
|
988
358
|
}
|
|
989
359
|
.pfext-quick-start-tasks__list .task-pflist-list--prereq li + li {
|
|
990
360
|
margin-top: 4px;
|
|
@@ -1009,22 +379,23 @@
|
|
|
1009
379
|
position: relative;
|
|
1010
380
|
left: 4px;
|
|
1011
381
|
}
|
|
1012
|
-
.pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-
|
|
1013
|
-
margin: var(--pf-
|
|
382
|
+
.pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v6-c-alert {
|
|
383
|
+
margin: var(--pf-t--global--spacer--md) 0;
|
|
1014
384
|
}
|
|
1015
|
-
.pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-
|
|
385
|
+
.pfext-quick-start-tasks__list .task-pflist-list__item__content .pf-v6-c-alert__title {
|
|
1016
386
|
margin-top: 0;
|
|
1017
387
|
margin-bottom: 0;
|
|
1018
|
-
font-weight: var(--pf-
|
|
388
|
+
font-weight: var(--pf-v6-c-alert__title--FontWeight);
|
|
1019
389
|
font-family: inherit;
|
|
1020
390
|
line-height: inherit;
|
|
1021
|
-
color: var(--pf-
|
|
391
|
+
color: var(--pf-v6-c-alert__title--Color);
|
|
1022
392
|
word-break: break-word;
|
|
1023
393
|
}
|
|
1024
394
|
.pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note {
|
|
1025
|
-
background-color: var(--pf-
|
|
1026
|
-
border-color: var(--pf-
|
|
1027
|
-
margin: var(--pf-
|
|
395
|
+
background-color: var(--pf-t--global--color--nonstatus--blue--default);
|
|
396
|
+
border-color: var(--pf-t--global--border--color--brand--default);
|
|
397
|
+
margin: var(--pf-t--global--spacer--md) 0;
|
|
398
|
+
color: var(--pf-t--global--text--color--nonstatus--on-blue--default);
|
|
1028
399
|
}
|
|
1029
400
|
.pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note__body {
|
|
1030
401
|
font-size: 14px;
|
|
@@ -1041,41 +412,41 @@
|
|
|
1041
412
|
display: flex;
|
|
1042
413
|
flex-wrap: wrap;
|
|
1043
414
|
align-items: center;
|
|
1044
|
-
margin-bottom: var(--pf-
|
|
415
|
+
margin-bottom: var(--pf-t--global--spacer--xs);
|
|
1045
416
|
}
|
|
1046
417
|
|
|
1047
418
|
.pfext-quick-start-task-header {
|
|
1048
|
-
margin-bottom: var(--pf-
|
|
419
|
+
margin-bottom: var(--pf-t--global--spacer--sm);
|
|
1049
420
|
display: grid;
|
|
1050
421
|
grid-template-columns: min-content auto;
|
|
1051
|
-
font-size: var(--pf-
|
|
422
|
+
font-size: var(--pf-t--global--font--size--body--default);
|
|
1052
423
|
}
|
|
1053
424
|
.pfext-quick-start-task-header button::before {
|
|
1054
425
|
content: none;
|
|
1055
426
|
}
|
|
1056
427
|
.pfext-quick-start-task-header__title {
|
|
1057
|
-
color: var(--pf-
|
|
1058
|
-
margin-right: var(--pf-
|
|
428
|
+
color: var(--pf-t--global--text--color--brand--default) !important;
|
|
429
|
+
margin-right: var(--pf-t--global--spacer--md) !important;
|
|
1059
430
|
}
|
|
1060
431
|
.pfext-quick-start-task-header__subtitle {
|
|
1061
|
-
font-size: var(--pf-
|
|
1062
|
-
color: var(--pf-
|
|
432
|
+
font-size: var(--pf-t--global--font--size--body--sm);
|
|
433
|
+
color: var(--pf-t--global--text--color--subtle) !important;
|
|
1063
434
|
}
|
|
1064
435
|
.pfext-quick-start-task-header__tryagain {
|
|
1065
436
|
display: block;
|
|
1066
|
-
font-size: var(--pf-
|
|
1067
|
-
color: var(--pf-
|
|
437
|
+
font-size: var(--pf-t--global--font--size--body--default);
|
|
438
|
+
color: var(--pf-t--global--text--color--subtle) !important;
|
|
1068
439
|
}
|
|
1069
440
|
.pfext-quick-start-task-header__title-success {
|
|
1070
|
-
color: var(--pf-
|
|
441
|
+
color: var(--pf-t--global--text--color--status--success--default) !important;
|
|
1071
442
|
}
|
|
1072
443
|
.pfext-quick-start-task-header__title-failed {
|
|
1073
|
-
color: var(--pf-
|
|
444
|
+
color: var(--pf-t--global--text--color--status--danger--default) !important;
|
|
1074
445
|
}
|
|
1075
446
|
.pfext-quick-start-task-header__task-icon-init {
|
|
1076
|
-
background-color: var(--pf-
|
|
1077
|
-
border-radius: var(--pf-
|
|
1078
|
-
color: var(--pf-
|
|
447
|
+
background-color: var(--pf-t--global--color--brand--default);
|
|
448
|
+
border-radius: var(--pf-t--global--border--radius--large);
|
|
449
|
+
color: var(--pf-t--global--text--color--on-brand--default);
|
|
1079
450
|
display: inline-flex;
|
|
1080
451
|
justify-content: center;
|
|
1081
452
|
height: 1.5em;
|
|
@@ -1085,38 +456,38 @@
|
|
|
1085
456
|
vertical-align: middle !important;
|
|
1086
457
|
}
|
|
1087
458
|
.pfext-quick-start-task-header__task-icon-success {
|
|
1088
|
-
color: var(--pf-
|
|
459
|
+
color: var(--pf-t--global--text--color--status--success--default) !important;
|
|
1089
460
|
}
|
|
1090
461
|
.pfext-quick-start-task-header__task-icon-failed {
|
|
1091
|
-
color: var(--pf-
|
|
462
|
+
color: var(--pf-t--global--text--color--status--danger--default) !important;
|
|
1092
463
|
}
|
|
1093
464
|
|
|
1094
465
|
.pfext-quick-start-task-review-alert {
|
|
1095
|
-
margin: var(--pf-
|
|
466
|
+
margin: var(--pf-t--global--spacer--lg) 0;
|
|
1096
467
|
}
|
|
1097
468
|
|
|
1098
469
|
.pfext-quick-start-task-review {
|
|
1099
|
-
font-size: var(--pf-
|
|
1100
|
-
line-height: var(--pf-
|
|
1101
|
-
font-family: var(--pf-
|
|
470
|
+
font-size: var(--pf-t--global--font--size--md);
|
|
471
|
+
line-height: var(--pf-t--global--font--line-height--heading);
|
|
472
|
+
font-family: var(--pf-t--global--font--family--heading);
|
|
1102
473
|
}
|
|
1103
474
|
.pfext-quick-start-task-review__actions {
|
|
1104
475
|
display: flex;
|
|
1105
476
|
align-items: flex-start;
|
|
1106
|
-
margin-bottom: var(--pf-
|
|
477
|
+
margin-bottom: var(--pf-t--global--spacer--sm);
|
|
1107
478
|
}
|
|
1108
479
|
.pfext-quick-start-task-review__actions input[type=radio] {
|
|
1109
480
|
margin-top: 0;
|
|
1110
481
|
margin-right: 0;
|
|
1111
482
|
}
|
|
1112
483
|
.pfext-quick-start-task-review__radio {
|
|
1113
|
-
margin-right: var(--pf-
|
|
484
|
+
margin-right: var(--pf-t--global--spacer--xl) !important;
|
|
1114
485
|
}
|
|
1115
486
|
.pfext-quick-start-task-review--success {
|
|
1116
|
-
color: var(--pf-
|
|
487
|
+
color: var(--pf-t--global--text--color--status--success--default) !important;
|
|
1117
488
|
}
|
|
1118
489
|
.pfext-quick-start-task-review--failed {
|
|
1119
|
-
color: var(--pf-
|
|
490
|
+
color: var(--pf-t--global--text--color--status--danger--default);
|
|
1120
491
|
}
|
|
1121
492
|
|
|
1122
493
|
.pfext-modal {
|
|
@@ -1144,16 +515,16 @@
|
|
|
1144
515
|
.pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed] > i.fa-play {
|
|
1145
516
|
display: none;
|
|
1146
517
|
}
|
|
1147
|
-
.pfext-markdown-view .pfext-markdown-admonition.pf-
|
|
1148
|
-
margin: var(--pf-
|
|
518
|
+
.pfext-markdown-view .pfext-markdown-admonition.pf-v6-c-alert {
|
|
519
|
+
margin: var(--pf-t--global--spacer--md) 0;
|
|
1149
520
|
}
|
|
1150
|
-
.pfext-markdown-view .pfext-markdown-admonition.pf-
|
|
521
|
+
.pfext-markdown-view .pfext-markdown-admonition.pf-v6-c-alert .pf-v6-c-alert__title {
|
|
1151
522
|
margin-top: 0;
|
|
1152
523
|
margin-bottom: 0;
|
|
1153
|
-
font-weight: var(--pf-
|
|
524
|
+
font-weight: var(--pf-v6-c-alert__title--FontWeight);
|
|
1154
525
|
font-family: inherit;
|
|
1155
526
|
line-height: inherit;
|
|
1156
|
-
color: var(--pf-
|
|
527
|
+
color: var(--pf-v6-c-alert__title--Color);
|
|
1157
528
|
word-break: break-word;
|
|
1158
529
|
}
|
|
1159
530
|
|
|
@@ -1193,14 +564,14 @@
|
|
|
1193
564
|
mix-blend-mode: hard-light;
|
|
1194
565
|
}
|
|
1195
566
|
.pfext-spotlight__element-highlight-noanimate {
|
|
1196
|
-
border: var(--pf-
|
|
1197
|
-
background-color: var(--pf-
|
|
567
|
+
border: var(--pf-t--global--border--width--strong) solid var(--pf-t--global--border--color--brand--default);
|
|
568
|
+
background-color: var(--pf-t--color--gray--40);
|
|
1198
569
|
z-index: 9999;
|
|
1199
570
|
}
|
|
1200
571
|
.pfext-spotlight__element-highlight-animate {
|
|
1201
572
|
pointer-events: none;
|
|
1202
573
|
position: absolute;
|
|
1203
|
-
box-shadow: inset 0px 0px 0px 4px var(--pf-
|
|
574
|
+
box-shadow: inset 0px 0px 0px 4px var(--pf-t--global--color--brand--default);
|
|
1204
575
|
opacity: 0;
|
|
1205
576
|
animation: 0.4s pfext-spotlight-fade-in 0s ease-in-out, 5s pfext-spotlight-fade-out 12.8s ease-in-out;
|
|
1206
577
|
animation-fill-mode: forwards;
|
|
@@ -1214,170 +585,73 @@
|
|
|
1214
585
|
bottom: 0;
|
|
1215
586
|
animation: 1.2s pfext-spotlight-expand 1.6s ease-out;
|
|
1216
587
|
animation-fill-mode: forwards;
|
|
1217
|
-
outline: 4px solid var(--pf-
|
|
588
|
+
outline: 4px solid var(--pf-t--global--color--brand--default);
|
|
1218
589
|
outline-offset: -4px;
|
|
1219
|
-
}
|
|
1220
|
-
/**
|
|
1221
|
-
Patternfly React Extensions Partials
|
|
1222
|
-
*/
|
|
1223
|
-
:root {
|
|
1224
|
-
--vertical-tab-pf-color: var(--pf-v5-global--Color--100);
|
|
1225
|
-
--vertical-tab-pf-active-color: var(--pf-v5-global--active-color--100);
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
.catalog-tile-pf.featured {
|
|
1229
|
-
border-top: 2px solid var(--pf-v5-global--active-color--100);
|
|
1230
|
-
}
|
|
1231
|
-
.catalog-tile-pf:active, .catalog-tile-pf:hover, .catalog-tile-pf:focus, .catalog-tile-pf:visited {
|
|
1232
|
-
color: inherit;
|
|
1233
|
-
text-decoration: none;
|
|
1234
|
-
}
|
|
1235
|
-
.catalog-tile-pf .pf-v5-c-card__actions {
|
|
1236
|
-
padding-left: 5px;
|
|
1237
|
-
}
|
|
1238
|
-
|
|
1239
|
-
.catalog-tile-pf-header {
|
|
1240
|
-
font-size: 16px;
|
|
1241
|
-
font-weight: 400;
|
|
1242
|
-
padding-bottom: 16px;
|
|
1243
|
-
}
|
|
1244
|
-
.catalog-tile-pf-header .catalog-tile-pf-title {
|
|
1245
|
-
font-size: 15px;
|
|
1246
|
-
font-weight: 400;
|
|
1247
|
-
}
|
|
1248
|
-
.catalog-tile-pf-header .catalog-tile-pf-subtitle {
|
|
1249
|
-
color: var(--pf-v5-global--Color--200);
|
|
1250
|
-
font-size: 13px;
|
|
1251
|
-
font-weight: initial;
|
|
1252
|
-
}
|
|
1253
|
-
.catalog-tile-pf-header .catalog-tile-pf-subtitle a,
|
|
1254
|
-
.catalog-tile-pf-header .catalog-tile-pf-subtitle a:hover {
|
|
1255
|
-
text-decoration: none;
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
.catalog-tile-pf-icon {
|
|
1259
|
-
font-size: 40px;
|
|
1260
|
-
height: 40px;
|
|
1261
|
-
max-width: 60px;
|
|
1262
|
-
min-width: 40px;
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
.catalog-tile-pf-badge-container {
|
|
1266
|
-
display: flex;
|
|
1267
|
-
flex: 1;
|
|
1268
|
-
justify-content: flex-end;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
.catalog-tile-pf-description {
|
|
1272
|
-
margin-top: 0;
|
|
1273
|
-
}
|
|
1274
|
-
.catalog-tile-pf-description span {
|
|
1275
|
-
display: -webkit-box;
|
|
1276
|
-
overflow: hidden;
|
|
1277
|
-
-webkit-box-orient: vertical;
|
|
1278
|
-
-webkit-line-clamp: 3;
|
|
1279
|
-
}
|
|
1280
|
-
.catalog-tile-pf-description .has-footer {
|
|
1281
|
-
-webkit-line-clamp: 1;
|
|
1282
|
-
}
|
|
1283
|
-
|
|
1284
|
-
.pf-v5-c-clipboard-copy {
|
|
1285
|
-
--pf-v5-c-clipboard-copy__toggle-icon--Transition: .2s ease-in 0s;
|
|
1286
|
-
--pf-v5-c-clipboard-copy--m-expanded__toggle-icon--Rotate: 90deg;
|
|
1287
|
-
--pf-v5-c-clipboard-copy__expandable-content--PaddingTop: var(--pf-v5-global--spacer--md);
|
|
1288
|
-
--pf-v5-c-clipboard-copy__expandable-content--PaddingRight: var(--pf-v5-global--spacer--md);
|
|
1289
|
-
--pf-v5-c-clipboard-copy__expandable-content--PaddingBottom: var(--pf-v5-global--spacer--md);
|
|
1290
|
-
--pf-v5-c-clipboard-copy__expandable-content--PaddingLeft: var(--pf-v5-global--spacer--md);
|
|
1291
|
-
--pf-v5-c-clipboard-copy__expandable-content--BackgroundColor: var(--pf-v5-global--BackgroundColor--light-100);
|
|
1292
|
-
--pf-v5-c-clipboard-copy__expandable-content--BorderTopWidth: 0;
|
|
1293
|
-
--pf-v5-c-clipboard-copy__expandable-content--BorderRightWidth: var(--pf-v5-global--BorderWidth--sm);
|
|
1294
|
-
--pf-v5-c-clipboard-copy__expandable-content--BorderBottomWidth: var(--pf-v5-global--BorderWidth--sm);
|
|
1295
|
-
--pf-v5-c-clipboard-copy__expandable-content--BorderLeftWidth: var(--pf-v5-global--BorderWidth--sm);
|
|
1296
|
-
--pf-v5-c-clipboard-copy__expandable-content--BorderColor: var(--pf-v5-global--BorderColor--100);
|
|
1297
|
-
--pf-v5-c-clipboard-copy__expandable-content--OutlineOffset: calc(-1 * var(--pf-v5-global--spacer--xs));
|
|
1298
|
-
--pf-v5-c-clipboard-copy--m-inline--PaddingTop: 0;
|
|
1299
|
-
--pf-v5-c-clipboard-copy--m-inline--PaddingBottom: 0;
|
|
1300
|
-
--pf-v5-c-clipboard-copy--m-inline--PaddingLeft: var(--pf-v5-global--spacer--xs);
|
|
1301
|
-
--pf-v5-c-clipboard-copy--m-inline--BackgroundColor: var(--pf-v5-global--BackgroundColor--200);
|
|
1302
|
-
--pf-v5-c-clipboard-copy__text--m-code--FontFamily: var(--pf-v5-global--FontFamily--monospace);
|
|
1303
|
-
--pf-v5-c-clipboard-copy__text--m-code--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
1304
|
-
--pf-v5-c-clipboard-copy__actions-item--MarginTop: calc(-1 * var(--pf-v5-global--spacer--form-element));
|
|
1305
|
-
--pf-v5-c-clipboard-copy__actions-item--MarginBottom: calc(-1 * var(--pf-v5-global--spacer--form-element));
|
|
1306
|
-
--pf-v5-c-clipboard-copy__actions-item--button--PaddingTop: var(--pf-v5-global--spacer--xs);
|
|
1307
|
-
--pf-v5-c-clipboard-copy__actions-item--button--PaddingRight: var(--pf-v5-global--spacer--sm);
|
|
1308
|
-
--pf-v5-c-clipboard-copy__actions-item--button--PaddingBottom: var(--pf-v5-global--spacer--xs);
|
|
1309
|
-
--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft: var(--pf-v5-global--spacer--sm);
|
|
1310
|
-
}
|
|
1311
|
-
.pf-v5-c-clipboard-copy.pf-m-inline {
|
|
590
|
+
}.pf-v6-c-clipboard-copy.pf-m-inline {
|
|
1312
591
|
display: inline;
|
|
1313
|
-
padding-
|
|
1314
|
-
padding-
|
|
1315
|
-
padding-
|
|
592
|
+
padding-block-start: var(--pf-v6-c-clipboard-copy--m-inline--PaddingBlockStart);
|
|
593
|
+
padding-block-end: var(--pf-v6-c-clipboard-copy--m-inline--PaddingBlockEnd);
|
|
594
|
+
padding-inline-start: var(--pf-v6-c-clipboard-copy--m-inline--PaddingInlineStart);
|
|
1316
595
|
white-space: nowrap;
|
|
1317
|
-
background-color: var(--pf-
|
|
596
|
+
background-color: var(--pf-v6-c-clipboard-copy--m-inline--BackgroundColor);
|
|
1318
597
|
}
|
|
1319
|
-
.pf-
|
|
598
|
+
.pf-v6-c-clipboard-copy.pf-m-inline.pf-m-block {
|
|
1320
599
|
display: block;
|
|
1321
600
|
}
|
|
1322
601
|
|
|
1323
|
-
.pf-
|
|
602
|
+
.pf-v6-c-clipboard-copy__text {
|
|
1324
603
|
word-break: break-word;
|
|
1325
604
|
white-space: normal;
|
|
1326
605
|
}
|
|
1327
606
|
|
|
1328
|
-
.pf-
|
|
607
|
+
.pf-v6-c-clipboard-copy__actions {
|
|
1329
608
|
display: inline-flex;
|
|
1330
609
|
}
|
|
1331
610
|
|
|
1332
|
-
.pf-
|
|
1333
|
-
margin-
|
|
1334
|
-
margin-
|
|
1335
|
-
}
|
|
1336
|
-
.pf-v5-c-clipboard-copy__actions-item .pf-v5-c-button {
|
|
1337
|
-
--pf-v5-c-button--PaddingTop: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingTop);
|
|
1338
|
-
--pf-v5-c-button--PaddingRight: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingRight);
|
|
1339
|
-
--pf-v5-c-button--PaddingBottom: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingBottom);
|
|
1340
|
-
--pf-v5-c-button--PaddingLeft: var(--pf-v5-c-clipboard-copy__actions-item--button--PaddingLeft);
|
|
611
|
+
.pf-v6-c-clipboard-copy__actions-item {
|
|
612
|
+
margin-block-start: calc(-1 * var(--pf-v6-c-clipboard-copy__actions-item--button--PaddingBlockStart));
|
|
613
|
+
margin-block-end: calc(-1 * var(--pf-v6-c-clipboard-copy__actions-item--button--PaddingBlockEnd));
|
|
1341
614
|
}
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
--pf-
|
|
615
|
+
.pf-v6-c-clipboard-copy__actions-item .pf-v6-c-button {
|
|
616
|
+
--pf-v6-c-button--PaddingBlockStart: var(--pf-v6-c-clipboard-copy__actions-item--button--PaddingBlockStart);
|
|
617
|
+
--pf-v6-c-button--PaddingInlineEnd: var(--pf-v6-c-clipboard-copy__actions-item--button--PaddingInlineEnd);
|
|
618
|
+
--pf-v6-c-button--PaddingBlockEnd: var(--pf-v6-c-clipboard-copy__actions-item--button--PaddingBlockEnd);
|
|
619
|
+
--pf-v6-c-button--PaddingInlineStart: var(--pf-v6-c-clipboard-copy__actions-item--button--PaddingInlineStart);
|
|
1345
620
|
}
|
|
1346
621
|
|
|
1347
|
-
.pf-
|
|
1348
|
-
--pf-
|
|
1349
|
-
|
|
1350
|
-
--pf-v5-c-code-block__header--BorderBottomColor: var(--pf-v5-global--BorderColor--100);
|
|
1351
|
-
--pf-v5-c-code-block__content--PaddingTop: var(--pf-v5-global--spacer--md);
|
|
1352
|
-
--pf-v5-c-code-block__content--PaddingRight: var(--pf-v5-global--spacer--md);
|
|
1353
|
-
--pf-v5-c-code-block__content--PaddingBottom: var(--pf-v5-global--spacer--md);
|
|
1354
|
-
--pf-v5-c-code-block__content--PaddingLeft: var(--pf-v5-global--spacer--md);
|
|
1355
|
-
--pf-v5-c-code-block__pre--FontFamily: var(--pf-v5-global--FontFamily--monospace);
|
|
1356
|
-
--pf-v5-c-code-block__pre--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
1357
|
-
background-color: var(--pf-v5-c-code-block--BackgroundColor);
|
|
622
|
+
.pf-v6-c-code-block {
|
|
623
|
+
background-color: var(--pf-v6-c-code-block--BackgroundColor);
|
|
624
|
+
border-radius: var(--pf-v6-c-code-block--BorderRadius);
|
|
1358
625
|
}
|
|
1359
626
|
|
|
1360
|
-
.pf-
|
|
627
|
+
.pf-v6-c-code-block__header {
|
|
1361
628
|
display: flex;
|
|
1362
|
-
|
|
629
|
+
padding-block-start: var(--pf-v6-c-code-block__header--PaddingBlockStart);
|
|
630
|
+
padding-block-end: var(--pf-v6-c-code-block__header--PaddingBlockEnd);
|
|
631
|
+
padding-inline-start: var(--pf-v6-c-code-block__header--PaddingInlineStart);
|
|
632
|
+
padding-inline-end: var(--pf-v6-c-code-block__header--PaddingInlineEnd);
|
|
633
|
+
border-block-end: var(--pf-v6-c-code-block__header--BorderBlockEndWidth) solid var(--pf-v6-c-code-block__header--BorderBlockEndColor);
|
|
1363
634
|
}
|
|
1364
635
|
|
|
1365
|
-
.pf-
|
|
636
|
+
.pf-v6-c-code-block__actions {
|
|
1366
637
|
display: flex;
|
|
1367
|
-
margin-
|
|
638
|
+
margin-inline-start: auto;
|
|
1368
639
|
}
|
|
1369
640
|
|
|
1370
|
-
.pf-
|
|
1371
|
-
padding
|
|
641
|
+
.pf-v6-c-code-block__content {
|
|
642
|
+
padding-block-start: var(--pf-v6-c-code-block__content--PaddingBlockStart);
|
|
643
|
+
padding-block-end: var(--pf-v6-c-code-block__content--PaddingBlockEnd);
|
|
644
|
+
padding-inline-start: var(--pf-v6-c-code-block__content--PaddingInlineStart);
|
|
645
|
+
padding-inline-end: var(--pf-v6-c-code-block__content--PaddingInlineEnd);
|
|
1372
646
|
}
|
|
1373
647
|
|
|
1374
|
-
.pf-
|
|
1375
|
-
font-family: var(--pf-
|
|
1376
|
-
font-size: var(--pf-
|
|
648
|
+
.pf-v6-c-code-block__pre {
|
|
649
|
+
font-family: var(--pf-v6-c-code-block__pre--FontFamily);
|
|
650
|
+
font-size: var(--pf-v6-c-code-block__pre--FontSize);
|
|
1377
651
|
overflow-wrap: break-word;
|
|
1378
652
|
white-space: pre-wrap;
|
|
1379
653
|
}
|
|
1380
654
|
|
|
1381
|
-
.pf-
|
|
1382
|
-
font-family: var(--pf-
|
|
655
|
+
.pf-v6-c-code-block__code {
|
|
656
|
+
font-family: var(--pf-v6-c-code-block__code--FontFamily, inherit);
|
|
1383
657
|
}
|