@patternfly/patternfly 6.0.0-alpha.14 → 6.0.0-alpha.16
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/_globals.scss +2 -11
- package/base/patternfly-globals.css +2 -6
- package/base/patternfly-variables.css +3 -3
- package/base/tokens/_tokens-font.scss +3 -3
- package/components/Hint/hint.css +28 -21
- package/components/Hint/hint.scss +28 -24
- package/components/List/list.css +16 -16
- package/components/List/list.scss +17 -17
- package/components/Title/title.css +70 -19
- package/components/Title/title.scss +90 -20
- package/docs/components/Title/examples/Title.md +18 -0
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +3 -7
- package/patternfly-base-no-globals.css +3 -7
- package/patternfly-base-theme-dark-unversioned.css +5 -9
- package/patternfly-base.css +5 -9
- package/patternfly-no-globals.css +117 -68
- package/patternfly-theme-dark-unversioned.css +119 -70
- package/patternfly.css +119 -70
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/components/Hint/themes/dark/hint.scss +0 -8
package/patternfly.css
CHANGED
|
@@ -889,14 +889,14 @@
|
|
|
889
889
|
--pf-t--global--font--size--heading--100: 16px;
|
|
890
890
|
--pf-t--global--font--size--heading--200: 18px;
|
|
891
891
|
--pf-t--global--font--size--heading--300: 20px;
|
|
892
|
-
--pf-t--global--font--size--heading--400:
|
|
892
|
+
--pf-t--global--font--size--heading--400: 22px;
|
|
893
893
|
--pf-t--global--font--size--heading--500: 28px;
|
|
894
894
|
--pf-t--global--font--size--heading--600: 36px;
|
|
895
895
|
--pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
|
|
896
896
|
--pf-t--global--font--family--heading: var(--pf-t--global--font--family--200);
|
|
897
897
|
--pf-t--global--font--family--mono: var(--pf-t--global--font--family--300);
|
|
898
|
-
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--
|
|
899
|
-
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--
|
|
898
|
+
--pf-t--global--font--line-height--body: var(--pf-t--global--font--line-height--200);
|
|
899
|
+
--pf-t--global--font--line-height--heading: var(--pf-t--global--font--line-height--100);
|
|
900
900
|
--pf-t--global--font--weight--body: var(--pf-t--global--font--weight--body--100);
|
|
901
901
|
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--200);
|
|
902
902
|
--pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--100);
|
|
@@ -1460,8 +1460,8 @@ h6) {
|
|
|
1460
1460
|
}
|
|
1461
1461
|
|
|
1462
1462
|
*,
|
|
1463
|
-
|
|
1464
|
-
*::after
|
|
1463
|
+
*::before,
|
|
1464
|
+
*::after {
|
|
1465
1465
|
box-sizing: border-box;
|
|
1466
1466
|
}
|
|
1467
1467
|
|
|
@@ -1548,10 +1548,6 @@ button) {
|
|
|
1548
1548
|
cursor: pointer;
|
|
1549
1549
|
}
|
|
1550
1550
|
|
|
1551
|
-
:where(.pf-v5-theme-dark) {
|
|
1552
|
-
color-scheme: dark;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
1551
|
.pf-v5-t-dark.pf-m-transparent {
|
|
1556
1552
|
background-color: transparent;
|
|
1557
1553
|
}
|
|
@@ -16086,22 +16082,29 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16086
16082
|
filter: invert(1);
|
|
16087
16083
|
}
|
|
16088
16084
|
|
|
16089
|
-
|
|
16090
|
-
--pf-v5-c-hint--GridRowGap: var(--pf-
|
|
16091
|
-
--pf-v5-c-hint--PaddingTop: var(--pf-
|
|
16092
|
-
--pf-v5-c-hint--PaddingRight: var(--pf-
|
|
16093
|
-
--pf-v5-c-hint--PaddingBottom: var(--pf-
|
|
16094
|
-
--pf-v5-c-hint--PaddingLeft: var(--pf-
|
|
16095
|
-
--pf-v5-c-hint--BackgroundColor: var(--pf-
|
|
16096
|
-
--pf-v5-c-hint--BorderColor: var(--pf-
|
|
16097
|
-
--pf-v5-c-hint--BorderWidth: var(--pf-
|
|
16098
|
-
--pf-v5-c-hint--
|
|
16099
|
-
--pf-v5-c-hint--Color: var(--pf-
|
|
16100
|
-
--pf-v5-c-hint__title--
|
|
16101
|
-
--pf-v5-c-
|
|
16102
|
-
--pf-v5-c-
|
|
16103
|
-
--pf-v5-c-
|
|
16085
|
+
:root {
|
|
16086
|
+
--pf-v5-c-hint--GridRowGap: var(--pf-t--global--spacer--sm);
|
|
16087
|
+
--pf-v5-c-hint--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
16088
|
+
--pf-v5-c-hint--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
16089
|
+
--pf-v5-c-hint--PaddingBottom: var(--pf-t--global--spacer--lg);
|
|
16090
|
+
--pf-v5-c-hint--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
16091
|
+
--pf-v5-c-hint--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
16092
|
+
--pf-v5-c-hint--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
|
16093
|
+
--pf-v5-c-hint--BorderWidth: var(--pf-t--global--border--width--200);
|
|
16094
|
+
--pf-v5-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
16095
|
+
--pf-v5-c-hint--Color: var(--pf-t--global--text--color--regular);
|
|
16096
|
+
--pf-v5-c-hint__title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
16097
|
+
--pf-v5-c-hint__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
16098
|
+
--pf-v5-c-hint__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
16099
|
+
--pf-v5-c-hint__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
16100
|
+
--pf-v5-c-hint__body--FontSize: var(--pf-t--global--font--size--body--md);
|
|
16101
|
+
--pf-v5-c-hint__footer--MarginTop: var(--pf-t--global--spacer--sm);
|
|
16102
|
+
--pf-v5-c-hint__footer--child--MarginRight: var(--pf-t--global--spacer--md);
|
|
16103
|
+
--pf-v5-c-hint__actions--MarginLeft: var(--pf-t--global--spacer--2xl);
|
|
16104
16104
|
--pf-v5-c-hint__actions--c-dropdown--MarginTop: calc(var(--pf-v5-global--spacer--form-element) * -1);
|
|
16105
|
+
}
|
|
16106
|
+
|
|
16107
|
+
.pf-v5-c-hint {
|
|
16105
16108
|
display: grid;
|
|
16106
16109
|
grid-template-columns: 1fr auto;
|
|
16107
16110
|
grid-row-gap: var(--pf-v5-c-hint--GridRowGap);
|
|
@@ -16112,7 +16115,7 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16112
16115
|
color: var(--pf-v5-c-hint--Color);
|
|
16113
16116
|
background-color: var(--pf-v5-c-hint--BackgroundColor);
|
|
16114
16117
|
border: var(--pf-v5-c-hint--BorderWidth) solid var(--pf-v5-c-hint--BorderColor);
|
|
16115
|
-
|
|
16118
|
+
border-radius: var(--pf-v5-c-hint--BorderRadius);
|
|
16116
16119
|
}
|
|
16117
16120
|
.pf-v5-c-hint .pf-v5-c-button.pf-m-link.pf-m-inline {
|
|
16118
16121
|
text-align: start;
|
|
@@ -16135,7 +16138,11 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16135
16138
|
}
|
|
16136
16139
|
|
|
16137
16140
|
.pf-v5-c-hint__title {
|
|
16141
|
+
align-self: center;
|
|
16142
|
+
font-family: var(--pf-v5-c-hint__title--FontFamily);
|
|
16138
16143
|
font-size: var(--pf-v5-c-hint__title--FontSize);
|
|
16144
|
+
font-weight: var(--pf-v5-c-hint__title--FontWeight);
|
|
16145
|
+
line-height: var(--pf-v5-c-hint__title--LineHeight);
|
|
16139
16146
|
}
|
|
16140
16147
|
|
|
16141
16148
|
.pf-v5-c-hint__body {
|
|
@@ -16145,21 +16152,12 @@ label.pf-v5-c-check, .pf-v5-c-check__label,
|
|
|
16145
16152
|
|
|
16146
16153
|
.pf-v5-c-hint__footer {
|
|
16147
16154
|
grid-column: 1/-1;
|
|
16155
|
+
margin-block-start: var(--pf-v5-c-hint__footer--MarginTop);
|
|
16148
16156
|
}
|
|
16149
16157
|
.pf-v5-c-hint__footer > :not(:last-child) {
|
|
16150
16158
|
margin-inline-end: var(--pf-v5-c-hint__footer--child--MarginRight);
|
|
16151
16159
|
}
|
|
16152
16160
|
|
|
16153
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-wizard__header .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-login__header .pf-v5-c-button,
|
|
16154
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-login__footer .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-log-viewer.pf-m-dark .pf-v5-c-log-viewer__main .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-about-modal-box .pf-v5-c-button, :where(.pf-v5-theme-dark) .pf-v5-c-banner .pf-v5-c-button {
|
|
16155
|
-
--pf-v5-c-button--m-primary--BackgroundColor: var(--pf-v5-global--primary-color--300);
|
|
16156
|
-
}
|
|
16157
|
-
|
|
16158
|
-
:where(.pf-v5-theme-dark) .pf-v5-c-hint {
|
|
16159
|
-
--pf-v5-c-hint--BackgroundColor: var(--pf-v5-global--BackgroundColor--400);
|
|
16160
|
-
--pf-v5-c-hint--BorderColor: var(--pf-v5-global--BorderColor--300);
|
|
16161
|
-
}
|
|
16162
|
-
|
|
16163
16161
|
.pf-v5-c-helper-text {
|
|
16164
16162
|
--pf-v5-c-helper-text--Gap: var(--pf-v5-global--spacer--xs);
|
|
16165
16163
|
--pf-v5-c-helper-text--FontSize: var(--pf-v5-global--FontSize--sm);
|
|
@@ -17409,23 +17407,23 @@ button.pf-v5-c-label__content:focus {
|
|
|
17409
17407
|
}
|
|
17410
17408
|
|
|
17411
17409
|
.pf-v5-c-list {
|
|
17412
|
-
--pf-v5-c-list--PaddingLeft: var(--pf-
|
|
17413
|
-
--pf-v5-c-list--nested--MarginTop: var(--pf-
|
|
17414
|
-
--pf-v5-c-list--nested--MarginLeft: var(--pf-
|
|
17410
|
+
--pf-v5-c-list--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
17411
|
+
--pf-v5-c-list--nested--MarginTop: var(--pf-t--global--spacer--sm);
|
|
17412
|
+
--pf-v5-c-list--nested--MarginLeft: var(--pf-t--global--spacer--sm);
|
|
17415
17413
|
--pf-v5-c-list--ul--ListStyle: var(--pf-v5-global--ListStyle);
|
|
17416
|
-
--pf-v5-c-list--li--MarginTop: var(--pf-
|
|
17417
|
-
--pf-v5-c-list--m-inline--li--MarginRight: var(--pf-
|
|
17418
|
-
--pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-
|
|
17419
|
-
--pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-
|
|
17420
|
-
--pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-
|
|
17421
|
-
--pf-v5-c-list__item-icon--MinWidth: var(--pf-
|
|
17422
|
-
--pf-v5-c-list__item-icon--MarginTop:
|
|
17423
|
-
--pf-v5-c-list__item-icon--MarginRight: var(--pf-
|
|
17424
|
-
--pf-v5-c-list__item-icon--Color: var(--pf-
|
|
17425
|
-
--pf-v5-c-list__item-icon--FontSize: var(--pf-
|
|
17426
|
-
--pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-
|
|
17427
|
-
--pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-
|
|
17428
|
-
--pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-
|
|
17414
|
+
--pf-v5-c-list--li--MarginTop: var(--pf-t--global--spacer--sm);
|
|
17415
|
+
--pf-v5-c-list--m-inline--li--MarginRight: var(--pf-t--global--spacer--lg);
|
|
17416
|
+
--pf-v5-c-list--m-bordered--li--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
17417
|
+
--pf-v5-c-list--m-bordered--li--BorderBottomColor: var(--pf-t--global--border--color--default);
|
|
17418
|
+
--pf-v5-c-list--m-bordered--li--BorderBottomWidth: var(--pf-t--global--border--width--divider--default);
|
|
17419
|
+
--pf-v5-c-list__item-icon--MinWidth: var(--pf-t--global--icon--size--sm);
|
|
17420
|
+
--pf-v5-c-list__item-icon--MarginTop: var(--pf-t--global--spacer--xs);
|
|
17421
|
+
--pf-v5-c-list__item-icon--MarginRight: var(--pf-t--global--spacer--sm);
|
|
17422
|
+
--pf-v5-c-list__item-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
17423
|
+
--pf-v5-c-list__item-icon--FontSize: var(--pf-t--global--icon--size--sm);
|
|
17424
|
+
--pf-v5-c-list--m-icon-lg__item-icon--MinWidth: var(--pf-t--global--icon--size--lg);
|
|
17425
|
+
--pf-v5-c-list--m-icon-lg__item-icon--MarginRight: var(--pf-t--global--spacer--md);
|
|
17426
|
+
--pf-v5-c-list--m-icon-lg__item-icon--FontSize: var(--pf-t--global--icon--size--lg);
|
|
17429
17427
|
padding-inline-start: var(--pf-v5-c-list--PaddingLeft);
|
|
17430
17428
|
}
|
|
17431
17429
|
.pf-v5-c-list ol,
|
|
@@ -30687,26 +30685,47 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30687
30685
|
--pf-v5-c-timestamp--m-help-text--TextDecorationColor: var(--pf-v5-c-timestamp--m-help-text--focus--TextDecorationColor);
|
|
30688
30686
|
}
|
|
30689
30687
|
|
|
30688
|
+
:root {
|
|
30689
|
+
--pf-v5-c-title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
30690
|
+
--pf-v5-c-title--m-4xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30691
|
+
--pf-v5-c-title--m-4xl--FontSize: var(--pf-t--global--font--size--heading--2xl);
|
|
30692
|
+
--pf-v5-c-title--m-4xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30693
|
+
--pf-v5-c-title--m-3xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30694
|
+
--pf-v5-c-title--m-3xl--FontSize: var(--pf-t--global--font--size--heading--xl);
|
|
30695
|
+
--pf-v5-c-title--m-3xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30696
|
+
--pf-v5-c-title--m-2xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30697
|
+
--pf-v5-c-title--m-2xl--FontSize: var(--pf-t--global--font--size--heading--lg);
|
|
30698
|
+
--pf-v5-c-title--m-2xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30699
|
+
--pf-v5-c-title--m-xl--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30700
|
+
--pf-v5-c-title--m-xl--FontSize: var(--pf-t--global--font--size--heading--md);
|
|
30701
|
+
--pf-v5-c-title--m-xl--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30702
|
+
--pf-v5-c-title--m-lg--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30703
|
+
--pf-v5-c-title--m-lg--FontSize: var(--pf-t--global--font--size--heading--sm);
|
|
30704
|
+
--pf-v5-c-title--m-lg--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30705
|
+
--pf-v5-c-title--m-md--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30706
|
+
--pf-v5-c-title--m-md--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
30707
|
+
--pf-v5-c-title--m-md--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30708
|
+
--pf-v5-c-title--m-h1--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30709
|
+
--pf-v5-c-title--m-h1--FontSize: var(--pf-t--global--font--size--heading--lg);
|
|
30710
|
+
--pf-v5-c-title--m-h1--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30711
|
+
--pf-v5-c-title--m-h2--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30712
|
+
--pf-v5-c-title--m-h2--FontSize: var(--pf-t--global--font--size--heading--md);
|
|
30713
|
+
--pf-v5-c-title--m-h2--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30714
|
+
--pf-v5-c-title--m-h3--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30715
|
+
--pf-v5-c-title--m-h3--FontSize: var(--pf-t--global--font--size--heading--sm);
|
|
30716
|
+
--pf-v5-c-title--m-h3--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30717
|
+
--pf-v5-c-title--m-h4--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30718
|
+
--pf-v5-c-title--m-h4--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
30719
|
+
--pf-v5-c-title--m-h4--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30720
|
+
--pf-v5-c-title--m-h5--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30721
|
+
--pf-v5-c-title--m-h5--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
30722
|
+
--pf-v5-c-title--m-h5--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30723
|
+
--pf-v5-c-title--m-h6--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
30724
|
+
--pf-v5-c-title--m-h6--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
30725
|
+
--pf-v5-c-title--m-h6--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
30726
|
+
}
|
|
30727
|
+
|
|
30690
30728
|
.pf-v5-c-title {
|
|
30691
|
-
--pf-v5-c-title--FontFamily: var(--pf-v5-global--FontFamily--heading);
|
|
30692
|
-
--pf-v5-c-title--m-4xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
|
|
30693
|
-
--pf-v5-c-title--m-4xl--FontSize: var(--pf-v5-global--FontSize--4xl);
|
|
30694
|
-
--pf-v5-c-title--m-4xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
|
30695
|
-
--pf-v5-c-title--m-3xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
|
|
30696
|
-
--pf-v5-c-title--m-3xl--FontSize: var(--pf-v5-global--FontSize--3xl);
|
|
30697
|
-
--pf-v5-c-title--m-3xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
|
30698
|
-
--pf-v5-c-title--m-2xl--LineHeight: var(--pf-v5-global--LineHeight--sm);
|
|
30699
|
-
--pf-v5-c-title--m-2xl--FontSize: var(--pf-v5-global--FontSize--2xl);
|
|
30700
|
-
--pf-v5-c-title--m-2xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
|
30701
|
-
--pf-v5-c-title--m-xl--LineHeight: var(--pf-v5-global--LineHeight--md);
|
|
30702
|
-
--pf-v5-c-title--m-xl--FontSize: var(--pf-v5-global--FontSize--xl);
|
|
30703
|
-
--pf-v5-c-title--m-xl--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
|
30704
|
-
--pf-v5-c-title--m-lg--LineHeight: var(--pf-v5-global--LineHeight--md);
|
|
30705
|
-
--pf-v5-c-title--m-lg--FontSize: var(--pf-v5-global--FontSize--lg);
|
|
30706
|
-
--pf-v5-c-title--m-lg--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
|
30707
|
-
--pf-v5-c-title--m-md--LineHeight: var(--pf-v5-global--LineHeight--md);
|
|
30708
|
-
--pf-v5-c-title--m-md--FontSize: var(--pf-v5-global--FontSize--md);
|
|
30709
|
-
--pf-v5-c-title--m-md--FontWeight: var(--pf-v5-global--FontWeight--normal);
|
|
30710
30729
|
font-family: var(--pf-v5-c-title--FontFamily);
|
|
30711
30730
|
word-break: break-word;
|
|
30712
30731
|
}
|
|
@@ -30740,6 +30759,36 @@ svg.pf-v5-c-spinner.pf-m-xl {
|
|
|
30740
30759
|
font-weight: var(--pf-v5-c-title--m-md--FontWeight);
|
|
30741
30760
|
line-height: var(--pf-v5-c-title--m-md--LineHeight);
|
|
30742
30761
|
}
|
|
30762
|
+
.pf-v5-c-title.pf-m-h1 {
|
|
30763
|
+
font-size: var(--pf-v5-c-title--m-h1--FontSize);
|
|
30764
|
+
font-weight: var(--pf-v5-c-title--m-h1--FontWeight);
|
|
30765
|
+
line-height: var(--pf-v5-c-title--m-h1--LineHeight);
|
|
30766
|
+
}
|
|
30767
|
+
.pf-v5-c-title.pf-m-h2 {
|
|
30768
|
+
font-size: var(--pf-v5-c-title--m-h2--FontSize);
|
|
30769
|
+
font-weight: var(--pf-v5-c-title--m-h2--FontWeight);
|
|
30770
|
+
line-height: var(--pf-v5-c-title--m-h2--LineHeight);
|
|
30771
|
+
}
|
|
30772
|
+
.pf-v5-c-title.pf-m-h3 {
|
|
30773
|
+
font-size: var(--pf-v5-c-title--m-h3--FontSize);
|
|
30774
|
+
font-weight: var(--pf-v5-c-title--m-h3--FontWeight);
|
|
30775
|
+
line-height: var(--pf-v5-c-title--m-h3--LineHeight);
|
|
30776
|
+
}
|
|
30777
|
+
.pf-v5-c-title.pf-m-h4 {
|
|
30778
|
+
font-size: var(--pf-v5-c-title--m-h4--FontSize);
|
|
30779
|
+
font-weight: var(--pf-v5-c-title--m-h4--FontWeight);
|
|
30780
|
+
line-height: var(--pf-v5-c-title--m-h4--LineHeight);
|
|
30781
|
+
}
|
|
30782
|
+
.pf-v5-c-title.pf-m-h5 {
|
|
30783
|
+
font-size: var(--pf-v5-c-title--m-h5--FontSize);
|
|
30784
|
+
font-weight: var(--pf-v5-c-title--m-h5--FontWeight);
|
|
30785
|
+
line-height: var(--pf-v5-c-title--m-h5--LineHeight);
|
|
30786
|
+
}
|
|
30787
|
+
.pf-v5-c-title.pf-m-h6 {
|
|
30788
|
+
font-size: var(--pf-v5-c-title--m-h6--FontSize);
|
|
30789
|
+
font-weight: var(--pf-v5-c-title--m-h6--FontWeight);
|
|
30790
|
+
line-height: var(--pf-v5-c-title--m-h6--LineHeight);
|
|
30791
|
+
}
|
|
30743
30792
|
|
|
30744
30793
|
.pf-v5-c-toggle-group {
|
|
30745
30794
|
--pf-v5-c-toggle-group__button--PaddingTop: var(--pf-v5-global--spacer--form-element);
|