@patternfly/patternfly 6.0.0-alpha.29 → 6.0.0-alpha.30
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 +8 -1
- package/base/_variables.scss +2 -7
- package/base/patternfly-globals.css +6 -1
- package/base/patternfly-variables.css +862 -858
- package/base/tokens/_tokens-dark.scss +306 -284
- package/base/tokens/_tokens-default.scss +410 -326
- package/base/tokens/_tokens-font.scss +9 -25
- package/base/tokens/_tokens-palette.scss +68 -68
- package/base/tokens/_workspace-overrides.scss +7 -0
- package/components/Accordion/accordion.css +1 -1
- package/components/Accordion/accordion.scss +1 -1
- package/components/Alert/alert.css +2 -2
- package/components/Alert/alert.scss +2 -2
- package/components/Banner/banner.css +1 -1
- package/components/Banner/banner.scss +1 -1
- package/components/Breadcrumb/breadcrumb.css +19 -16
- package/components/Breadcrumb/breadcrumb.scss +18 -16
- package/components/Button/button.css +1 -1
- package/components/Button/button.scss +1 -1
- package/components/Content/content.css +7 -7
- package/components/Content/content.scss +7 -7
- package/components/Hint/hint.css +2 -2
- package/components/Hint/hint.scss +2 -2
- package/components/Login/login.css +1 -1
- package/components/Login/login.scss +1 -1
- package/components/MenuToggle/menu-toggle.css +1 -1
- package/components/MenuToggle/menu-toggle.scss +1 -1
- package/components/ModalBox/modal-box.css +1 -1
- package/components/ModalBox/modal-box.scss +1 -1
- package/components/Nav/nav.css +2 -2
- package/components/Nav/nav.scss +2 -2
- package/components/Table/table.css +6 -6
- package/components/Table/table.scss +6 -6
- package/components/Title/title.css +6 -6
- package/components/Title/title.scss +6 -6
- package/package.json +1 -1
- package/patternfly-base-no-globals-theme-dark-unversioned.css +866 -858
- package/patternfly-base-no-globals.css +866 -858
- package/patternfly-base-theme-dark-unversioned.css +868 -859
- package/patternfly-base.css +868 -859
- package/patternfly-no-globals.css +913 -906
- package/patternfly-theme-dark-unversioned.css +914 -906
- package/patternfly.css +914 -906
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/base/themes/dark/_variables.scss +0 -102
|
@@ -14,15 +14,6 @@
|
|
|
14
14
|
--pf-t--global--font--weight--body--200: 500;
|
|
15
15
|
--pf-t--global--font--weight--heading--100: 700;
|
|
16
16
|
--pf-t--global--font--weight--heading--200: 700;
|
|
17
|
-
--pf-t--global--font--size--body--100: 12px;
|
|
18
|
-
--pf-t--global--font--size--body--200: 14px;
|
|
19
|
-
--pf-t--global--font--size--body--300: 16px;
|
|
20
|
-
--pf-t--global--font--size--heading--100: 16px;
|
|
21
|
-
--pf-t--global--font--size--heading--200: 18px;
|
|
22
|
-
--pf-t--global--font--size--heading--300: 20px;
|
|
23
|
-
--pf-t--global--font--size--heading--400: 22px;
|
|
24
|
-
--pf-t--global--font--size--heading--500: 28px;
|
|
25
|
-
--pf-t--global--font--size--heading--600: 36px;
|
|
26
17
|
|
|
27
18
|
// Semantic tokens for fonts
|
|
28
19
|
--pf-t--global--font--family--body: var(--pf-t--global--font--family--100);
|
|
@@ -34,16 +25,14 @@
|
|
|
34
25
|
--pf-t--global--font--weight--body--bold: var(--pf-t--global--font--weight--body--200);
|
|
35
26
|
--pf-t--global--font--weight--heading: var(--pf-t--global--font--weight--heading--100);
|
|
36
27
|
--pf-t--global--font--weight--heading--bold: var(--pf-t--global--font--weight--heading--200);
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
--pf-t--global--font--size--
|
|
40
|
-
--pf-t--global--font--size--
|
|
41
|
-
--pf-t--global--font--size--heading--
|
|
42
|
-
--pf-t--global--font--size--heading--
|
|
43
|
-
--pf-t--global--font--size--heading--
|
|
44
|
-
--pf-t--global--font--size--heading--
|
|
45
|
-
--pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--heading--500);
|
|
46
|
-
--pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--heading--600);
|
|
28
|
+
|
|
29
|
+
// TODO Maintaining these in addition to the h1-h6 sizes
|
|
30
|
+
--pf-t--global--font--size--heading--xs: var(--pf-t--global--font--size--md);
|
|
31
|
+
--pf-t--global--font--size--heading--sm: var(--pf-t--global--font--size--lg);
|
|
32
|
+
--pf-t--global--font--size--heading--md: var(--pf-t--global--font--size--xl);
|
|
33
|
+
--pf-t--global--font--size--heading--lg: var(--pf-t--global--font--size--2xl);
|
|
34
|
+
--pf-t--global--font--size--heading--xl: var(--pf-t--global--font--size--3xl);
|
|
35
|
+
--pf-t--global--font--size--heading--2xl: var(--pf-t--global--font--size--4xl);
|
|
47
36
|
|
|
48
37
|
// Legacy/non-variable font opt-in
|
|
49
38
|
--pf-t--global--font--family--body--legacy: redhattext, helvetica, arial, sans-serif;
|
|
@@ -58,7 +47,7 @@
|
|
|
58
47
|
// text-decoration
|
|
59
48
|
--pf-t--global--text-decoration--100: none;
|
|
60
49
|
--pf-t--global--text-decoration--200: underline;
|
|
61
|
-
--pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--
|
|
50
|
+
--pf-t--global--link--text-decoration: var(--pf-t--global--text-decoration--100);
|
|
62
51
|
--pf-t--global--link--text-decoration--hover: var(--pf-t--global--text-decoration--200);
|
|
63
52
|
|
|
64
53
|
// blend modes
|
|
@@ -66,11 +55,6 @@
|
|
|
66
55
|
--pf-t--global--mix-blend-mode--200: screen;
|
|
67
56
|
--pf-t--global--background--color--action--plain--hover--blend: var(--pf-t--global--mix-blend-mode--100);
|
|
68
57
|
|
|
69
|
-
// semantic border width
|
|
70
|
-
--pf-t--global--border--width--control--default: var(--pf-t--global--border--width--100);
|
|
71
|
-
--pf-t--global--border--width--control--hover: var(--pf-t--global--border--width--100);
|
|
72
|
-
--pf-t--global--border--width--control--active: var(--pf-t--global--border--width--200);
|
|
73
|
-
|
|
74
58
|
// box-shadow
|
|
75
59
|
--pf-t--global--box-shadow--sm: 0px 1px 2px 0px rgb(0 0 0 / 16%);
|
|
76
60
|
--pf-t--global--box-shadow--sm--top: 0px -1px 2px 0px rgb(0 0 0 / 16%);
|
|
@@ -1,75 +1,75 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 05 Dec 2023 16:11:05 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
7
|
-
--pf-t--color--
|
|
7
|
+
--pf-t--color--red--70: #5f0000;
|
|
8
|
+
--pf-t--color--red--60: #a60000;
|
|
9
|
+
--pf-t--color--red--50: #e00;
|
|
10
|
+
--pf-t--color--red--40: #f56e6e;
|
|
11
|
+
--pf-t--color--red--30: #f9a8a8;
|
|
12
|
+
--pf-t--color--red--20: #fbc5c5;
|
|
13
|
+
--pf-t--color--red--10: #fce3e3;
|
|
14
|
+
--pf-t--color--purple--70: #21134d;
|
|
15
|
+
--pf-t--color--purple--60: #3d2785;
|
|
16
|
+
--pf-t--color--purple--50: #5e40be;
|
|
17
|
+
--pf-t--color--purple--40: #876fd4;
|
|
18
|
+
--pf-t--color--purple--30: #b6a6e9;
|
|
19
|
+
--pf-t--color--purple--20: #d0c5f4;
|
|
20
|
+
--pf-t--color--purple--10: #ece6ff;
|
|
21
|
+
--pf-t--color--red-orange--70: #731f00;
|
|
22
|
+
--pf-t--color--red-orange--60: #b1380b;
|
|
23
|
+
--pf-t--color--red-orange--50: #f0561d;
|
|
24
|
+
--pf-t--color--red-orange--40: #f4784a;
|
|
25
|
+
--pf-t--color--red-orange--30: #f89b78;
|
|
26
|
+
--pf-t--color--red-orange--20: #fbbea8;
|
|
27
|
+
--pf-t--color--red-orange--10: #ffe3d9;
|
|
28
|
+
--pf-t--color--orange--70: #732e00;
|
|
29
|
+
--pf-t--color--orange--60: #9e4a06;
|
|
30
|
+
--pf-t--color--orange--50: #ca6c0f;
|
|
31
|
+
--pf-t--color--orange--40: #f5921b;
|
|
32
|
+
--pf-t--color--orange--30: #f8ae54;
|
|
33
|
+
--pf-t--color--orange--20: #fccb8f;
|
|
34
|
+
--pf-t--color--orange--10: #ffe8cc;
|
|
35
|
+
--pf-t--color--green--70: #204d00;
|
|
36
|
+
--pf-t--color--green--60: #3d7317;
|
|
37
|
+
--pf-t--color--green--50: #63993d;
|
|
38
|
+
--pf-t--color--green--40: #87bb62;
|
|
39
|
+
--pf-t--color--green--30: #afdc8f;
|
|
40
|
+
--pf-t--color--green--20: #d1f1bb;
|
|
41
|
+
--pf-t--color--green--10: #e9f7df;
|
|
42
|
+
--pf-t--color--yellow--70: #73480b;
|
|
43
|
+
--pf-t--color--yellow--60: #96640f;
|
|
44
|
+
--pf-t--color--yellow--50: #b98412;
|
|
45
|
+
--pf-t--color--yellow--40: #dca614;
|
|
46
|
+
--pf-t--color--yellow--30: #ffcc17;
|
|
47
|
+
--pf-t--color--yellow--20: #ffe072;
|
|
48
|
+
--pf-t--color--yellow--10: #fff4cc;
|
|
49
|
+
--pf-t--color--teal--70: #004d4d;
|
|
50
|
+
--pf-t--color--teal--60: #147878;
|
|
51
|
+
--pf-t--color--teal--50: #37a3a3;
|
|
52
|
+
--pf-t--color--teal--40: #63bdbd;
|
|
53
|
+
--pf-t--color--teal--30: #9ad8d8;
|
|
54
|
+
--pf-t--color--teal--20: #b9e5e5;
|
|
55
|
+
--pf-t--color--teal--10: #daf2f2;
|
|
56
|
+
--pf-t--color--blue--70: #036;
|
|
57
|
+
--pf-t--color--blue--60: #004d99;
|
|
58
|
+
--pf-t--color--blue--50: #06c;
|
|
59
|
+
--pf-t--color--blue--40: #4394e5;
|
|
60
|
+
--pf-t--color--blue--30: #92c5f9;
|
|
61
|
+
--pf-t--color--blue--20: #b9dafc;
|
|
62
|
+
--pf-t--color--blue--10: #e0f0ff;
|
|
8
63
|
--pf-t--color--black: #000;
|
|
9
|
-
--pf-t--color--gray--
|
|
10
|
-
--pf-t--color--gray--
|
|
11
|
-
--pf-t--color--gray--
|
|
12
|
-
--pf-t--color--gray--
|
|
13
|
-
--pf-t--color--gray--
|
|
14
|
-
--pf-t--color--gray--
|
|
15
|
-
--pf-t--color--gray--
|
|
16
|
-
--pf-t--color--gray--
|
|
17
|
-
--pf-t--color--gray--
|
|
18
|
-
--pf-t--color--gray--
|
|
19
|
-
--pf-t--color--
|
|
20
|
-
--pf-t--color--cyan--600: #074c4d;
|
|
21
|
-
--pf-t--color--cyan--500: #187577;
|
|
22
|
-
--pf-t--color--cyan--400: #42adaf;
|
|
23
|
-
--pf-t--color--cyan--300: #88dadb;
|
|
24
|
-
--pf-t--color--cyan--200: #b3ebec;
|
|
25
|
-
--pf-t--color--cyan--100: #e3fcfc;
|
|
26
|
-
--pf-t--color--blue--700: #001c43;
|
|
27
|
-
--pf-t--color--blue--600: #002b68;
|
|
28
|
-
--pf-t--color--blue--500: #0043a0;
|
|
29
|
-
--pf-t--color--blue--400: #0c61d9;
|
|
30
|
-
--pf-t--color--blue--300: #60a2ff;
|
|
31
|
-
--pf-t--color--blue--200: #9cc5ff;
|
|
32
|
-
--pf-t--color--blue--100: #d9e9ff;
|
|
33
|
-
--pf-t--color--gold--700: #4e3500;
|
|
34
|
-
--pf-t--color--gold--600: #755200;
|
|
35
|
-
--pf-t--color--gold--500: #ac7a00;
|
|
36
|
-
--pf-t--color--gold--400: #f0ab00;
|
|
37
|
-
--pf-t--color--gold--300: #ffcd5b;
|
|
38
|
-
--pf-t--color--gold--200: #ffdc9b;
|
|
39
|
-
--pf-t--color--gold--100: #ffefd9;
|
|
40
|
-
--pf-t--color--green--700: #062901;
|
|
41
|
-
--pf-t--color--green--600: #0b3906;
|
|
42
|
-
--pf-t--color--green--500: #1b5813;
|
|
43
|
-
--pf-t--color--green--400: #3e8635;
|
|
44
|
-
--pf-t--color--green--300: #83c079;
|
|
45
|
-
--pf-t--color--green--200: #b2deaa;
|
|
46
|
-
--pf-t--color--green--100: #e7fce3;
|
|
47
|
-
--pf-t--color--orange--700: #501d00;
|
|
48
|
-
--pf-t--color--orange--600: #792f04;
|
|
49
|
-
--pf-t--color--orange--500: #b14e14;
|
|
50
|
-
--pf-t--color--orange--400: #f7823d;
|
|
51
|
-
--pf-t--color--orange--300: #ffb989;
|
|
52
|
-
--pf-t--color--orange--200: #ffd1b2;
|
|
53
|
-
--pf-t--color--orange--100: #ffe7d9;
|
|
54
|
-
--pf-t--color--orangered--700: #331500;
|
|
55
|
-
--pf-t--color--orangered--600: #552000;
|
|
56
|
-
--pf-t--color--orangered--500: #882d00;
|
|
57
|
-
--pf-t--color--orangered--400: #cc3a00;
|
|
58
|
-
--pf-t--color--orangered--300: #ff542e;
|
|
59
|
-
--pf-t--color--orangered--200: #ff947c;
|
|
60
|
-
--pf-t--color--orangered--100: #ffd3c9;
|
|
61
|
-
--pf-t--color--purple--700: #1c1337;
|
|
62
|
-
--pf-t--color--purple--600: #291b55;
|
|
63
|
-
--pf-t--color--purple--500: #3e2882;
|
|
64
|
-
--pf-t--color--purple--400: #5f40be;
|
|
65
|
-
--pf-t--color--purple--300: #9a81e5;
|
|
66
|
-
--pf-t--color--purple--200: #c0b0f1;
|
|
67
|
-
--pf-t--color--purple--100: #eae3fc;
|
|
68
|
-
--pf-t--color--red--700: #3a0400;
|
|
69
|
-
--pf-t--color--red--600: #5a0600;
|
|
70
|
-
--pf-t--color--red--500: #8a0a00;
|
|
71
|
-
--pf-t--color--red--400: #c9190b;
|
|
72
|
-
--pf-t--color--red--300: #ee665b;
|
|
73
|
-
--pf-t--color--red--200: #f69f98;
|
|
74
|
-
--pf-t--color--red--100: #ffdbd9;
|
|
64
|
+
--pf-t--color--gray--95: #151515;
|
|
65
|
+
--pf-t--color--gray--90: #1f1f1f;
|
|
66
|
+
--pf-t--color--gray--80: #292929;
|
|
67
|
+
--pf-t--color--gray--70: #383838;
|
|
68
|
+
--pf-t--color--gray--60: #4d4d4d;
|
|
69
|
+
--pf-t--color--gray--50: #707070;
|
|
70
|
+
--pf-t--color--gray--40: #a3a3a3;
|
|
71
|
+
--pf-t--color--gray--30: #c7c7c7;
|
|
72
|
+
--pf-t--color--gray--20: #e0e0e0;
|
|
73
|
+
--pf-t--color--gray--10: #f2f2f2;
|
|
74
|
+
--pf-t--color--white: #fff;
|
|
75
75
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
--pf-v5-c-accordion__expandable-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
25
25
|
--pf-v5-c-accordion__expandable-content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
26
26
|
--pf-v5-c-accordion__expandable-content--Color: var(--pf-t--global--text--color--regular);
|
|
27
|
-
--pf-v5-c-accordion__expandable-content--FontSize: var(--pf-t--global--font--size--body--
|
|
27
|
+
--pf-v5-c-accordion__expandable-content--FontSize: var(--pf-t--global--font--size--body--default);
|
|
28
28
|
--pf-v5-c-accordion__expandable-content--m-fixed--MaxHeight: 9.375rem;
|
|
29
29
|
--pf-v5-c-accordion__expandable-content-body--PaddingTop: var(--pf-t--global--spacer--sm);
|
|
30
30
|
--pf-v5-c-accordion__expandable-content-body--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
--#{$accordion}__expandable-content--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
40
40
|
--#{$accordion}__expandable-content--BorderRadius: var(--pf-t--global--border--radius--small);
|
|
41
41
|
--#{$accordion}__expandable-content--Color: var(--pf-t--global--text--color--regular);
|
|
42
|
-
--#{$accordion}__expandable-content--FontSize: var(--pf-t--global--font--size--body--
|
|
42
|
+
--#{$accordion}__expandable-content--FontSize: var(--pf-t--global--font--size--body--default);
|
|
43
43
|
--#{$accordion}__expandable-content--m-fixed--MaxHeight: #{pf-size-prem(150px)};
|
|
44
44
|
|
|
45
45
|
// accordion expandable content body
|
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
"icon title action"
|
|
7
7
|
". description description"
|
|
8
8
|
". actiongroup actiongroup";
|
|
9
|
-
--pf-v5-c-alert--BorderWidth: var(--pf-t--global--border--width--
|
|
9
|
+
--pf-v5-c-alert--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
10
10
|
--pf-v5-c-alert--BorderColor: transparent;
|
|
11
11
|
--pf-v5-c-alert--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
12
12
|
--pf-v5-c-alert--PaddingTop: var(--pf-t--global--spacer--md);
|
|
13
13
|
--pf-v5-c-alert--PaddingRight: var(--pf-t--global--spacer--md);
|
|
14
14
|
--pf-v5-c-alert--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
15
15
|
--pf-v5-c-alert--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
16
|
-
--pf-v5-c-alert--FontSize: var(--pf-t--global--font--size--body);
|
|
16
|
+
--pf-v5-c-alert--FontSize: var(--pf-t--global--font--size--body--default);
|
|
17
17
|
--pf-v5-c-alert__toggle--MarginTop: calc(-1 * var(--pf-v5-global--spacer--form-element) - 0.0625rem);
|
|
18
18
|
--pf-v5-c-alert__toggle--MarginBottom: calc(-1 * var(--pf-v5-global--spacer--form-element));
|
|
19
19
|
--pf-v5-c-alert__toggle--MarginRight: var(--pf-t--global--spacer--sm);
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
"icon title action"
|
|
12
12
|
". description description"
|
|
13
13
|
". actiongroup actiongroup";
|
|
14
|
-
--#{$alert}--BorderWidth: var(--pf-t--global--border--width--
|
|
14
|
+
--#{$alert}--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
15
15
|
--#{$alert}--BorderColor: transparent;
|
|
16
16
|
--#{$alert}--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
17
17
|
--#{$alert}--PaddingTop: var(--pf-t--global--spacer--md);
|
|
18
18
|
--#{$alert}--PaddingRight: var(--pf-t--global--spacer--md);
|
|
19
19
|
--#{$alert}--PaddingBottom: var(--pf-t--global--spacer--md);
|
|
20
20
|
--#{$alert}--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
21
|
-
--#{$alert}--FontSize: var(--pf-t--global--font--size--body);
|
|
21
|
+
--#{$alert}--FontSize: var(--pf-t--global--font--size--body--default);
|
|
22
22
|
|
|
23
23
|
// Toggle
|
|
24
24
|
--#{$alert}__toggle--MarginTop: calc(-1 * var(--#{$pf-global}--spacer--form-element) - #{pf-size-prem(1px)});
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--pf-v5-c-banner--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
6
6
|
--pf-v5-c-banner--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
7
7
|
--pf-v5-c-banner--md--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
8
|
-
--pf-v5-c-banner--FontSize: var(--pf-t--global--font--size--body);
|
|
8
|
+
--pf-v5-c-banner--FontSize: var(--pf-t--global--font--size--body--default);
|
|
9
9
|
--pf-v5-c-banner--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
|
|
10
10
|
--pf-v5-c-banner--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
11
11
|
--pf-v5-c-banner--link--Color: var(--pf-v5-c-banner--Color);
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
--#{$banner}--PaddingBottom: var(--pf-t--global--spacer--xs);
|
|
8
8
|
--#{$banner}--PaddingLeft: var(--pf-t--global--spacer--md);
|
|
9
9
|
--#{$banner}--md--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
10
|
-
--#{$banner}--FontSize: var(--pf-t--global--font--size--body);
|
|
10
|
+
--#{$banner}--FontSize: var(--pf-t--global--font--size--body--default);
|
|
11
11
|
--#{$banner}--Color: var(--pf-t--global--text--color--nonstatus--on-gray--default);
|
|
12
12
|
--#{$banner}--BackgroundColor: var(--pf-t--global--color--nonstatus--gray--default);
|
|
13
13
|
|
|
@@ -1,22 +1,25 @@
|
|
|
1
|
-
.pf-v5-c-breadcrumb {
|
|
2
|
-
--pf-v5-c-breadcrumb__item--FontSize: var(--pf-
|
|
3
|
-
--pf-v5-c-breadcrumb__item--LineHeight: var(--pf-
|
|
4
|
-
--pf-v5-c-breadcrumb__item--MarginRight: var(--pf-
|
|
5
|
-
--pf-v5-c-breadcrumb__item-divider--Color: var(--pf-
|
|
6
|
-
--pf-v5-c-breadcrumb__item-divider--MarginRight: var(--pf-
|
|
7
|
-
--pf-v5-c-breadcrumb__item-divider--FontSize: var(--pf-
|
|
8
|
-
--pf-v5-c-breadcrumb__link--Color: var(--pf-
|
|
9
|
-
--pf-v5-c-breadcrumb__link--TextDecoration: var(--pf-
|
|
10
|
-
--pf-v5-c-breadcrumb__link--hover--Color: var(--pf-
|
|
11
|
-
--pf-v5-c-breadcrumb__link--hover--TextDecoration: var(--pf-
|
|
12
|
-
--pf-v5-c-breadcrumb__link--m-current--Color: var(--pf-
|
|
1
|
+
:root, .pf-v5-c-breadcrumb {
|
|
2
|
+
--pf-v5-c-breadcrumb__item--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
3
|
+
--pf-v5-c-breadcrumb__item--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
4
|
+
--pf-v5-c-breadcrumb__item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
5
|
+
--pf-v5-c-breadcrumb__item-divider--Color: var(--pf-t--global--icon--color--regular);
|
|
6
|
+
--pf-v5-c-breadcrumb__item-divider--MarginRight: var(--pf-t--global--spacer--sm);
|
|
7
|
+
--pf-v5-c-breadcrumb__item-divider--FontSize: var( --pf-t--global--font--size--body--sm);
|
|
8
|
+
--pf-v5-c-breadcrumb__link--Color: var(--pf-t--global--text--color--link--default);
|
|
9
|
+
--pf-v5-c-breadcrumb__link--TextDecoration: var(--pf-t--global--link--text-decoration);
|
|
10
|
+
--pf-v5-c-breadcrumb__link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
11
|
+
--pf-v5-c-breadcrumb__link--hover--TextDecoration: var(--pf-t--global--link--text-decoration--hover);
|
|
12
|
+
--pf-v5-c-breadcrumb__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
13
13
|
--pf-v5-c-breadcrumb__link--BackgroundColor: transparent;
|
|
14
|
-
--pf-v5-c-breadcrumb__heading--FontSize: var(--pf-
|
|
15
|
-
--pf-v5-c-breadcrumb__dropdown--MarginTop: calc(var(--pf-
|
|
14
|
+
--pf-v5-c-breadcrumb__heading--FontSize: var( --pf-t--global--font--size--body--sm);
|
|
15
|
+
--pf-v5-c-breadcrumb__dropdown--MarginTop: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
16
16
|
--pf-v5-c-breadcrumb__dropdown--MarginRight: calc(var(--pf-v5-c-breadcrumb__item--MarginRight) * -1);
|
|
17
|
-
--pf-v5-c-breadcrumb__dropdown--MarginBottom: calc(var(--pf-
|
|
17
|
+
--pf-v5-c-breadcrumb__dropdown--MarginBottom: calc(var(--pf-t--global--spacer--sm) * -1);
|
|
18
18
|
--pf-v5-c-breadcrumb__dropdown--MarginLeft: calc(var(--pf-v5-c-breadcrumb__item-divider--MarginRight) * -1);
|
|
19
|
-
--pf-v5-c-breadcrumb__dropdown--c-dropdown__toggle--LineHeight: var(--pf-
|
|
19
|
+
--pf-v5-c-breadcrumb__dropdown--c-dropdown__toggle--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.pf-v5-c-breadcrumb {
|
|
20
23
|
display: inline-flex;
|
|
21
24
|
}
|
|
22
25
|
|
|
@@ -1,36 +1,38 @@
|
|
|
1
1
|
// @debug $breadcrumb; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
|
|
2
2
|
|
|
3
|
-
.#{$breadcrumb} {
|
|
3
|
+
:root, .#{$breadcrumb} {
|
|
4
4
|
// Breadcrumb item
|
|
5
|
-
--#{$breadcrumb}__item--FontSize: var(
|
|
6
|
-
--#{$breadcrumb}__item--LineHeight: var(
|
|
7
|
-
--#{$breadcrumb}__item--MarginRight: var(
|
|
5
|
+
--#{$breadcrumb}__item--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
6
|
+
--#{$breadcrumb}__item--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
7
|
+
--#{$breadcrumb}__item--MarginRight: var(--pf-t--global--spacer--sm);
|
|
8
8
|
|
|
9
9
|
// Breadcrumb divider
|
|
10
|
-
--#{$breadcrumb}__item-divider--Color: var(
|
|
11
|
-
--#{$breadcrumb}__item-divider--MarginRight: var(
|
|
12
|
-
--#{$breadcrumb}__item-divider--FontSize: var(
|
|
10
|
+
--#{$breadcrumb}__item-divider--Color: var(--pf-t--global--icon--color--regular);
|
|
11
|
+
--#{$breadcrumb}__item-divider--MarginRight: var(--pf-t--global--spacer--sm);
|
|
12
|
+
--#{$breadcrumb}__item-divider--FontSize: var( --pf-t--global--font--size--body--sm);
|
|
13
13
|
|
|
14
14
|
// Breadcrumb link
|
|
15
|
-
--#{$breadcrumb}__link--Color: var(
|
|
16
|
-
--#{$breadcrumb}__link--TextDecoration: var(
|
|
17
|
-
--#{$breadcrumb}__link--hover--Color: var(
|
|
18
|
-
--#{$breadcrumb}__link--hover--TextDecoration: var(
|
|
19
|
-
--#{$breadcrumb}__link--m-current--Color: var(
|
|
15
|
+
--#{$breadcrumb}__link--Color: var(--pf-t--global--text--color--link--default);
|
|
16
|
+
--#{$breadcrumb}__link--TextDecoration: var(--pf-t--global--link--text-decoration);
|
|
17
|
+
--#{$breadcrumb}__link--hover--Color: var(--pf-t--global--text--color--link--hover);
|
|
18
|
+
--#{$breadcrumb}__link--hover--TextDecoration: var(--pf-t--global--link--text-decoration--hover);
|
|
19
|
+
--#{$breadcrumb}__link--m-current--Color: var(--pf-t--global--text--color--regular);
|
|
20
20
|
--#{$breadcrumb}__link--BackgroundColor: transparent;
|
|
21
21
|
|
|
22
22
|
// Heading
|
|
23
|
-
--#{$breadcrumb}__heading--FontSize: var(
|
|
23
|
+
--#{$breadcrumb}__heading--FontSize: var( --pf-t--global--font--size--body--sm);
|
|
24
24
|
|
|
25
25
|
// breadcrumb dropdown
|
|
26
|
-
--#{$breadcrumb}__dropdown--MarginTop: calc(var(--#{$pf-global}--spacer--form-element)
|
|
26
|
+
--#{$breadcrumb}__dropdown--MarginTop: calc(var(--pf-t--global--spacer--sm) * -1); // TODO: check with design as this replaces --#{$pf-global}--spacer--form-element (6px) with spacer--sm (8px)
|
|
27
27
|
--#{$breadcrumb}__dropdown--MarginRight: calc(var(--#{$breadcrumb}__item--MarginRight) * -1);
|
|
28
|
-
--#{$breadcrumb}__dropdown--MarginBottom: calc(var(
|
|
28
|
+
--#{$breadcrumb}__dropdown--MarginBottom: calc(var(--pf-t--global--spacer--sm) * -1); // TODO: same as above
|
|
29
29
|
--#{$breadcrumb}__dropdown--MarginLeft: calc(var(--#{$breadcrumb}__item-divider--MarginRight) * -1);
|
|
30
30
|
|
|
31
31
|
// breadcrumb toggle
|
|
32
|
-
--#{$breadcrumb}__dropdown--c-dropdown__toggle--LineHeight: var(
|
|
32
|
+
--#{$breadcrumb}__dropdown--c-dropdown__toggle--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
33
|
+
}
|
|
33
34
|
|
|
35
|
+
.#{$breadcrumb} {
|
|
34
36
|
display: inline-flex;
|
|
35
37
|
}
|
|
36
38
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
--pf-v5-c-button--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
6
6
|
--pf-v5-c-button--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
7
7
|
--pf-v5-c-button--FontWeight: var(--pf-t--global--font--weight--body);
|
|
8
|
-
--pf-v5-c-button--FontSize: var(--pf-t--global--font--size--body--
|
|
8
|
+
--pf-v5-c-button--FontSize: var(--pf-t--global--font--size--body--default);
|
|
9
9
|
--pf-v5-c-button--BackgroundColor: transparent;
|
|
10
10
|
--pf-v5-c-button--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
11
11
|
--pf-v5-c-button--after--BorderColor: transparent;
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--#{$button}--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
9
9
|
--#{$button}--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
10
10
|
--#{$button}--FontWeight: var(--pf-t--global--font--weight--body);
|
|
11
|
-
--#{$button}--FontSize: var(--pf-t--global--font--size--body--
|
|
11
|
+
--#{$button}--FontSize: var(--pf-t--global--font--size--body--default);
|
|
12
12
|
--#{$button}--BackgroundColor: transparent;
|
|
13
13
|
--#{$button}--BorderRadius: var(--pf-t--global--border--radius--pill);
|
|
14
14
|
--#{$button}--after--BorderColor: transparent;
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
.pf-v5-c-content {
|
|
2
2
|
--pf-v5-c-content--MarginBottom: var(--pf-t--global--spacer--md);
|
|
3
3
|
--pf-v5-c-content--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
4
|
-
--pf-v5-c-content--FontSize: var(--pf-t--global--font--size--body);
|
|
4
|
+
--pf-v5-c-content--FontSize: var(--pf-t--global--font--size--body--default);
|
|
5
5
|
--pf-v5-c-content--FontWeight: var(--pf-t--global--font--weight--body);
|
|
6
6
|
--pf-v5-c-content--Color: var(--pf-t--global--text--color--regular);
|
|
7
7
|
--pf-v5-c-content--heading--FontFamily: var(--pf-t--global--font--family--heading);
|
|
8
8
|
--pf-v5-c-content--h1--MarginTop: var(--pf-t--global--spacer--lg);
|
|
9
9
|
--pf-v5-c-content--h1--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
10
10
|
--pf-v5-c-content--h1--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
11
|
-
--pf-v5-c-content--h1--FontSize: var(--pf-t--global--font--size--heading--
|
|
11
|
+
--pf-v5-c-content--h1--FontSize: var(--pf-t--global--font--size--heading--h1);
|
|
12
12
|
--pf-v5-c-content--h1--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
13
13
|
--pf-v5-c-content--h2--MarginTop: var(--pf-t--global--spacer--lg);
|
|
14
14
|
--pf-v5-c-content--h2--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
15
15
|
--pf-v5-c-content--h2--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
16
|
-
--pf-v5-c-content--h2--FontSize: var(--pf-t--global--font--size--heading--
|
|
16
|
+
--pf-v5-c-content--h2--FontSize: var(--pf-t--global--font--size--heading--h2);
|
|
17
17
|
--pf-v5-c-content--h2--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
18
18
|
--pf-v5-c-content--h3--MarginTop: var(--pf-t--global--spacer--lg);
|
|
19
19
|
--pf-v5-c-content--h3--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
20
20
|
--pf-v5-c-content--h3--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
21
|
-
--pf-v5-c-content--h3--FontSize: var(--pf-t--global--font--size--heading--
|
|
21
|
+
--pf-v5-c-content--h3--FontSize: var(--pf-t--global--font--size--heading--h3);
|
|
22
22
|
--pf-v5-c-content--h3--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
23
23
|
--pf-v5-c-content--h4--MarginTop: var(--pf-t--global--spacer--lg);
|
|
24
24
|
--pf-v5-c-content--h4--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
25
25
|
--pf-v5-c-content--h4--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
26
|
-
--pf-v5-c-content--h4--FontSize: var(--pf-t--global--font--size--heading--
|
|
26
|
+
--pf-v5-c-content--h4--FontSize: var(--pf-t--global--font--size--heading--h4);
|
|
27
27
|
--pf-v5-c-content--h4--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
28
28
|
--pf-v5-c-content--h5--MarginTop: var(--pf-t--global--spacer--lg);
|
|
29
29
|
--pf-v5-c-content--h5--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
30
30
|
--pf-v5-c-content--h5--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
31
|
-
--pf-v5-c-content--h5--FontSize: var(--pf-t--global--font--size--heading--
|
|
31
|
+
--pf-v5-c-content--h5--FontSize: var(--pf-t--global--font--size--heading--h5);
|
|
32
32
|
--pf-v5-c-content--h5--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
33
33
|
--pf-v5-c-content--h6--MarginTop: var(--pf-t--global--spacer--lg);
|
|
34
34
|
--pf-v5-c-content--h6--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
35
35
|
--pf-v5-c-content--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
36
|
-
--pf-v5-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--
|
|
36
|
+
--pf-v5-c-content--h6--FontSize: var(--pf-t--global--font--size--heading--h6);
|
|
37
37
|
--pf-v5-c-content--h6--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
38
38
|
--pf-v5-c-content--small--MarginBottom: var(--pf-t--global--spacer--md);
|
|
39
39
|
--pf-v5-c-content--small--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
// Body
|
|
5
5
|
--#{$content}--MarginBottom: var(--pf-t--global--spacer--md);
|
|
6
6
|
--#{$content}--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
7
|
-
--#{$content}--FontSize: var(--pf-t--global--font--size--body);
|
|
7
|
+
--#{$content}--FontSize: var(--pf-t--global--font--size--body--default);
|
|
8
8
|
--#{$content}--FontWeight: var(--pf-t--global--font--weight--body);
|
|
9
9
|
|
|
10
10
|
// this ensures color is not overridden
|
|
@@ -17,42 +17,42 @@
|
|
|
17
17
|
--#{$content}--h1--MarginTop: var(--pf-t--global--spacer--lg);
|
|
18
18
|
--#{$content}--h1--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
19
19
|
--#{$content}--h1--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
20
|
-
--#{$content}--h1--FontSize: var(--pf-t--global--font--size--heading--
|
|
20
|
+
--#{$content}--h1--FontSize: var(--pf-t--global--font--size--heading--h1);
|
|
21
21
|
--#{$content}--h1--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
22
22
|
|
|
23
23
|
// h2
|
|
24
24
|
--#{$content}--h2--MarginTop: var(--pf-t--global--spacer--lg);
|
|
25
25
|
--#{$content}--h2--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
26
26
|
--#{$content}--h2--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
27
|
-
--#{$content}--h2--FontSize: var(--pf-t--global--font--size--heading--
|
|
27
|
+
--#{$content}--h2--FontSize: var(--pf-t--global--font--size--heading--h2);
|
|
28
28
|
--#{$content}--h2--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
29
29
|
|
|
30
30
|
// h3
|
|
31
31
|
--#{$content}--h3--MarginTop: var(--pf-t--global--spacer--lg);
|
|
32
32
|
--#{$content}--h3--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
33
33
|
--#{$content}--h3--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
34
|
-
--#{$content}--h3--FontSize: var(--pf-t--global--font--size--heading--
|
|
34
|
+
--#{$content}--h3--FontSize: var(--pf-t--global--font--size--heading--h3);
|
|
35
35
|
--#{$content}--h3--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
36
36
|
|
|
37
37
|
// h4
|
|
38
38
|
--#{$content}--h4--MarginTop: var(--pf-t--global--spacer--lg);
|
|
39
39
|
--#{$content}--h4--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
40
40
|
--#{$content}--h4--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
41
|
-
--#{$content}--h4--FontSize: var(--pf-t--global--font--size--heading--
|
|
41
|
+
--#{$content}--h4--FontSize: var(--pf-t--global--font--size--heading--h4);
|
|
42
42
|
--#{$content}--h4--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
43
43
|
|
|
44
44
|
// h5
|
|
45
45
|
--#{$content}--h5--MarginTop: var(--pf-t--global--spacer--lg);
|
|
46
46
|
--#{$content}--h5--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
47
47
|
--#{$content}--h5--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
48
|
-
--#{$content}--h5--FontSize: var(--pf-t--global--font--size--heading--
|
|
48
|
+
--#{$content}--h5--FontSize: var(--pf-t--global--font--size--heading--h5);
|
|
49
49
|
--#{$content}--h5--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
50
50
|
|
|
51
51
|
// h6
|
|
52
52
|
--#{$content}--h6--MarginTop: var(--pf-t--global--spacer--lg);
|
|
53
53
|
--#{$content}--h6--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
54
54
|
--#{$content}--h6--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
55
|
-
--#{$content}--h6--FontSize: var(--pf-t--global--font--size--heading--
|
|
55
|
+
--#{$content}--h6--FontSize: var(--pf-t--global--font--size--heading--h6);
|
|
56
56
|
--#{$content}--h6--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
57
57
|
|
|
58
58
|
// Small text
|
package/components/Hint/hint.css
CHANGED
|
@@ -6,14 +6,14 @@
|
|
|
6
6
|
--pf-v5-c-hint--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
7
7
|
--pf-v5-c-hint--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
8
8
|
--pf-v5-c-hint--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
|
9
|
-
--pf-v5-c-hint--BorderWidth: var(--pf-t--global--border--width--
|
|
9
|
+
--pf-v5-c-hint--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
10
10
|
--pf-v5-c-hint--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
11
11
|
--pf-v5-c-hint--Color: var(--pf-t--global--text--color--regular);
|
|
12
12
|
--pf-v5-c-hint__title--FontFamily: var(--pf-t--global--font--family--heading);
|
|
13
13
|
--pf-v5-c-hint__title--FontSize: var(--pf-t--global--font--size--heading--xs);
|
|
14
14
|
--pf-v5-c-hint__title--FontWeight: var(--pf-t--global--font--weight--heading);
|
|
15
15
|
--pf-v5-c-hint__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
16
|
-
--pf-v5-c-hint__body--FontSize: var(--pf-t--global--font--size--body--
|
|
16
|
+
--pf-v5-c-hint__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
17
17
|
--pf-v5-c-hint__footer--MarginTop: var(--pf-t--global--spacer--sm);
|
|
18
18
|
--pf-v5-c-hint__footer--child--MarginRight: var(--pf-t--global--spacer--md);
|
|
19
19
|
--pf-v5-c-hint__actions--MarginLeft: var(--pf-t--global--spacer--2xl);
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
--#{$hint}--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
9
9
|
--#{$hint}--BackgroundColor: var(--pf-t--global--background--color--primary--default);
|
|
10
10
|
--#{$hint}--BorderColor: var(--pf-t--global--border--color--status--info--default);
|
|
11
|
-
--#{$hint}--BorderWidth: var(--pf-t--global--border--width--
|
|
11
|
+
--#{$hint}--BorderWidth: var(--pf-t--global--border--width--box--status--default);
|
|
12
12
|
--#{$hint}--BorderRadius: var(--pf-t--global--border--radius--medium);
|
|
13
13
|
--#{$hint}--Color: var(--pf-t--global--text--color--regular);
|
|
14
14
|
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
--#{$hint}__title--LineHeight: var(--pf-t--global--font--line-height--heading);
|
|
20
20
|
|
|
21
21
|
// Hint Body
|
|
22
|
-
--#{$hint}__body--FontSize: var(--pf-t--global--font--size--body--
|
|
22
|
+
--#{$hint}__body--FontSize: var(--pf-t--global--font--size--body--default);
|
|
23
23
|
|
|
24
24
|
// Hint Footer
|
|
25
25
|
--#{$hint}__footer--MarginTop: var(--pf-t--global--spacer--sm);
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
--pf-v5-c-login__main-header--RowGap: var(--pf-t--global--spacer--md);
|
|
28
28
|
--pf-v5-c-login__main-header-desc--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
29
29
|
--pf-v5-c-login__main-header-desc--md--MarginBottom: 0;
|
|
30
|
-
--pf-v5-c-login__main-header-desc--FontSize: var(--pf-t--global--font--size--body--
|
|
30
|
+
--pf-v5-c-login__main-header-desc--FontSize: var(--pf-t--global--font--size--body--default);
|
|
31
31
|
--pf-v5-c-login__main-body--PaddingRight: var(--pf-t--global--spacer--xl);
|
|
32
32
|
--pf-v5-c-login__main-body--PaddingBottom: var(--pf-t--global--spacer--xl);
|
|
33
33
|
--pf-v5-c-login__main-body--PaddingLeft: var(--pf-t--global--spacer--xl);
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
// main header desc
|
|
59
59
|
--#{$login}__main-header-desc--MarginBottom: var(--pf-t--global--spacer--sm);
|
|
60
60
|
--#{$login}__main-header-desc--md--MarginBottom: 0;
|
|
61
|
-
--#{$login}__main-header-desc--FontSize: var(--pf-t--global--font--size--body--
|
|
61
|
+
--#{$login}__main-header-desc--FontSize: var(--pf-t--global--font--size--body--default);
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
@media (min-width: $pf-v5-global--breakpoint--md) {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
--pf-v5-c-menu-toggle--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
5
5
|
--pf-v5-c-menu-toggle--PaddingBottom: var(--pf-t--global--spacer--sm);
|
|
6
6
|
--pf-v5-c-menu-toggle--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
7
|
-
--pf-v5-c-menu-toggle--FontSize: var(--pf-t--global--font--size--body--
|
|
7
|
+
--pf-v5-c-menu-toggle--FontSize: var(--pf-t--global--font--size--body--default);
|
|
8
8
|
--pf-v5-c-menu-toggle--Color: var(--pf-t--global--text--color--regular);
|
|
9
9
|
--pf-v5-c-menu-toggle--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
10
10
|
--pf-v5-c-menu-toggle--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
--#{$menu-toggle}--PaddingRight: var(--pf-t--global--spacer--sm);
|
|
7
7
|
--#{$menu-toggle}--PaddingBottom: var(--pf-t--global--spacer--sm); // TODO semantic spacer?
|
|
8
8
|
--#{$menu-toggle}--PaddingLeft: var(--pf-t--global--spacer--sm);
|
|
9
|
-
--#{$menu-toggle}--FontSize: var(--pf-t--global--font--size--body--
|
|
9
|
+
--#{$menu-toggle}--FontSize: var(--pf-t--global--font--size--body--default);
|
|
10
10
|
--#{$menu-toggle}--Color: var(--pf-t--global--text--color--regular);
|
|
11
11
|
--#{$menu-toggle}--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
12
12
|
--#{$menu-toggle}--BackgroundColor: var(--pf-t--global--background--color--control--default);
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
--pf-v5-c-modal-box__title-icon--Color: var(--pf-t--global--icon--color--regular);
|
|
32
32
|
--pf-v5-c-modal-box__description--FontSize: var(--pf-t--global--font--size--body--sm);
|
|
33
33
|
--pf-v5-c-modal-box__description--Color: var(--pf-t--global--text--color--subtle);
|
|
34
|
-
--pf-v5-c-modal-box__body--MinHeight: calc(var(--pf-t--global--font--size--body) * var(--pf-t--global--font--line-height--body));
|
|
34
|
+
--pf-v5-c-modal-box__body--MinHeight: calc(var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body));
|
|
35
35
|
--pf-v5-c-modal-box__body--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
36
36
|
--pf-v5-c-modal-box__body--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
37
37
|
--pf-v5-c-modal-box__body--PaddingLeft: var(--pf-t--global--spacer--lg);
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
--#{$modal-box}__description--Color: var(--pf-t--global--text--color--subtle);
|
|
52
52
|
|
|
53
53
|
// Body
|
|
54
|
-
--#{$modal-box}__body--MinHeight: calc(var(--pf-t--global--font--size--body) * var(--pf-t--global--font--line-height--body)); // Allow for at least 1 line of content in the body
|
|
54
|
+
--#{$modal-box}__body--MinHeight: calc(var(--pf-t--global--font--size--body--default) * var(--pf-t--global--font--line-height--body)); // Allow for at least 1 line of content in the body
|
|
55
55
|
--#{$modal-box}__body--PaddingTop: var(--pf-t--global--spacer--lg);
|
|
56
56
|
--#{$modal-box}__body--PaddingRight: var(--pf-t--global--spacer--lg);
|
|
57
57
|
--#{$modal-box}__body--PaddingLeft: var(--pf-t--global--spacer--lg);
|