@patternfly/patternfly 6.0.0-alpha.134 → 6.0.0-alpha.136
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/base/patternfly-variables.css +49 -1
- package/base/tokens/tokens-charts-dark.scss +6 -2
- package/base/tokens/tokens-charts.scss +6 -2
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +50 -2
- package/base/tokens/tokens-palette.scss +1 -1
- package/components/Page/page.css +2 -1
- package/components/Page/page.scss +2 -1
- package/components/Toolbar/toolbar.css +108 -54
- package/components/Toolbar/toolbar.scss +2 -1
- package/components/Wizard/wizard.css +1 -21
- package/components/Wizard/wizard.scss +2 -27
- package/components/_index.css +111 -76
- package/docs/components/Toolbar/examples/Toolbar.md +6 -3
- package/docs/components/Wizard/examples/Wizard.md +115 -32
- package/docs/demos/Wizard/examples/Wizard.md +195 -54
- package/package.json +1 -1
- package/patternfly-base-no-globals.css +49 -1
- package/patternfly-base.css +49 -1
- package/patternfly-charts.css +10 -2
- package/patternfly-no-globals.css +160 -77
- package/patternfly.css +160 -77
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/components/_index.css
CHANGED
|
@@ -11831,7 +11831,8 @@ ul.pf-v6-c-list {
|
|
|
11831
11831
|
}
|
|
11832
11832
|
|
|
11833
11833
|
.pf-v6-c-page__main-container {
|
|
11834
|
-
|
|
11834
|
+
display: flex;
|
|
11835
|
+
flex-direction: column;
|
|
11835
11836
|
max-height: var(--pf-v6-c-page__main-container--MaxHeight);
|
|
11836
11837
|
margin-block-start: 0;
|
|
11837
11838
|
margin-inline-start: var(--pf-v6-c-page__main-container--MarginInlineStart);
|
|
@@ -19917,54 +19918,63 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19917
19918
|
.pf-v6-c-toolbar__item.pf-m-gap-none,
|
|
19918
19919
|
.pf-v6-c-toolbar__content.pf-m-gap-none,
|
|
19919
19920
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none {
|
|
19921
|
+
row-gap: 0;
|
|
19920
19922
|
column-gap: 0;
|
|
19921
19923
|
}
|
|
19922
19924
|
.pf-v6-c-toolbar__group.pf-m-gap-xs,
|
|
19923
19925
|
.pf-v6-c-toolbar__item.pf-m-gap-xs,
|
|
19924
19926
|
.pf-v6-c-toolbar__content.pf-m-gap-xs,
|
|
19925
19927
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs {
|
|
19928
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
19926
19929
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
19927
19930
|
}
|
|
19928
19931
|
.pf-v6-c-toolbar__group.pf-m-gap-sm,
|
|
19929
19932
|
.pf-v6-c-toolbar__item.pf-m-gap-sm,
|
|
19930
19933
|
.pf-v6-c-toolbar__content.pf-m-gap-sm,
|
|
19931
19934
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm {
|
|
19935
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
19932
19936
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
19933
19937
|
}
|
|
19934
19938
|
.pf-v6-c-toolbar__group.pf-m-gap-md,
|
|
19935
19939
|
.pf-v6-c-toolbar__item.pf-m-gap-md,
|
|
19936
19940
|
.pf-v6-c-toolbar__content.pf-m-gap-md,
|
|
19937
19941
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md {
|
|
19942
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
19938
19943
|
column-gap: var(--pf-t--global--spacer--md);
|
|
19939
19944
|
}
|
|
19940
19945
|
.pf-v6-c-toolbar__group.pf-m-gap-lg,
|
|
19941
19946
|
.pf-v6-c-toolbar__item.pf-m-gap-lg,
|
|
19942
19947
|
.pf-v6-c-toolbar__content.pf-m-gap-lg,
|
|
19943
19948
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg {
|
|
19949
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
19944
19950
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
19945
19951
|
}
|
|
19946
19952
|
.pf-v6-c-toolbar__group.pf-m-gap-xl,
|
|
19947
19953
|
.pf-v6-c-toolbar__item.pf-m-gap-xl,
|
|
19948
19954
|
.pf-v6-c-toolbar__content.pf-m-gap-xl,
|
|
19949
19955
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl {
|
|
19956
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
19950
19957
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
19951
19958
|
}
|
|
19952
19959
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl,
|
|
19953
19960
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl,
|
|
19954
19961
|
.pf-v6-c-toolbar__content.pf-m-gap-2xl,
|
|
19955
19962
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl {
|
|
19963
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
19956
19964
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
19957
19965
|
}
|
|
19958
19966
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl,
|
|
19959
19967
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl,
|
|
19960
19968
|
.pf-v6-c-toolbar__content.pf-m-gap-3xl,
|
|
19961
19969
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl {
|
|
19970
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
19962
19971
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
19963
19972
|
}
|
|
19964
19973
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl,
|
|
19965
19974
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl,
|
|
19966
19975
|
.pf-v6-c-toolbar__content.pf-m-gap-4xl,
|
|
19967
19976
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl {
|
|
19977
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
19968
19978
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
19969
19979
|
}
|
|
19970
19980
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none,
|
|
@@ -19977,7 +19987,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
19977
19987
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none,
|
|
19978
19988
|
.pf-v6-c-toolbar__content.pf-m-row-gap-none,
|
|
19979
19989
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none {
|
|
19980
|
-
|
|
19990
|
+
row-gap: 0;
|
|
19981
19991
|
}
|
|
19982
19992
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone,
|
|
19983
19993
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone,
|
|
@@ -20001,7 +20011,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20001
20011
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs,
|
|
20002
20012
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xs,
|
|
20003
20013
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs {
|
|
20004
|
-
|
|
20014
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
20005
20015
|
}
|
|
20006
20016
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs,
|
|
20007
20017
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs,
|
|
@@ -20025,7 +20035,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20025
20035
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm,
|
|
20026
20036
|
.pf-v6-c-toolbar__content.pf-m-row-gap-sm,
|
|
20027
20037
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm {
|
|
20028
|
-
|
|
20038
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
20029
20039
|
}
|
|
20030
20040
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm,
|
|
20031
20041
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm,
|
|
@@ -20049,7 +20059,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20049
20059
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md,
|
|
20050
20060
|
.pf-v6-c-toolbar__content.pf-m-row-gap-md,
|
|
20051
20061
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md {
|
|
20052
|
-
|
|
20062
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
20053
20063
|
}
|
|
20054
20064
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd,
|
|
20055
20065
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd,
|
|
@@ -20073,7 +20083,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20073
20083
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg,
|
|
20074
20084
|
.pf-v6-c-toolbar__content.pf-m-row-gap-lg,
|
|
20075
20085
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg {
|
|
20076
|
-
|
|
20086
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
20077
20087
|
}
|
|
20078
20088
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg,
|
|
20079
20089
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg,
|
|
@@ -20097,7 +20107,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20097
20107
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl,
|
|
20098
20108
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xl,
|
|
20099
20109
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl {
|
|
20100
|
-
|
|
20110
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
20101
20111
|
}
|
|
20102
20112
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl,
|
|
20103
20113
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl,
|
|
@@ -20121,7 +20131,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20121
20131
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl,
|
|
20122
20132
|
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl,
|
|
20123
20133
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl {
|
|
20124
|
-
|
|
20134
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
20125
20135
|
}
|
|
20126
20136
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl,
|
|
20127
20137
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl,
|
|
@@ -20145,7 +20155,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20145
20155
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl,
|
|
20146
20156
|
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl,
|
|
20147
20157
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl {
|
|
20148
|
-
|
|
20158
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
20149
20159
|
}
|
|
20150
20160
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl,
|
|
20151
20161
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl,
|
|
@@ -20169,7 +20179,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20169
20179
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl,
|
|
20170
20180
|
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl,
|
|
20171
20181
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl {
|
|
20172
|
-
|
|
20182
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
20173
20183
|
}
|
|
20174
20184
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl,
|
|
20175
20185
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl,
|
|
@@ -20330,54 +20340,63 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20330
20340
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-sm,
|
|
20331
20341
|
.pf-v6-c-toolbar__content.pf-m-gap-none-on-sm,
|
|
20332
20342
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-sm {
|
|
20343
|
+
row-gap: 0;
|
|
20333
20344
|
column-gap: 0;
|
|
20334
20345
|
}
|
|
20335
20346
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-sm,
|
|
20336
20347
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-sm,
|
|
20337
20348
|
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-sm,
|
|
20338
20349
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-sm {
|
|
20350
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
20339
20351
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
20340
20352
|
}
|
|
20341
20353
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-sm,
|
|
20342
20354
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-sm,
|
|
20343
20355
|
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-sm,
|
|
20344
20356
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-sm {
|
|
20357
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
20345
20358
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
20346
20359
|
}
|
|
20347
20360
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-sm,
|
|
20348
20361
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-sm,
|
|
20349
20362
|
.pf-v6-c-toolbar__content.pf-m-gap-md-on-sm,
|
|
20350
20363
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-sm {
|
|
20364
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
20351
20365
|
column-gap: var(--pf-t--global--spacer--md);
|
|
20352
20366
|
}
|
|
20353
20367
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-sm,
|
|
20354
20368
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-sm,
|
|
20355
20369
|
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-sm,
|
|
20356
20370
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-sm {
|
|
20371
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
20357
20372
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
20358
20373
|
}
|
|
20359
20374
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-sm,
|
|
20360
20375
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-sm,
|
|
20361
20376
|
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-sm,
|
|
20362
20377
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-sm {
|
|
20378
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
20363
20379
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
20364
20380
|
}
|
|
20365
20381
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-sm,
|
|
20366
20382
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-sm,
|
|
20367
20383
|
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-sm,
|
|
20368
20384
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-sm {
|
|
20385
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
20369
20386
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
20370
20387
|
}
|
|
20371
20388
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-sm,
|
|
20372
20389
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-sm,
|
|
20373
20390
|
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-sm,
|
|
20374
20391
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-sm {
|
|
20392
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
20375
20393
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
20376
20394
|
}
|
|
20377
20395
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-sm,
|
|
20378
20396
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-sm,
|
|
20379
20397
|
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-sm,
|
|
20380
20398
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-sm {
|
|
20399
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
20381
20400
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
20382
20401
|
}
|
|
20383
20402
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-sm,
|
|
@@ -20390,7 +20409,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20390
20409
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-sm,
|
|
20391
20410
|
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-sm,
|
|
20392
20411
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-sm {
|
|
20393
|
-
|
|
20412
|
+
row-gap: 0;
|
|
20394
20413
|
}
|
|
20395
20414
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-sm,
|
|
20396
20415
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-sm,
|
|
@@ -20414,7 +20433,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20414
20433
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-sm,
|
|
20415
20434
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-sm,
|
|
20416
20435
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-sm {
|
|
20417
|
-
|
|
20436
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
20418
20437
|
}
|
|
20419
20438
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-sm,
|
|
20420
20439
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-sm,
|
|
@@ -20438,7 +20457,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20438
20457
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-sm,
|
|
20439
20458
|
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-sm,
|
|
20440
20459
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-sm {
|
|
20441
|
-
|
|
20460
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
20442
20461
|
}
|
|
20443
20462
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-sm,
|
|
20444
20463
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-sm,
|
|
@@ -20462,7 +20481,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20462
20481
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-sm,
|
|
20463
20482
|
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-sm,
|
|
20464
20483
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-sm {
|
|
20465
|
-
|
|
20484
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
20466
20485
|
}
|
|
20467
20486
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-sm,
|
|
20468
20487
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-sm,
|
|
@@ -20486,7 +20505,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20486
20505
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-sm,
|
|
20487
20506
|
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-sm,
|
|
20488
20507
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-sm {
|
|
20489
|
-
|
|
20508
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
20490
20509
|
}
|
|
20491
20510
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-sm,
|
|
20492
20511
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-sm,
|
|
@@ -20510,7 +20529,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20510
20529
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-sm,
|
|
20511
20530
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-sm,
|
|
20512
20531
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-sm {
|
|
20513
|
-
|
|
20532
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
20514
20533
|
}
|
|
20515
20534
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-sm,
|
|
20516
20535
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-sm,
|
|
@@ -20534,7 +20553,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20534
20553
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-sm,
|
|
20535
20554
|
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-sm,
|
|
20536
20555
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-sm {
|
|
20537
|
-
|
|
20556
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
20538
20557
|
}
|
|
20539
20558
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-sm,
|
|
20540
20559
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-sm,
|
|
@@ -20558,7 +20577,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20558
20577
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-sm,
|
|
20559
20578
|
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-sm,
|
|
20560
20579
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-sm {
|
|
20561
|
-
|
|
20580
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
20562
20581
|
}
|
|
20563
20582
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-sm,
|
|
20564
20583
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-sm,
|
|
@@ -20582,7 +20601,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20582
20601
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-sm,
|
|
20583
20602
|
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-sm,
|
|
20584
20603
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-sm {
|
|
20585
|
-
|
|
20604
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
20586
20605
|
}
|
|
20587
20606
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-sm,
|
|
20588
20607
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-sm,
|
|
@@ -20742,54 +20761,63 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20742
20761
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-md,
|
|
20743
20762
|
.pf-v6-c-toolbar__content.pf-m-gap-none-on-md,
|
|
20744
20763
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-md {
|
|
20764
|
+
row-gap: 0;
|
|
20745
20765
|
column-gap: 0;
|
|
20746
20766
|
}
|
|
20747
20767
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-md,
|
|
20748
20768
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-md,
|
|
20749
20769
|
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-md,
|
|
20750
20770
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-md {
|
|
20771
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
20751
20772
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
20752
20773
|
}
|
|
20753
20774
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-md,
|
|
20754
20775
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-md,
|
|
20755
20776
|
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-md,
|
|
20756
20777
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-md {
|
|
20778
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
20757
20779
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
20758
20780
|
}
|
|
20759
20781
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-md,
|
|
20760
20782
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-md,
|
|
20761
20783
|
.pf-v6-c-toolbar__content.pf-m-gap-md-on-md,
|
|
20762
20784
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-md {
|
|
20785
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
20763
20786
|
column-gap: var(--pf-t--global--spacer--md);
|
|
20764
20787
|
}
|
|
20765
20788
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-md,
|
|
20766
20789
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-md,
|
|
20767
20790
|
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-md,
|
|
20768
20791
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-md {
|
|
20792
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
20769
20793
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
20770
20794
|
}
|
|
20771
20795
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-md,
|
|
20772
20796
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-md,
|
|
20773
20797
|
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-md,
|
|
20774
20798
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-md {
|
|
20799
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
20775
20800
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
20776
20801
|
}
|
|
20777
20802
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-md,
|
|
20778
20803
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-md,
|
|
20779
20804
|
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-md,
|
|
20780
20805
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-md {
|
|
20806
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
20781
20807
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
20782
20808
|
}
|
|
20783
20809
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-md,
|
|
20784
20810
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-md,
|
|
20785
20811
|
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-md,
|
|
20786
20812
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-md {
|
|
20813
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
20787
20814
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
20788
20815
|
}
|
|
20789
20816
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-md,
|
|
20790
20817
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-md,
|
|
20791
20818
|
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-md,
|
|
20792
20819
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-md {
|
|
20820
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
20793
20821
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
20794
20822
|
}
|
|
20795
20823
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-md,
|
|
@@ -20802,7 +20830,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20802
20830
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-md,
|
|
20803
20831
|
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-md,
|
|
20804
20832
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-md {
|
|
20805
|
-
|
|
20833
|
+
row-gap: 0;
|
|
20806
20834
|
}
|
|
20807
20835
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-md,
|
|
20808
20836
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-md,
|
|
@@ -20826,7 +20854,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20826
20854
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-md,
|
|
20827
20855
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-md,
|
|
20828
20856
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-md {
|
|
20829
|
-
|
|
20857
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
20830
20858
|
}
|
|
20831
20859
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-md,
|
|
20832
20860
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-md,
|
|
@@ -20850,7 +20878,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20850
20878
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-md,
|
|
20851
20879
|
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-md,
|
|
20852
20880
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-md {
|
|
20853
|
-
|
|
20881
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
20854
20882
|
}
|
|
20855
20883
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-md,
|
|
20856
20884
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-md,
|
|
@@ -20874,7 +20902,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20874
20902
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-md,
|
|
20875
20903
|
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-md,
|
|
20876
20904
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-md {
|
|
20877
|
-
|
|
20905
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
20878
20906
|
}
|
|
20879
20907
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-md,
|
|
20880
20908
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-md,
|
|
@@ -20898,7 +20926,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20898
20926
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-md,
|
|
20899
20927
|
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-md,
|
|
20900
20928
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-md {
|
|
20901
|
-
|
|
20929
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
20902
20930
|
}
|
|
20903
20931
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-md,
|
|
20904
20932
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-md,
|
|
@@ -20922,7 +20950,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20922
20950
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-md,
|
|
20923
20951
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-md,
|
|
20924
20952
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-md {
|
|
20925
|
-
|
|
20953
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
20926
20954
|
}
|
|
20927
20955
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-md,
|
|
20928
20956
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-md,
|
|
@@ -20946,7 +20974,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20946
20974
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-md,
|
|
20947
20975
|
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-md,
|
|
20948
20976
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-md {
|
|
20949
|
-
|
|
20977
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
20950
20978
|
}
|
|
20951
20979
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-md,
|
|
20952
20980
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-md,
|
|
@@ -20970,7 +20998,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20970
20998
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-md,
|
|
20971
20999
|
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-md,
|
|
20972
21000
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-md {
|
|
20973
|
-
|
|
21001
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
20974
21002
|
}
|
|
20975
21003
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-md,
|
|
20976
21004
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-md,
|
|
@@ -20994,7 +21022,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
20994
21022
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-md,
|
|
20995
21023
|
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-md,
|
|
20996
21024
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-md {
|
|
20997
|
-
|
|
21025
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
20998
21026
|
}
|
|
20999
21027
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-md,
|
|
21000
21028
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-md,
|
|
@@ -21154,54 +21182,63 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21154
21182
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-lg,
|
|
21155
21183
|
.pf-v6-c-toolbar__content.pf-m-gap-none-on-lg,
|
|
21156
21184
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-lg {
|
|
21185
|
+
row-gap: 0;
|
|
21157
21186
|
column-gap: 0;
|
|
21158
21187
|
}
|
|
21159
21188
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-lg,
|
|
21160
21189
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-lg,
|
|
21161
21190
|
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-lg,
|
|
21162
21191
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-lg {
|
|
21192
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
21163
21193
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
21164
21194
|
}
|
|
21165
21195
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-lg,
|
|
21166
21196
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-lg,
|
|
21167
21197
|
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-lg,
|
|
21168
21198
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-lg {
|
|
21199
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
21169
21200
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
21170
21201
|
}
|
|
21171
21202
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-lg,
|
|
21172
21203
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-lg,
|
|
21173
21204
|
.pf-v6-c-toolbar__content.pf-m-gap-md-on-lg,
|
|
21174
21205
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-lg {
|
|
21206
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
21175
21207
|
column-gap: var(--pf-t--global--spacer--md);
|
|
21176
21208
|
}
|
|
21177
21209
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-lg,
|
|
21178
21210
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-lg,
|
|
21179
21211
|
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-lg,
|
|
21180
21212
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-lg {
|
|
21213
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
21181
21214
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
21182
21215
|
}
|
|
21183
21216
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-lg,
|
|
21184
21217
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-lg,
|
|
21185
21218
|
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-lg,
|
|
21186
21219
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-lg {
|
|
21220
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
21187
21221
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
21188
21222
|
}
|
|
21189
21223
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-lg,
|
|
21190
21224
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-lg,
|
|
21191
21225
|
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-lg,
|
|
21192
21226
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-lg {
|
|
21227
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
21193
21228
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
21194
21229
|
}
|
|
21195
21230
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-lg,
|
|
21196
21231
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-lg,
|
|
21197
21232
|
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-lg,
|
|
21198
21233
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-lg {
|
|
21234
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
21199
21235
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
21200
21236
|
}
|
|
21201
21237
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-lg,
|
|
21202
21238
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-lg,
|
|
21203
21239
|
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-lg,
|
|
21204
21240
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-lg {
|
|
21241
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
21205
21242
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
21206
21243
|
}
|
|
21207
21244
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-lg,
|
|
@@ -21214,7 +21251,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21214
21251
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-lg,
|
|
21215
21252
|
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-lg,
|
|
21216
21253
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-lg {
|
|
21217
|
-
|
|
21254
|
+
row-gap: 0;
|
|
21218
21255
|
}
|
|
21219
21256
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-lg,
|
|
21220
21257
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-lg,
|
|
@@ -21238,7 +21275,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21238
21275
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-lg,
|
|
21239
21276
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-lg,
|
|
21240
21277
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-lg {
|
|
21241
|
-
|
|
21278
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
21242
21279
|
}
|
|
21243
21280
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-lg,
|
|
21244
21281
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-lg,
|
|
@@ -21262,7 +21299,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21262
21299
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-lg,
|
|
21263
21300
|
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-lg,
|
|
21264
21301
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-lg {
|
|
21265
|
-
|
|
21302
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
21266
21303
|
}
|
|
21267
21304
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-lg,
|
|
21268
21305
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-lg,
|
|
@@ -21286,7 +21323,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21286
21323
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-lg,
|
|
21287
21324
|
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-lg,
|
|
21288
21325
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-lg {
|
|
21289
|
-
|
|
21326
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
21290
21327
|
}
|
|
21291
21328
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-lg,
|
|
21292
21329
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-lg,
|
|
@@ -21310,7 +21347,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21310
21347
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-lg,
|
|
21311
21348
|
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-lg,
|
|
21312
21349
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-lg {
|
|
21313
|
-
|
|
21350
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
21314
21351
|
}
|
|
21315
21352
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-lg,
|
|
21316
21353
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-lg,
|
|
@@ -21334,7 +21371,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21334
21371
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-lg,
|
|
21335
21372
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-lg,
|
|
21336
21373
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-lg {
|
|
21337
|
-
|
|
21374
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
21338
21375
|
}
|
|
21339
21376
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-lg,
|
|
21340
21377
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-lg,
|
|
@@ -21358,7 +21395,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21358
21395
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-lg,
|
|
21359
21396
|
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-lg,
|
|
21360
21397
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-lg {
|
|
21361
|
-
|
|
21398
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
21362
21399
|
}
|
|
21363
21400
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-lg,
|
|
21364
21401
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-lg,
|
|
@@ -21382,7 +21419,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21382
21419
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-lg,
|
|
21383
21420
|
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-lg,
|
|
21384
21421
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-lg {
|
|
21385
|
-
|
|
21422
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
21386
21423
|
}
|
|
21387
21424
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-lg,
|
|
21388
21425
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-lg,
|
|
@@ -21406,7 +21443,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21406
21443
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-lg,
|
|
21407
21444
|
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-lg,
|
|
21408
21445
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-lg {
|
|
21409
|
-
|
|
21446
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
21410
21447
|
}
|
|
21411
21448
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-lg,
|
|
21412
21449
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-lg,
|
|
@@ -21566,54 +21603,63 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21566
21603
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-xl,
|
|
21567
21604
|
.pf-v6-c-toolbar__content.pf-m-gap-none-on-xl,
|
|
21568
21605
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-xl {
|
|
21606
|
+
row-gap: 0;
|
|
21569
21607
|
column-gap: 0;
|
|
21570
21608
|
}
|
|
21571
21609
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-xl,
|
|
21572
21610
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-xl,
|
|
21573
21611
|
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-xl,
|
|
21574
21612
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-xl {
|
|
21613
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
21575
21614
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
21576
21615
|
}
|
|
21577
21616
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-xl,
|
|
21578
21617
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-xl,
|
|
21579
21618
|
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-xl,
|
|
21580
21619
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-xl {
|
|
21620
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
21581
21621
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
21582
21622
|
}
|
|
21583
21623
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-xl,
|
|
21584
21624
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-xl,
|
|
21585
21625
|
.pf-v6-c-toolbar__content.pf-m-gap-md-on-xl,
|
|
21586
21626
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-xl {
|
|
21627
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
21587
21628
|
column-gap: var(--pf-t--global--spacer--md);
|
|
21588
21629
|
}
|
|
21589
21630
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-xl,
|
|
21590
21631
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-xl,
|
|
21591
21632
|
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-xl,
|
|
21592
21633
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-xl {
|
|
21634
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
21593
21635
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
21594
21636
|
}
|
|
21595
21637
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-xl,
|
|
21596
21638
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-xl,
|
|
21597
21639
|
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-xl,
|
|
21598
21640
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-xl {
|
|
21641
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
21599
21642
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
21600
21643
|
}
|
|
21601
21644
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-xl,
|
|
21602
21645
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-xl,
|
|
21603
21646
|
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-xl,
|
|
21604
21647
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-xl {
|
|
21648
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
21605
21649
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
21606
21650
|
}
|
|
21607
21651
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-xl,
|
|
21608
21652
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-xl,
|
|
21609
21653
|
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-xl,
|
|
21610
21654
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-xl {
|
|
21655
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
21611
21656
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
21612
21657
|
}
|
|
21613
21658
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-xl,
|
|
21614
21659
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-xl,
|
|
21615
21660
|
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-xl,
|
|
21616
21661
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-xl {
|
|
21662
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
21617
21663
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
21618
21664
|
}
|
|
21619
21665
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-xl,
|
|
@@ -21626,7 +21672,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21626
21672
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-xl,
|
|
21627
21673
|
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-xl,
|
|
21628
21674
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-xl {
|
|
21629
|
-
|
|
21675
|
+
row-gap: 0;
|
|
21630
21676
|
}
|
|
21631
21677
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-xl,
|
|
21632
21678
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-xl,
|
|
@@ -21650,7 +21696,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21650
21696
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-xl,
|
|
21651
21697
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-xl,
|
|
21652
21698
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-xl {
|
|
21653
|
-
|
|
21699
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
21654
21700
|
}
|
|
21655
21701
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-xl,
|
|
21656
21702
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-xl,
|
|
@@ -21674,7 +21720,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21674
21720
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-xl,
|
|
21675
21721
|
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-xl,
|
|
21676
21722
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-xl {
|
|
21677
|
-
|
|
21723
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
21678
21724
|
}
|
|
21679
21725
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-xl,
|
|
21680
21726
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-xl,
|
|
@@ -21698,7 +21744,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21698
21744
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-xl,
|
|
21699
21745
|
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-xl,
|
|
21700
21746
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-xl {
|
|
21701
|
-
|
|
21747
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
21702
21748
|
}
|
|
21703
21749
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-xl,
|
|
21704
21750
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-xl,
|
|
@@ -21722,7 +21768,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21722
21768
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-xl,
|
|
21723
21769
|
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-xl,
|
|
21724
21770
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-xl {
|
|
21725
|
-
|
|
21771
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
21726
21772
|
}
|
|
21727
21773
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-xl,
|
|
21728
21774
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-xl,
|
|
@@ -21746,7 +21792,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21746
21792
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-xl,
|
|
21747
21793
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-xl,
|
|
21748
21794
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-xl {
|
|
21749
|
-
|
|
21795
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
21750
21796
|
}
|
|
21751
21797
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-xl,
|
|
21752
21798
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-xl,
|
|
@@ -21770,7 +21816,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21770
21816
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-xl,
|
|
21771
21817
|
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-xl,
|
|
21772
21818
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-xl {
|
|
21773
|
-
|
|
21819
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
21774
21820
|
}
|
|
21775
21821
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-xl,
|
|
21776
21822
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-xl,
|
|
@@ -21794,7 +21840,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21794
21840
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-xl,
|
|
21795
21841
|
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-xl,
|
|
21796
21842
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-xl {
|
|
21797
|
-
|
|
21843
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
21798
21844
|
}
|
|
21799
21845
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-xl,
|
|
21800
21846
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-xl,
|
|
@@ -21818,7 +21864,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21818
21864
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-xl,
|
|
21819
21865
|
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-xl,
|
|
21820
21866
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-xl {
|
|
21821
|
-
|
|
21867
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
21822
21868
|
}
|
|
21823
21869
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-xl,
|
|
21824
21870
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-xl,
|
|
@@ -21978,54 +22024,63 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
21978
22024
|
.pf-v6-c-toolbar__item.pf-m-gap-none-on-2xl,
|
|
21979
22025
|
.pf-v6-c-toolbar__content.pf-m-gap-none-on-2xl,
|
|
21980
22026
|
.pf-v6-c-toolbar__content-section.pf-m-gap-none-on-2xl {
|
|
22027
|
+
row-gap: 0;
|
|
21981
22028
|
column-gap: 0;
|
|
21982
22029
|
}
|
|
21983
22030
|
.pf-v6-c-toolbar__group.pf-m-gap-xs-on-2xl,
|
|
21984
22031
|
.pf-v6-c-toolbar__item.pf-m-gap-xs-on-2xl,
|
|
21985
22032
|
.pf-v6-c-toolbar__content.pf-m-gap-xs-on-2xl,
|
|
21986
22033
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xs-on-2xl {
|
|
22034
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
21987
22035
|
column-gap: var(--pf-t--global--spacer--xs);
|
|
21988
22036
|
}
|
|
21989
22037
|
.pf-v6-c-toolbar__group.pf-m-gap-sm-on-2xl,
|
|
21990
22038
|
.pf-v6-c-toolbar__item.pf-m-gap-sm-on-2xl,
|
|
21991
22039
|
.pf-v6-c-toolbar__content.pf-m-gap-sm-on-2xl,
|
|
21992
22040
|
.pf-v6-c-toolbar__content-section.pf-m-gap-sm-on-2xl {
|
|
22041
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
21993
22042
|
column-gap: var(--pf-t--global--spacer--sm);
|
|
21994
22043
|
}
|
|
21995
22044
|
.pf-v6-c-toolbar__group.pf-m-gap-md-on-2xl,
|
|
21996
22045
|
.pf-v6-c-toolbar__item.pf-m-gap-md-on-2xl,
|
|
21997
22046
|
.pf-v6-c-toolbar__content.pf-m-gap-md-on-2xl,
|
|
21998
22047
|
.pf-v6-c-toolbar__content-section.pf-m-gap-md-on-2xl {
|
|
22048
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
21999
22049
|
column-gap: var(--pf-t--global--spacer--md);
|
|
22000
22050
|
}
|
|
22001
22051
|
.pf-v6-c-toolbar__group.pf-m-gap-lg-on-2xl,
|
|
22002
22052
|
.pf-v6-c-toolbar__item.pf-m-gap-lg-on-2xl,
|
|
22003
22053
|
.pf-v6-c-toolbar__content.pf-m-gap-lg-on-2xl,
|
|
22004
22054
|
.pf-v6-c-toolbar__content-section.pf-m-gap-lg-on-2xl {
|
|
22055
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
22005
22056
|
column-gap: var(--pf-t--global--spacer--lg);
|
|
22006
22057
|
}
|
|
22007
22058
|
.pf-v6-c-toolbar__group.pf-m-gap-xl-on-2xl,
|
|
22008
22059
|
.pf-v6-c-toolbar__item.pf-m-gap-xl-on-2xl,
|
|
22009
22060
|
.pf-v6-c-toolbar__content.pf-m-gap-xl-on-2xl,
|
|
22010
22061
|
.pf-v6-c-toolbar__content-section.pf-m-gap-xl-on-2xl {
|
|
22062
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
22011
22063
|
column-gap: var(--pf-t--global--spacer--xl);
|
|
22012
22064
|
}
|
|
22013
22065
|
.pf-v6-c-toolbar__group.pf-m-gap-2xl-on-2xl,
|
|
22014
22066
|
.pf-v6-c-toolbar__item.pf-m-gap-2xl-on-2xl,
|
|
22015
22067
|
.pf-v6-c-toolbar__content.pf-m-gap-2xl-on-2xl,
|
|
22016
22068
|
.pf-v6-c-toolbar__content-section.pf-m-gap-2xl-on-2xl {
|
|
22069
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
22017
22070
|
column-gap: var(--pf-t--global--spacer--2xl);
|
|
22018
22071
|
}
|
|
22019
22072
|
.pf-v6-c-toolbar__group.pf-m-gap-3xl-on-2xl,
|
|
22020
22073
|
.pf-v6-c-toolbar__item.pf-m-gap-3xl-on-2xl,
|
|
22021
22074
|
.pf-v6-c-toolbar__content.pf-m-gap-3xl-on-2xl,
|
|
22022
22075
|
.pf-v6-c-toolbar__content-section.pf-m-gap-3xl-on-2xl {
|
|
22076
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
22023
22077
|
column-gap: var(--pf-t--global--spacer--3xl);
|
|
22024
22078
|
}
|
|
22025
22079
|
.pf-v6-c-toolbar__group.pf-m-gap-4xl-on-2xl,
|
|
22026
22080
|
.pf-v6-c-toolbar__item.pf-m-gap-4xl-on-2xl,
|
|
22027
22081
|
.pf-v6-c-toolbar__content.pf-m-gap-4xl-on-2xl,
|
|
22028
22082
|
.pf-v6-c-toolbar__content-section.pf-m-gap-4xl-on-2xl {
|
|
22083
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
22029
22084
|
column-gap: var(--pf-t--global--spacer--4xl);
|
|
22030
22085
|
}
|
|
22031
22086
|
.pf-v6-c-toolbar__group.pf-m-column-gap-none-on-2xl,
|
|
@@ -22038,7 +22093,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22038
22093
|
.pf-v6-c-toolbar__item.pf-m-row-gap-none-on-2xl,
|
|
22039
22094
|
.pf-v6-c-toolbar__content.pf-m-row-gap-none-on-2xl,
|
|
22040
22095
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-none-on-2xl {
|
|
22041
|
-
|
|
22096
|
+
row-gap: 0;
|
|
22042
22097
|
}
|
|
22043
22098
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startnone-on-2xl,
|
|
22044
22099
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startnone-on-2xl,
|
|
@@ -22062,7 +22117,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22062
22117
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xs-on-2xl,
|
|
22063
22118
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xs-on-2xl,
|
|
22064
22119
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xs-on-2xl {
|
|
22065
|
-
|
|
22120
|
+
row-gap: var(--pf-t--global--spacer--xs);
|
|
22066
22121
|
}
|
|
22067
22122
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxs-on-2xl,
|
|
22068
22123
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxs-on-2xl,
|
|
@@ -22086,7 +22141,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22086
22141
|
.pf-v6-c-toolbar__item.pf-m-row-gap-sm-on-2xl,
|
|
22087
22142
|
.pf-v6-c-toolbar__content.pf-m-row-gap-sm-on-2xl,
|
|
22088
22143
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-sm-on-2xl {
|
|
22089
|
-
|
|
22144
|
+
row-gap: var(--pf-t--global--spacer--sm);
|
|
22090
22145
|
}
|
|
22091
22146
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startsm-on-2xl,
|
|
22092
22147
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startsm-on-2xl,
|
|
@@ -22110,7 +22165,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22110
22165
|
.pf-v6-c-toolbar__item.pf-m-row-gap-md-on-2xl,
|
|
22111
22166
|
.pf-v6-c-toolbar__content.pf-m-row-gap-md-on-2xl,
|
|
22112
22167
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-md-on-2xl {
|
|
22113
|
-
|
|
22168
|
+
row-gap: var(--pf-t--global--spacer--md);
|
|
22114
22169
|
}
|
|
22115
22170
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startmd-on-2xl,
|
|
22116
22171
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startmd-on-2xl,
|
|
@@ -22134,7 +22189,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22134
22189
|
.pf-v6-c-toolbar__item.pf-m-row-gap-lg-on-2xl,
|
|
22135
22190
|
.pf-v6-c-toolbar__content.pf-m-row-gap-lg-on-2xl,
|
|
22136
22191
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-lg-on-2xl {
|
|
22137
|
-
|
|
22192
|
+
row-gap: var(--pf-t--global--spacer--lg);
|
|
22138
22193
|
}
|
|
22139
22194
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startlg-on-2xl,
|
|
22140
22195
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startlg-on-2xl,
|
|
@@ -22158,7 +22213,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22158
22213
|
.pf-v6-c-toolbar__item.pf-m-row-gap-xl-on-2xl,
|
|
22159
22214
|
.pf-v6-c-toolbar__content.pf-m-row-gap-xl-on-2xl,
|
|
22160
22215
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-xl-on-2xl {
|
|
22161
|
-
|
|
22216
|
+
row-gap: var(--pf-t--global--spacer--xl);
|
|
22162
22217
|
}
|
|
22163
22218
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-startxl-on-2xl,
|
|
22164
22219
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-startxl-on-2xl,
|
|
@@ -22182,7 +22237,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22182
22237
|
.pf-v6-c-toolbar__item.pf-m-row-gap-2xl-on-2xl,
|
|
22183
22238
|
.pf-v6-c-toolbar__content.pf-m-row-gap-2xl-on-2xl,
|
|
22184
22239
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-2xl-on-2xl {
|
|
22185
|
-
|
|
22240
|
+
row-gap: var(--pf-t--global--spacer--2xl);
|
|
22186
22241
|
}
|
|
22187
22242
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start2xl-on-2xl,
|
|
22188
22243
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start2xl-on-2xl,
|
|
@@ -22206,7 +22261,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22206
22261
|
.pf-v6-c-toolbar__item.pf-m-row-gap-3xl-on-2xl,
|
|
22207
22262
|
.pf-v6-c-toolbar__content.pf-m-row-gap-3xl-on-2xl,
|
|
22208
22263
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-3xl-on-2xl {
|
|
22209
|
-
|
|
22264
|
+
row-gap: var(--pf-t--global--spacer--3xl);
|
|
22210
22265
|
}
|
|
22211
22266
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start3xl-on-2xl,
|
|
22212
22267
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start3xl-on-2xl,
|
|
@@ -22230,7 +22285,7 @@ thead .pf-v6-c-table__check .pf-v6-c-radio.pf-m-standalone {
|
|
|
22230
22285
|
.pf-v6-c-toolbar__item.pf-m-row-gap-4xl-on-2xl,
|
|
22231
22286
|
.pf-v6-c-toolbar__content.pf-m-row-gap-4xl-on-2xl,
|
|
22232
22287
|
.pf-v6-c-toolbar__content-section.pf-m-row-gap-4xl-on-2xl {
|
|
22233
|
-
|
|
22288
|
+
row-gap: var(--pf-t--global--spacer--4xl);
|
|
22234
22289
|
}
|
|
22235
22290
|
.pf-v6-c-toolbar__group.pf-m-margin-inline-start4xl-on-2xl,
|
|
22236
22291
|
.pf-v6-c-toolbar__item.pf-m-margin-inline-start4xl-on-2xl,
|
|
@@ -23027,13 +23082,10 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
23027
23082
|
--pf-v6-c-wizard__footer--ZIndex: var(--pf-t--global--z-index--xs);
|
|
23028
23083
|
--pf-v6-c-wizard__footer--PaddingBlockStart: var(--pf-t--global--spacer--lg);
|
|
23029
23084
|
--pf-v6-c-wizard__footer--PaddingInlineEnd: var(--pf-t--global--spacer--lg);
|
|
23030
|
-
--pf-v6-c-wizard__footer--PaddingBlockEnd: var(--pf-t--global--spacer--
|
|
23085
|
+
--pf-v6-c-wizard__footer--PaddingBlockEnd: var(--pf-t--global--spacer--lg);
|
|
23031
23086
|
--pf-v6-c-wizard__footer--PaddingInlineStart: var(--pf-t--global--spacer--lg);
|
|
23032
23087
|
--pf-v6-c-wizard__footer--BorderBlockStartWidth: var(--pf-t--global--border--width--divider--default);
|
|
23033
23088
|
--pf-v6-c-wizard__footer--BorderBlockStartColor: var(--pf-t--global--border--color--default);
|
|
23034
|
-
--pf-v6-c-wizard__footer--child--MarginInlineEnd: var(--pf-t--global--spacer--md);
|
|
23035
|
-
--pf-v6-c-wizard__footer--child--MarginBlockEnd: var(--pf-t--global--spacer--sm);
|
|
23036
|
-
--pf-v6-c-wizard__footer-cancel--MarginInlineStart: calc(var(--pf-t--global--spacer--2xl) - var(--pf-v6-c-wizard__footer--child--MarginInlineEnd));
|
|
23037
23089
|
}
|
|
23038
23090
|
@media screen and (min-width: 992px) {
|
|
23039
23091
|
:where(:root, .pf-v6-c-wizard) {
|
|
@@ -23267,10 +23319,6 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
23267
23319
|
.pf-v6-c-wizard__nav-item.pf-m-expanded > .pf-v6-c-wizard__nav-link {
|
|
23268
23320
|
--pf-v6-c-wizard__nav-link-toggle-icon--Rotate: var(--pf-v6-c-wizard__nav-item--m-expanded__link-toggle-icon--Rotate);
|
|
23269
23321
|
}
|
|
23270
|
-
.pf-v6-c-wizard__nav-item :where(:hover) {
|
|
23271
|
-
--pf-v6-c-wizard__nav-link--Color: var({$wizard}__nav-link--hover--Color);
|
|
23272
|
-
--pf-v6-c-wizard__nav-link-main--BackgroundColor: var({$wizard}__nav-link--hover--BackgroundColor);
|
|
23273
|
-
}
|
|
23274
23322
|
|
|
23275
23323
|
.pf-v6-c-wizard__nav-link {
|
|
23276
23324
|
position: relative;
|
|
@@ -23393,23 +23441,10 @@ label.pf-v6-c-tree-view__node-text {
|
|
|
23393
23441
|
.pf-v6-c-wizard__footer {
|
|
23394
23442
|
position: relative;
|
|
23395
23443
|
z-index: var(--pf-v6-c-wizard__footer--ZIndex);
|
|
23396
|
-
display: flex;
|
|
23397
|
-
flex-shrink: 0;
|
|
23398
|
-
flex-wrap: wrap;
|
|
23399
23444
|
padding-block-start: var(--pf-v6-c-wizard__footer--PaddingBlockStart);
|
|
23400
23445
|
padding-block-end: var(--pf-v6-c-wizard__footer--PaddingBlockEnd);
|
|
23401
23446
|
padding-inline-start: var(--pf-v6-c-wizard__footer--PaddingInlineStart);
|
|
23402
23447
|
padding-inline-end: var(--pf-v6-c-wizard__footer--PaddingInlineEnd);
|
|
23403
23448
|
background-color: var(--pf-v6-c-wizard__footer--BackgroundColor);
|
|
23404
23449
|
border-block-start: var(--pf-v6-c-wizard__footer--BorderBlockStartWidth) solid var(--pf-v6-c-wizard__footer--BorderBlockStartColor);
|
|
23405
|
-
}
|
|
23406
|
-
.pf-v6-c-wizard__footer > * {
|
|
23407
|
-
margin-block-end: var(--pf-v6-c-wizard__footer--child--MarginBlockEnd);
|
|
23408
|
-
}
|
|
23409
|
-
.pf-v6-c-wizard__footer > *:not(:last-child) {
|
|
23410
|
-
margin-inline-end: var(--pf-v6-c-wizard__footer--child--MarginInlineEnd);
|
|
23411
|
-
}
|
|
23412
|
-
|
|
23413
|
-
.pf-v6-c-wizard__footer-cancel {
|
|
23414
|
-
margin-inline-start: var(--pf-v6-c-wizard__footer-cancel--MarginInlineStart);
|
|
23415
23450
|
}
|