@patternfly/patternfly 6.0.0-alpha.117 → 6.0.0-alpha.118
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/_fonts.scss +7 -95
- package/base/_variables.scss +7 -292
- package/base/patternfly-fonts.css +6 -76
- package/base/patternfly-variables.css +8 -241
- package/components/AppLauncher/app-launcher.css +0 -10
- package/components/AppLauncher/app-launcher.scss +0 -7
- package/components/Chip/chip-group.css +0 -13
- package/components/Chip/chip-group.scss +0 -2
- package/components/Chip/chip.css +0 -19
- package/components/Chip/chip.scss +0 -9
- package/components/Content/content.css +86 -60
- package/components/Content/content.scss +129 -40
- package/components/ContextSelector/context-selector.css +0 -30
- package/components/ContextSelector/context-selector.scss +0 -9
- package/components/DataList/data-list.css +46 -49
- package/components/Divider/divider.css +28 -31
- package/components/Dropdown/dropdown.css +0 -22
- package/components/Dropdown/dropdown.scss +0 -7
- package/components/LogViewer/log-viewer.css +0 -24
- package/components/LogViewer/log-viewer.scss +0 -9
- package/components/Menu/menu.css +103 -61
- package/components/NumberInput/number-input.css +5 -8
- package/components/NumberInput/number-input.scss +1 -1
- package/components/OptionsMenu/options-menu.css +0 -15
- package/components/OptionsMenu/options-menu.scss +0 -7
- package/components/Page/page.css +92 -65
- package/components/Page/page.scss +0 -2
- package/components/Pagination/pagination.css +8 -8
- package/components/Pagination/pagination.scss +1 -1
- package/components/Select/select.css +0 -29
- package/components/Select/select.scss +0 -9
- package/components/Table/table.css +46 -49
- package/components/Toolbar/toolbar.css +90 -75
- package/docs/components/Content/examples/Content.md +254 -61
- package/package.json +31 -32
- package/patternfly-base-no-globals.css +12 -315
- package/patternfly-base.css +12 -315
- package/patternfly-charts.css +0 -322
- package/patternfly-charts.scss +5 -409
- package/patternfly-no-globals.css +539 -748
- package/patternfly.css +539 -748
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/_all.scss +0 -2
- package/sass-utilities/functions.scss +0 -6
- package/sass-utilities/mixins.scss +42 -16
- package/sass-utilities/scss-variables.scss +0 -211
- package/base/_chart-globals.scss +0 -415
- package/base/themes/dark/_chart-globals.scss +0 -42
- package/components/AppLauncher/themes/dark/app-launcher.scss +0 -13
- package/components/Chip/themes/dark/chip.scss +0 -9
- package/components/ContextSelector/themes/dark/context-selector.scss +0 -24
- package/components/Dropdown/themes/dark/dropdown.scss +0 -32
- package/components/LogViewer/themes/dark/log-viewer.scss +0 -7
- package/components/OptionsMenu/themes/dark/options-menu.scss +0 -21
- package/components/Select/themes/dark/select.scss +0 -23
- package/patternfly-base-no-globals-theme-dark-unversioned.css +0 -6229
- package/patternfly-base-no-globals-theme-dark-unversioned.scss +0 -11
- package/patternfly-base-theme-dark-unversioned.css +0 -6346
- package/patternfly-base-theme-dark-unversioned.scss +0 -5
- package/patternfly-charts-theme-dark-unversioned.css +0 -70
- package/patternfly-charts-theme-dark-unversioned.scss +0 -8
- package/patternfly-charts-theme-dark.css +0 -70
- package/patternfly-charts-theme-dark.scss +0 -8
- package/patternfly-theme-dark-unversioned.css +0 -35621
- package/patternfly-theme-dark-unversioned.scss +0 -6
- package/patternfly-theme-dark.css +0 -0
- package/patternfly-theme-dark.scss +0 -1
- package/sass-utilities/colors.scss +0 -82
- package/sass-utilities/placeholders.scss +0 -72
- package/sass-utilities/themes/dark/_all.scss +0 -4
- package/sass-utilities/themes/dark/colors.scss +0 -16
- package/sass-utilities/themes/dark/mixins.scss +0 -7
- package/sass-utilities/themes/dark/placeholders.scss +0 -5
- package/sass-utilities/themes/dark/scss-variables.scss +0 -92
- package/themes/dark/_patternfly-charts-theme-dark.scss +0 -98
|
@@ -1,244 +1,3 @@
|
|
|
1
|
-
:where(:root) {
|
|
2
|
-
--pf-v6-global--palette--black-100: #fafafa;
|
|
3
|
-
--pf-v6-global--palette--black-150: #f5f5f5;
|
|
4
|
-
--pf-v6-global--palette--black-200: #f0f0f0;
|
|
5
|
-
--pf-v6-global--palette--black-300: #d2d2d2;
|
|
6
|
-
--pf-v6-global--palette--black-400: #b8bbbe;
|
|
7
|
-
--pf-v6-global--palette--black-500: #8a8d90;
|
|
8
|
-
--pf-v6-global--palette--black-600: #6a6e73;
|
|
9
|
-
--pf-v6-global--palette--black-700: #4f5255;
|
|
10
|
-
--pf-v6-global--palette--black-800: #3c3f42;
|
|
11
|
-
--pf-v6-global--palette--black-850: #212427;
|
|
12
|
-
--pf-v6-global--palette--black-900: #151515;
|
|
13
|
-
--pf-v6-global--palette--black-1000: #030303;
|
|
14
|
-
--pf-v6-global--palette--blue-50: #e7f1fa;
|
|
15
|
-
--pf-v6-global--palette--blue-100: #bee1f4;
|
|
16
|
-
--pf-v6-global--palette--blue-200: #73bcf7;
|
|
17
|
-
--pf-v6-global--palette--blue-300: #2b9af3;
|
|
18
|
-
--pf-v6-global--palette--blue-400: #06c;
|
|
19
|
-
--pf-v6-global--palette--blue-500: #004080;
|
|
20
|
-
--pf-v6-global--palette--blue-600: #002952;
|
|
21
|
-
--pf-v6-global--palette--blue-700: #001223;
|
|
22
|
-
--pf-v6-global--palette--cyan-50: #f2f9f9;
|
|
23
|
-
--pf-v6-global--palette--cyan-100: #a2d9d9;
|
|
24
|
-
--pf-v6-global--palette--cyan-200: #73c5c5;
|
|
25
|
-
--pf-v6-global--palette--cyan-300: #009596;
|
|
26
|
-
--pf-v6-global--palette--cyan-400: #005f60;
|
|
27
|
-
--pf-v6-global--palette--cyan-500: #003737;
|
|
28
|
-
--pf-v6-global--palette--cyan-600: #002323;
|
|
29
|
-
--pf-v6-global--palette--cyan-700: #000f0f;
|
|
30
|
-
--pf-v6-global--palette--gold-50: #fdf7e7;
|
|
31
|
-
--pf-v6-global--palette--gold-100: #f9e0a2;
|
|
32
|
-
--pf-v6-global--palette--gold-200: #f6d173;
|
|
33
|
-
--pf-v6-global--palette--gold-300: #f4c145;
|
|
34
|
-
--pf-v6-global--palette--gold-400: #f0ab00;
|
|
35
|
-
--pf-v6-global--palette--gold-500: #c58c00;
|
|
36
|
-
--pf-v6-global--palette--gold-600: #795600;
|
|
37
|
-
--pf-v6-global--palette--gold-700: #3d2c00;
|
|
38
|
-
--pf-v6-global--palette--green-50: #f3faf2;
|
|
39
|
-
--pf-v6-global--palette--green-100: #bde5b8;
|
|
40
|
-
--pf-v6-global--palette--green-200: #95d58e;
|
|
41
|
-
--pf-v6-global--palette--green-300: #6ec664;
|
|
42
|
-
--pf-v6-global--palette--green-400: #5ba352;
|
|
43
|
-
--pf-v6-global--palette--green-500: #3e8635;
|
|
44
|
-
--pf-v6-global--palette--green-600: #1e4f18;
|
|
45
|
-
--pf-v6-global--palette--green-700: #0f280d;
|
|
46
|
-
--pf-v6-global--palette--light-blue-100: #beedf9;
|
|
47
|
-
--pf-v6-global--palette--light-blue-200: #7cdbf3;
|
|
48
|
-
--pf-v6-global--palette--light-blue-300: #35caed;
|
|
49
|
-
--pf-v6-global--palette--light-blue-400: #00b9e4;
|
|
50
|
-
--pf-v6-global--palette--light-blue-500: #008bad;
|
|
51
|
-
--pf-v6-global--palette--light-blue-600: #005c73;
|
|
52
|
-
--pf-v6-global--palette--light-blue-700: #002d39;
|
|
53
|
-
--pf-v6-global--palette--light-green-100: #e4f5bc;
|
|
54
|
-
--pf-v6-global--palette--light-green-200: #c8eb79;
|
|
55
|
-
--pf-v6-global--palette--light-green-300: #ace12e;
|
|
56
|
-
--pf-v6-global--palette--light-green-400: #92d400;
|
|
57
|
-
--pf-v6-global--palette--light-green-500: #6ca100;
|
|
58
|
-
--pf-v6-global--palette--light-green-600: #486b00;
|
|
59
|
-
--pf-v6-global--palette--light-green-700: #253600;
|
|
60
|
-
--pf-v6-global--palette--orange-50: #fff6ec;
|
|
61
|
-
--pf-v6-global--palette--orange-100: #f4b678;
|
|
62
|
-
--pf-v6-global--palette--orange-200: #ef9234;
|
|
63
|
-
--pf-v6-global--palette--orange-300: #ec7a08;
|
|
64
|
-
--pf-v6-global--palette--orange-400: #c46100;
|
|
65
|
-
--pf-v6-global--palette--orange-500: #8f4700;
|
|
66
|
-
--pf-v6-global--palette--orange-600: #773d00;
|
|
67
|
-
--pf-v6-global--palette--orange-700: #3b1f00;
|
|
68
|
-
--pf-v6-global--palette--purple-50: #f2f0fc;
|
|
69
|
-
--pf-v6-global--palette--purple-100: #cbc1ff;
|
|
70
|
-
--pf-v6-global--palette--purple-200: #b2a3ff;
|
|
71
|
-
--pf-v6-global--palette--purple-300: #a18fff;
|
|
72
|
-
--pf-v6-global--palette--purple-400: #8476d1;
|
|
73
|
-
--pf-v6-global--palette--purple-500: #6753ac;
|
|
74
|
-
--pf-v6-global--palette--purple-600: #40199a;
|
|
75
|
-
--pf-v6-global--palette--purple-700: #1f0066;
|
|
76
|
-
--pf-v6-global--palette--red-50: #faeae8;
|
|
77
|
-
--pf-v6-global--palette--red-100: #c9190b;
|
|
78
|
-
--pf-v6-global--palette--red-200: #a30000;
|
|
79
|
-
--pf-v6-global--palette--red-300: #7d1007;
|
|
80
|
-
--pf-v6-global--palette--red-400: #470000;
|
|
81
|
-
--pf-v6-global--palette--red-500: #2c0000;
|
|
82
|
-
--pf-v6-global--palette--white: #fff;
|
|
83
|
-
--pf-v6-global--BackgroundColor--100: #fff;
|
|
84
|
-
--pf-v6-global--BackgroundColor--150: #fafafa;
|
|
85
|
-
--pf-v6-global--BackgroundColor--200: #f0f0f0;
|
|
86
|
-
--pf-v6-global--BackgroundColor--light-100: #fff;
|
|
87
|
-
--pf-v6-global--BackgroundColor--light-200: #fafafa;
|
|
88
|
-
--pf-v6-global--BackgroundColor--light-300: #f0f0f0;
|
|
89
|
-
--pf-v6-global--BackgroundColor--dark-100: #151515;
|
|
90
|
-
--pf-v6-global--BackgroundColor--dark-200: #3c3f42;
|
|
91
|
-
--pf-v6-global--BackgroundColor--dark-300: #212427;
|
|
92
|
-
--pf-v6-global--BackgroundColor--dark-400: #4f5255;
|
|
93
|
-
--pf-v6-global--BackgroundColor--dark-transparent-100: rgba(3, 3, 3, 0.62);
|
|
94
|
-
--pf-v6-global--BackgroundColor--dark-transparent-200: rgba(3, 3, 3, 0.32);
|
|
95
|
-
--pf-v6-global--Color--100: #151515;
|
|
96
|
-
--pf-v6-global--Color--200: #6a6e73;
|
|
97
|
-
--pf-v6-global--Color--300: #3c3f42;
|
|
98
|
-
--pf-v6-global--Color--400: #8a8d90;
|
|
99
|
-
--pf-v6-global--Color--light-100: #fff;
|
|
100
|
-
--pf-v6-global--Color--light-200: #f0f0f0;
|
|
101
|
-
--pf-v6-global--Color--light-300: #d2d2d2;
|
|
102
|
-
--pf-v6-global--Color--dark-100: #151515;
|
|
103
|
-
--pf-v6-global--Color--dark-200: #6a6e73;
|
|
104
|
-
--pf-v6-global--active-color--100: #06c;
|
|
105
|
-
--pf-v6-global--active-color--200: #bee1f4;
|
|
106
|
-
--pf-v6-global--active-color--300: #2b9af3;
|
|
107
|
-
--pf-v6-global--active-color--400: #73bcf7;
|
|
108
|
-
--pf-v6-global--disabled-color--100: #6a6e73;
|
|
109
|
-
--pf-v6-global--disabled-color--200: #d2d2d2;
|
|
110
|
-
--pf-v6-global--disabled-color--300: #f0f0f0;
|
|
111
|
-
--pf-v6-global--primary-color--100: #06c;
|
|
112
|
-
--pf-v6-global--primary-color--200: #004080;
|
|
113
|
-
--pf-v6-global--primary-color--light-100: #73bcf7;
|
|
114
|
-
--pf-v6-global--primary-color--dark-100: #06c;
|
|
115
|
-
--pf-v6-global--secondary-color--100: #6a6e73;
|
|
116
|
-
--pf-v6-global--custom-color--100: #73c5c5;
|
|
117
|
-
--pf-v6-global--custom-color--200: #009596;
|
|
118
|
-
--pf-v6-global--custom-color--300: #003737;
|
|
119
|
-
--pf-v6-global--success-color--100: #3e8635;
|
|
120
|
-
--pf-v6-global--success-color--200: #1e4f18;
|
|
121
|
-
--pf-v6-global--info-color--100: #2b9af3;
|
|
122
|
-
--pf-v6-global--info-color--200: #002952;
|
|
123
|
-
--pf-v6-global--warning-color--100: #f0ab00;
|
|
124
|
-
--pf-v6-global--warning-color--200: #795600;
|
|
125
|
-
--pf-v6-global--danger-color--100: #c9190b;
|
|
126
|
-
--pf-v6-global--danger-color--200: #a30000;
|
|
127
|
-
--pf-v6-global--danger-color--300: #470000;
|
|
128
|
-
--pf-v6-global--BoxShadow--sm: 0 0.0625rem 0.125rem 0 rgba(3, 3, 3, 0.12), 0 0 0.125rem 0 rgba(3, 3, 3, 0.06);
|
|
129
|
-
--pf-v6-global--BoxShadow--sm-top: 0 -0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
|
|
130
|
-
--pf-v6-global--BoxShadow--sm-right: 0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
|
|
131
|
-
--pf-v6-global--BoxShadow--sm-bottom: 0 0.125rem 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
|
|
132
|
-
--pf-v6-global--BoxShadow--sm-left: -0.125rem 0 0.25rem -0.0625rem rgba(3, 3, 3, 0.16);
|
|
133
|
-
--pf-v6-global--BoxShadow--md: 0 0.25rem 0.5rem 0rem rgba(3, 3, 3, 0.12), 0 0 0.25rem 0 rgba(3, 3, 3, 0.06);
|
|
134
|
-
--pf-v6-global--BoxShadow--md-top: 0 -0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
|
|
135
|
-
--pf-v6-global--BoxShadow--md-right: 0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
|
|
136
|
-
--pf-v6-global--BoxShadow--md-bottom: 0 0.5rem 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
|
|
137
|
-
--pf-v6-global--BoxShadow--md-left: -0.5rem 0 0.5rem -0.375rem rgba(3, 3, 3, 0.18);
|
|
138
|
-
--pf-v6-global--BoxShadow--lg: 0 0.5rem 1rem 0 rgba(3, 3, 3, 0.16), 0 0 0.375rem 0 rgba(3, 3, 3, 0.08);
|
|
139
|
-
--pf-v6-global--BoxShadow--lg-top: 0 -0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
|
|
140
|
-
--pf-v6-global--BoxShadow--lg-right: 0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
|
|
141
|
-
--pf-v6-global--BoxShadow--lg-bottom: 0 0.75rem 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
|
|
142
|
-
--pf-v6-global--BoxShadow--lg-left: -0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18);
|
|
143
|
-
--pf-v6-global--BoxShadow--xl: 0 1rem 2rem 0 rgba(3, 3, 3, 0.16), 0 0 0.5rem 0 rgba(3, 3, 3, 0.1);
|
|
144
|
-
--pf-v6-global--BoxShadow--xl-top: 0 -1rem 1rem -0.5rem rgba(3, 3, 3, 0.2);
|
|
145
|
-
--pf-v6-global--BoxShadow--xl-right: 1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.2);
|
|
146
|
-
--pf-v6-global--BoxShadow--xl-bottom: 0 1rem 1rem -0.5rem rgba(3, 3, 3, 0.2);
|
|
147
|
-
--pf-v6-global--BoxShadow--xl-left: -1rem 0 1rem -0.5rem rgba(3, 3, 3, 0.2);
|
|
148
|
-
--pf-v6-global--BoxShadow--inset: inset 0 0 0.625rem 0 rgba(3, 3, 3, 0.25);
|
|
149
|
-
--pf-v6-global--font-path: "./assets/fonts";
|
|
150
|
-
--pf-v6-global--fonticon-path: "./assets/pficon";
|
|
151
|
-
--pf-v6-global--spacer--xs: 0.25rem;
|
|
152
|
-
--pf-v6-global--spacer--sm: 0.5rem;
|
|
153
|
-
--pf-v6-global--spacer--md: 1rem;
|
|
154
|
-
--pf-v6-global--spacer--lg: 1.5rem;
|
|
155
|
-
--pf-v6-global--spacer--xl: 2rem;
|
|
156
|
-
--pf-v6-global--spacer--2xl: 3rem;
|
|
157
|
-
--pf-v6-global--spacer--3xl: 4rem;
|
|
158
|
-
--pf-v6-global--spacer--4xl: 5rem;
|
|
159
|
-
--pf-v6-global--spacer--form-element: 0.375rem;
|
|
160
|
-
--pf-v6-global--gutter: 1rem;
|
|
161
|
-
--pf-v6-global--gutter--md: 1.5rem;
|
|
162
|
-
--pf-t--global--z-index--xs: 100;
|
|
163
|
-
--pf-t--global--z-index--sm: 200;
|
|
164
|
-
--pf-t--global--z-index--md: 300;
|
|
165
|
-
--pf-t--global--z-index--lg: 400;
|
|
166
|
-
--pf-t--global--z-index--xl: 500;
|
|
167
|
-
--pf-t--global--z-index--2xl: 600;
|
|
168
|
-
--pf-v6-global--breakpoint--xs: 0;
|
|
169
|
-
--pf-v6-global--breakpoint--sm: 576px;
|
|
170
|
-
--pf-v6-global--breakpoint--md: 768px;
|
|
171
|
-
--pf-v6-global--breakpoint--lg: 992px;
|
|
172
|
-
--pf-v6-global--breakpoint--xl: 1200px;
|
|
173
|
-
--pf-v6-global--breakpoint--2xl: 1450px;
|
|
174
|
-
--pf-v6-global--height-breakpoint--sm: 0;
|
|
175
|
-
--pf-v6-global--height-breakpoint--md: 40rem;
|
|
176
|
-
--pf-v6-global--height-breakpoint--lg: 48rem;
|
|
177
|
-
--pf-v6-global--height-breakpoint--xl: 60rem;
|
|
178
|
-
--pf-v6-global--height-breakpoint--2xl: 80rem;
|
|
179
|
-
--pf-v6-global--link--Color: #06c;
|
|
180
|
-
--pf-v6-global--link--Color--hover: #004080;
|
|
181
|
-
--pf-v6-global--link--Color--light: #2b9af3;
|
|
182
|
-
--pf-v6-global--link--Color--light--hover: #73bcf7;
|
|
183
|
-
--pf-v6-global--link--Color--dark: #06c;
|
|
184
|
-
--pf-v6-global--link--Color--dark--hover: #004080;
|
|
185
|
-
--pf-v6-global--link--Color--visited: #40199a;
|
|
186
|
-
--pf-v6-global--link--TextDecoration: none;
|
|
187
|
-
--pf-v6-global--link--TextDecoration--hover: underline;
|
|
188
|
-
--pf-v6-global--BorderWidth--sm: 1px;
|
|
189
|
-
--pf-v6-global--BorderWidth--md: 2px;
|
|
190
|
-
--pf-v6-global--BorderWidth--lg: 3px;
|
|
191
|
-
--pf-v6-global--BorderWidth--xl: 4px;
|
|
192
|
-
--pf-v6-global--BorderColor--100: #d2d2d2;
|
|
193
|
-
--pf-v6-global--BorderColor--200: #8a8d90;
|
|
194
|
-
--pf-v6-global--BorderColor--300: #f0f0f0;
|
|
195
|
-
--pf-v6-global--BorderColor--dark-100: #d2d2d2;
|
|
196
|
-
--pf-v6-global--BorderColor--light-100: #b8bbbe;
|
|
197
|
-
--pf-v6-global--BorderRadius--sm: 3px;
|
|
198
|
-
--pf-v6-global--BorderRadius--lg: 30em;
|
|
199
|
-
--pf-v6-global--icon--Color--light: #6a6e73;
|
|
200
|
-
--pf-v6-global--icon--Color--dark: #151515;
|
|
201
|
-
--pf-v6-global--icon--Color--light--light: #f0f0f0;
|
|
202
|
-
--pf-v6-global--icon--Color--dark--light: #fff;
|
|
203
|
-
--pf-v6-global--icon--Color--light--dark: #6a6e73;
|
|
204
|
-
--pf-v6-global--icon--Color--dark--dark: #151515;
|
|
205
|
-
--pf-v6-global--icon--FontSize--sm: 0.75rem;
|
|
206
|
-
--pf-v6-global--icon--FontSize--md: 1rem;
|
|
207
|
-
--pf-v6-global--icon--FontSize--lg: 1.5rem;
|
|
208
|
-
--pf-v6-global--icon--FontSize--xl: 3.375rem;
|
|
209
|
-
--pf-v6-global--FontFamily--text: "RedHatText", helvetica, arial, sans-serif;
|
|
210
|
-
--pf-v6-global--FontFamily--heading: "RedHatDisplay", helvetica, arial, sans-serif;
|
|
211
|
-
--pf-v6-global--FontFamily--monospace: "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
212
|
-
--pf-v6-global--FontFamily--text--vf: "RedHatTextVF", "RedHatText", helvetica, arial, sans-serif;
|
|
213
|
-
--pf-v6-global--FontFamily--heading--vf: "RedHatDisplayVF", "RedHatDisplay", helvetica, arial, sans-serif;
|
|
214
|
-
--pf-v6-global--FontFamily--monospace--vf: "RedHatMonoVF", "RedHatMono", "Liberation Mono", consolas, "SFMono-Regular", menlo, monaco, "Courier New", monospace;
|
|
215
|
-
--pf-v6-global--FontSize--4xl: 2.25rem;
|
|
216
|
-
--pf-v6-global--FontSize--3xl: 1.75rem;
|
|
217
|
-
--pf-v6-global--FontSize--2xl: 1.5rem;
|
|
218
|
-
--pf-v6-global--FontSize--xl: 1.25rem;
|
|
219
|
-
--pf-v6-global--FontSize--lg: 1.125rem;
|
|
220
|
-
--pf-v6-global--FontSize--md: 1rem;
|
|
221
|
-
--pf-v6-global--FontSize--sm: 0.875rem;
|
|
222
|
-
--pf-v6-global--FontSize--xs: 0.75rem;
|
|
223
|
-
--pf-v6-global--FontWeight--normal: 400;
|
|
224
|
-
--pf-v6-global--FontWeight--bold: 700;
|
|
225
|
-
--pf-v6-global--LineHeight--sm: 1.3;
|
|
226
|
-
--pf-v6-global--LineHeight--md: 1.5;
|
|
227
|
-
--pf-v6-global--ListStyle: disc outside;
|
|
228
|
-
--pf-t--global--transition: all 250ms cubic-bezier(0.42, 0, 0.58, 1);
|
|
229
|
-
--pf-t--global--transition--timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
230
|
-
--pf-t--global--transition--duration: 250ms;
|
|
231
|
-
--pf-v6-global--arrow--width: 0.9375rem;
|
|
232
|
-
--pf-v6-global--arrow--width-lg: 1.5625rem;
|
|
233
|
-
--pf-v6-global--target-size--MinWidth: 44px;
|
|
234
|
-
--pf-v6-global--target-size--MinHeight: 44px;
|
|
235
|
-
--pf-v6-global--inverse--multiplier: 1;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
:where(.pf-v6-m-dir-rtl, [dir=rtl]) {
|
|
239
|
-
--pf-v6-global--inverse--multiplier: -1;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
1
|
html .ws-preview {
|
|
243
2
|
background-color: var(--pf-t--global--background--color--primary--default);
|
|
244
3
|
}
|
|
@@ -1340,4 +1099,12 @@ html .ws-preview {
|
|
|
1340
1099
|
--pf-t--global--color--status--unread--default--clicked: var(--pf-t--global--color--brand--clicked);
|
|
1341
1100
|
--pf-t--global--color--status--unread--default--hover: var(--pf-t--global--color--brand--hover);
|
|
1342
1101
|
--pf-t--global--color--status--unread--default--default: var(--pf-t--global--color--brand--default);
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
:where(:root) {
|
|
1105
|
+
--pf-v6-global--inverse--multiplier: 1;
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
:where(.pf-v6-m-dir-rtl, [dir=rtl]) {
|
|
1109
|
+
--pf-v6-global--inverse--multiplier: -1;
|
|
1343
1110
|
}
|
|
@@ -231,14 +231,4 @@
|
|
|
231
231
|
font-size: var(--pf-v6-c-app-launcher__group-title--FontSize);
|
|
232
232
|
font-weight: var(--pf-v6-c-app-launcher__group-title--FontWeight);
|
|
233
233
|
color: var(--pf-v6-c-app-launcher__group-title--Color);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
:where(.pf-v6-theme-dark) .pf-v6-c-app-launcher {
|
|
237
|
-
--pf-v6-c-app-launcher__menu--BackgroundColor: var(--pf-v6-global--BackgroundColor--300);
|
|
238
|
-
--pf-v6-c-app-launcher__menu--Top: 100%;
|
|
239
|
-
--pf-v6-c-app-launcher__menu-item--hover--BackgroundColor: var(--pf-v6-global--BackgroundColor--400);
|
|
240
|
-
--pf-v6-c-app-launcher__menu-item--disabled--Color: var(--pf-v6-global--palette--black-300);
|
|
241
|
-
--pf-v6-c-app-launcher__menu-item--m-action--Color: var(--pf-v6-global--Color--200);
|
|
242
|
-
--pf-v6-c-app-launcher__menu-item--m-favorite__menu-item--m-action--Color: var(--pf-v6-global--palette--gold-300);
|
|
243
|
-
--pf-v6-c-app-launcher__menu-item--m-favorite__menu-item--m-action--hover--Color: var(--pf-v6-global--palette--gold-100);
|
|
244
234
|
}
|
|
@@ -299,10 +299,3 @@
|
|
|
299
299
|
font-weight: var(--#{$app-launcher}__group-title--FontWeight);
|
|
300
300
|
color: var(--#{$app-launcher}__group-title--Color);
|
|
301
301
|
}
|
|
302
|
-
|
|
303
|
-
// stylelint-disable no-invalid-position-at-import-rule
|
|
304
|
-
@import "themes/dark/app-launcher";
|
|
305
|
-
|
|
306
|
-
@include pf-v6-theme-dark {
|
|
307
|
-
@include pf-v6-theme-dark-app-launcher;
|
|
308
|
-
}
|
|
@@ -1,17 +1,4 @@
|
|
|
1
1
|
.pf-v6-c-chip-group {
|
|
2
|
-
--pf-v6-global--Color--100: var(--pf-v6-global--Color--dark-100);
|
|
3
|
-
--pf-v6-global--Color--200: var(--pf-v6-global--Color--dark-200);
|
|
4
|
-
--pf-v6-global--BorderColor--100: var(--pf-v6-global--BorderColor--dark-100);
|
|
5
|
-
--pf-v6-global--primary-color--100: var(--pf-v6-global--primary-color--dark-100);
|
|
6
|
-
--pf-v6-global--link--Color: var(--pf-v6-global--link--Color--dark);
|
|
7
|
-
--pf-v6-global--link--Color--hover: var(--pf-v6-global--link--Color--dark--hover);
|
|
8
|
-
--pf-v6-global--BackgroundColor--100: var(--pf-v6-global--BackgroundColor--light-100);
|
|
9
|
-
--pf-v6-global--icon--Color--light: var(--pf-v6-global--icon--Color--light--dark);
|
|
10
|
-
--pf-v6-global--icon--Color--dark: var(--pf-v6-global--icon--Color--dark--dark);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.pf-v6-c-chip-group {
|
|
14
|
-
color: var(--pf-v6-global--Color--100);
|
|
15
2
|
--pf-v6-c-chip-group--PaddingTop: 0;
|
|
16
3
|
--pf-v6-c-chip-group--PaddingRight: 0;
|
|
17
4
|
--pf-v6-c-chip-group--PaddingBottom: 0;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
// @debug $chip-group; // check your variable names located in src/patternfly/sass-utilities/component-namespaces.scss
|
|
2
2
|
|
|
3
3
|
.#{$chip}-group {
|
|
4
|
-
@include pf-v6-t-light; // force the container follow the light theme
|
|
5
|
-
|
|
6
4
|
// Chip group - spaces main and close
|
|
7
5
|
// column-gap spacer supports legacy chip group
|
|
8
6
|
--#{$chip}-group--PaddingTop: 0;
|
package/components/Chip/chip.css
CHANGED
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
.pf-v6-c-chip {
|
|
2
|
-
--pf-v6-global--Color--100: var(--pf-v6-global--Color--dark-100);
|
|
3
|
-
--pf-v6-global--Color--200: var(--pf-v6-global--Color--dark-200);
|
|
4
|
-
--pf-v6-global--BorderColor--100: var(--pf-v6-global--BorderColor--dark-100);
|
|
5
|
-
--pf-v6-global--primary-color--100: var(--pf-v6-global--primary-color--dark-100);
|
|
6
|
-
--pf-v6-global--link--Color: var(--pf-v6-global--link--Color--dark);
|
|
7
|
-
--pf-v6-global--link--Color--hover: var(--pf-v6-global--link--Color--dark--hover);
|
|
8
|
-
--pf-v6-global--BackgroundColor--100: var(--pf-v6-global--BackgroundColor--light-100);
|
|
9
|
-
--pf-v6-global--icon--Color--light: var(--pf-v6-global--icon--Color--light--dark);
|
|
10
|
-
--pf-v6-global--icon--Color--dark: var(--pf-v6-global--icon--Color--dark--dark);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
1
|
.pf-v6-c-chip {
|
|
14
2
|
--pf-v6-c-chip--PaddingTop: var(--pf-v6-global--spacer--xs);
|
|
15
3
|
--pf-v6-c-chip--PaddingRight: var(--pf-v6-global--spacer--sm);
|
|
@@ -39,7 +27,6 @@
|
|
|
39
27
|
--pf-v6-c-chip__actions--c-button--MarginBottom: calc(var(--pf-v6-c-chip--PaddingBottom) * -1);
|
|
40
28
|
--pf-v6-c-chip__actions--c-button--FontSize: var(--pf-v6-global--FontSize--xs);
|
|
41
29
|
--pf-v6-c-chip__icon--MarginLeft: var(--pf-v6-global--spacer--sm);
|
|
42
|
-
color: var(--pf-v6-global--Color--100);
|
|
43
30
|
position: relative;
|
|
44
31
|
display: inline-flex;
|
|
45
32
|
align-items: center;
|
|
@@ -113,10 +100,4 @@
|
|
|
113
100
|
margin-block-end: var(--pf-v6-c-chip__actions--c-button--MarginBottom);
|
|
114
101
|
margin-inline-end: var(--pf-v6-c-chip__actions--c-button--MarginRight);
|
|
115
102
|
line-height: 1;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
:where(.pf-v6-theme-dark) .pf-v6-c-chip {
|
|
119
|
-
--pf-v6-c-chip--BackgroundColor: var(--pf-v6-global--BackgroundColor--100);
|
|
120
|
-
--pf-v6-c-chip--before--BorderColor: var(--pf-v6-global--BorderColor--100);
|
|
121
|
-
--pf-v6-c-chip--m-draggable--BackgroundColor: var(--pf-v6-global--palette--black-600);
|
|
122
103
|
}
|
|
@@ -44,8 +44,6 @@
|
|
|
44
44
|
// icon
|
|
45
45
|
--#{$chip}__icon--MarginLeft: var(--#{$pf-global}--spacer--sm);
|
|
46
46
|
|
|
47
|
-
@include pf-v6-t-light; // This component always needs to be light
|
|
48
|
-
|
|
49
47
|
position: relative;
|
|
50
48
|
display: inline-flex;
|
|
51
49
|
align-items: center;
|
|
@@ -131,10 +129,3 @@
|
|
|
131
129
|
line-height: 1;
|
|
132
130
|
}
|
|
133
131
|
}
|
|
134
|
-
|
|
135
|
-
// stylelint-disable no-invalid-position-at-import-rule
|
|
136
|
-
@import "themes/dark/chip";
|
|
137
|
-
|
|
138
|
-
@include pf-v6-theme-dark {
|
|
139
|
-
@include pf-v6-theme-dark-chip;
|
|
140
|
-
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
:where(:root),
|
|
2
|
+
:where(.pf-v6-c-content) {
|
|
2
3
|
--pf-v6-c-content--MarginBottom: var(--pf-t--global--spacer--md);
|
|
3
4
|
--pf-v6-c-content--LineHeight: var(--pf-t--global--font--line-height--body);
|
|
4
5
|
--pf-v6-c-content--FontSize: var(--pf-t--global--font--size--body--default);
|
|
@@ -68,123 +69,138 @@
|
|
|
68
69
|
--pf-v6-c-content--dt--sm--MarginTop: 0;
|
|
69
70
|
--pf-v6-c-content--hr--Height: var(--pf-t--global--border--width--divider--default);
|
|
70
71
|
--pf-v6-c-content--hr--BackgroundColor: var(--pf-t--global--border--color--default);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.pf-v6-c-content {
|
|
71
75
|
font-size: var(--pf-v6-c-content--FontSize);
|
|
72
76
|
line-height: var(--pf-v6-c-content--LineHeight);
|
|
73
77
|
color: var(--pf-v6-c-content--Color);
|
|
74
78
|
}
|
|
75
|
-
.pf-v6-c-content a {
|
|
79
|
+
:is(.pf-v6-c-content--a, .pf-v6-c-content a) {
|
|
76
80
|
color: var(--pf-v6-c-content--a--Color);
|
|
77
81
|
text-decoration: var(--pf-v6-c-content--a--TextDecoration);
|
|
78
82
|
}
|
|
79
|
-
.pf-v6-c-content a:hover {
|
|
83
|
+
:is(.pf-v6-c-content--a, .pf-v6-c-content a):hover {
|
|
80
84
|
--pf-v6-c-content--a--Color: var(--pf-v6-c-content--a--hover--Color);
|
|
81
85
|
--pf-v6-c-content--a--TextDecoration: var(--pf-v6-c-content--a--hover--TextDecoration);
|
|
82
86
|
}
|
|
83
|
-
|
|
84
|
-
.pf-v6-c-content a.pf-m-visited:visited {
|
|
87
|
+
|
|
88
|
+
:is(.pf-v6-c-content--a.pf-m-visited, .pf-v6-c-content.pf-m-visited a, .pf-v6-c-content a.pf-m-visited):visited {
|
|
85
89
|
color: var(--pf-v6-c-content--a--visited--Color);
|
|
86
90
|
}
|
|
87
|
-
|
|
91
|
+
|
|
92
|
+
:is(.pf-v6-c-content--li + .pf-v6-c-content--li, .pf-v6-c-content li + li) {
|
|
88
93
|
margin-block-start: var(--pf-v6-c-content--li--MarginTop);
|
|
89
94
|
}
|
|
90
|
-
|
|
91
|
-
.pf-v6-c-content
|
|
92
|
-
.pf-v6-c-content
|
|
93
|
-
.pf-v6-c-content
|
|
94
|
-
.pf-v6-c-content
|
|
95
|
-
.pf-v6-c-content
|
|
96
|
-
.pf-v6-c-content
|
|
97
|
-
.pf-v6-c-content
|
|
98
|
-
.pf-v6-c-content
|
|
95
|
+
|
|
96
|
+
:is(.pf-v6-c-content--p,
|
|
97
|
+
.pf-v6-c-content--dl,
|
|
98
|
+
.pf-v6-c-content--ol,
|
|
99
|
+
.pf-v6-c-content--ul,
|
|
100
|
+
.pf-v6-c-content--blockquote,
|
|
101
|
+
.pf-v6-c-content--small,
|
|
102
|
+
.pf-v6-c-content--pre,
|
|
103
|
+
.pf-v6-c-content--table,
|
|
104
|
+
.pf-v6-c-content--hr, .pf-v6-c-content p, .pf-v6-c-content dl, .pf-v6-c-content ol, .pf-v6-c-content ul, .pf-v6-c-content blockquote, .pf-v6-c-content small, .pf-v6-c-content pre, .pf-v6-c-content table, .pf-v6-c-content hr):not(:last-child) {
|
|
99
105
|
margin-block-end: var(--pf-v6-c-content--MarginBottom);
|
|
100
106
|
}
|
|
101
|
-
|
|
102
|
-
.pf-v6-c-content
|
|
103
|
-
.pf-v6-c-content
|
|
104
|
-
.pf-v6-c-content
|
|
105
|
-
.pf-v6-c-content
|
|
106
|
-
.pf-v6-c-content
|
|
107
|
+
|
|
108
|
+
:is(.pf-v6-c-content--h1,
|
|
109
|
+
.pf-v6-c-content--h2,
|
|
110
|
+
.pf-v6-c-content--h3,
|
|
111
|
+
.pf-v6-c-content--h4,
|
|
112
|
+
.pf-v6-c-content--h5,
|
|
113
|
+
.pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6) {
|
|
107
114
|
margin: 0;
|
|
108
115
|
font-family: var(--pf-v6-c-content--heading--FontFamily);
|
|
109
116
|
}
|
|
110
|
-
.pf-v6-c-content
|
|
111
|
-
.pf-v6-c-content
|
|
112
|
-
.pf-v6-c-content
|
|
113
|
-
.pf-v6-c-content
|
|
114
|
-
.pf-v6-c-content
|
|
115
|
-
.pf-v6-c-content h6:first-child {
|
|
117
|
+
:is(.pf-v6-c-content--h1,
|
|
118
|
+
.pf-v6-c-content--h2,
|
|
119
|
+
.pf-v6-c-content--h3,
|
|
120
|
+
.pf-v6-c-content--h4,
|
|
121
|
+
.pf-v6-c-content--h5,
|
|
122
|
+
.pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6):first-child {
|
|
116
123
|
margin-block-start: 0;
|
|
117
124
|
}
|
|
118
|
-
.pf-v6-c-content
|
|
119
|
-
.pf-v6-c-content
|
|
120
|
-
.pf-v6-c-content
|
|
121
|
-
.pf-v6-c-content
|
|
122
|
-
.pf-v6-c-content
|
|
123
|
-
.pf-v6-c-content h6:last-child {
|
|
125
|
+
:is(.pf-v6-c-content--h1,
|
|
126
|
+
.pf-v6-c-content--h2,
|
|
127
|
+
.pf-v6-c-content--h3,
|
|
128
|
+
.pf-v6-c-content--h4,
|
|
129
|
+
.pf-v6-c-content--h5,
|
|
130
|
+
.pf-v6-c-content--h6, .pf-v6-c-content h1, .pf-v6-c-content h2, .pf-v6-c-content h3, .pf-v6-c-content h4, .pf-v6-c-content h5, .pf-v6-c-content h6):last-child {
|
|
124
131
|
margin-block-end: 0;
|
|
125
132
|
}
|
|
126
|
-
|
|
127
|
-
.pf-v6-c-content
|
|
133
|
+
|
|
134
|
+
:is(.pf-v6-c-content--ol,
|
|
135
|
+
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul) {
|
|
128
136
|
margin: 0;
|
|
129
137
|
}
|
|
130
|
-
.pf-v6-c-content
|
|
131
|
-
.pf-v6-c-content ul.pf-m-plain {
|
|
138
|
+
:is(.pf-v6-c-content--ol,
|
|
139
|
+
.pf-v6-c-content--ul, .pf-v6-c-content ol, .pf-v6-c-content ul).pf-m-plain {
|
|
132
140
|
padding-inline-start: 0;
|
|
133
141
|
margin-inline-start: 0;
|
|
134
142
|
list-style: none;
|
|
135
143
|
}
|
|
136
|
-
|
|
144
|
+
|
|
145
|
+
:is(.pf-v6-c-content--h1, .pf-v6-c-content h1) {
|
|
137
146
|
margin-block-start: var(--pf-v6-c-content--h1--MarginTop);
|
|
138
147
|
margin-block-end: var(--pf-v6-c-content--h1--MarginBottom);
|
|
139
148
|
font-size: var(--pf-v6-c-content--h1--FontSize);
|
|
140
149
|
font-weight: var(--pf-v6-c-content--h1--FontWeight);
|
|
141
150
|
line-height: var(--pf-v6-c-content--h1--LineHeight);
|
|
142
151
|
}
|
|
143
|
-
|
|
152
|
+
|
|
153
|
+
:is(.pf-v6-c-content--h2, .pf-v6-c-content h2) {
|
|
144
154
|
margin-block-start: var(--pf-v6-c-content--h2--MarginTop);
|
|
145
155
|
margin-block-end: var(--pf-v6-c-content--h2--MarginBottom);
|
|
146
156
|
font-size: var(--pf-v6-c-content--h2--FontSize);
|
|
147
157
|
font-weight: var(--pf-v6-c-content--h2--FontWeight);
|
|
148
158
|
line-height: var(--pf-v6-c-content--h2--LineHeight);
|
|
149
159
|
}
|
|
150
|
-
|
|
160
|
+
|
|
161
|
+
:is(.pf-v6-c-content--h3, .pf-v6-c-content h3) {
|
|
151
162
|
margin-block-start: var(--pf-v6-c-content--h3--MarginTop);
|
|
152
163
|
margin-block-end: var(--pf-v6-c-content--h3--MarginBottom);
|
|
153
164
|
font-size: var(--pf-v6-c-content--h3--FontSize);
|
|
154
165
|
font-weight: var(--pf-v6-c-content--h3--FontWeight);
|
|
155
166
|
line-height: var(--pf-v6-c-content--h3--LineHeight);
|
|
156
167
|
}
|
|
157
|
-
|
|
168
|
+
|
|
169
|
+
:is(.pf-v6-c-content--h4, .pf-v6-c-content h4) {
|
|
158
170
|
margin-block-start: var(--pf-v6-c-content--h4--MarginTop);
|
|
159
171
|
margin-block-end: var(--pf-v6-c-content--h4--MarginBottom);
|
|
160
172
|
font-size: var(--pf-v6-c-content--h4--FontSize);
|
|
161
173
|
font-weight: var(--pf-v6-c-content--h4--FontWeight);
|
|
162
174
|
line-height: var(--pf-v6-c-content--h4--LineHeight);
|
|
163
175
|
}
|
|
164
|
-
|
|
176
|
+
|
|
177
|
+
:is(.pf-v6-c-content--h5, .pf-v6-c-content h5) {
|
|
165
178
|
margin-block-start: var(--pf-v6-c-content--h5--MarginTop);
|
|
166
179
|
margin-block-end: var(--pf-v6-c-content--h5--MarginBottom);
|
|
167
180
|
font-size: var(--pf-v6-c-content--h5--FontSize);
|
|
168
181
|
font-weight: var(--pf-v6-c-content--h5--FontWeight);
|
|
169
182
|
line-height: var(--pf-v6-c-content--h5--LineHeight);
|
|
170
183
|
}
|
|
171
|
-
|
|
184
|
+
|
|
185
|
+
:is(.pf-v6-c-content--h6, .pf-v6-c-content h6) {
|
|
172
186
|
margin-block-start: var(--pf-v6-c-content--h6--MarginTop);
|
|
173
187
|
margin-block-end: var(--pf-v6-c-content--h6--MarginBottom);
|
|
174
188
|
font-size: var(--pf-v6-c-content--h6--FontSize);
|
|
175
189
|
font-weight: var(--pf-v6-c-content--h6--FontWeight);
|
|
176
190
|
line-height: var(--pf-v6-c-content--h6--LineHeight);
|
|
177
191
|
}
|
|
178
|
-
|
|
192
|
+
|
|
193
|
+
:is(.pf-v6-c-content--small, .pf-v6-c-content small) {
|
|
179
194
|
display: block;
|
|
180
195
|
font-size: var(--pf-v6-c-content--small--FontSize);
|
|
181
196
|
line-height: var(--pf-v6-c-content--small--LineHeight);
|
|
182
197
|
color: var(--pf-v6-c-content--small--Color);
|
|
183
198
|
}
|
|
184
|
-
.pf-v6-c-content small:not(:last-child) {
|
|
199
|
+
:is(.pf-v6-c-content--small, .pf-v6-c-content small):not(:last-child) {
|
|
185
200
|
margin-block-end: var(--pf-v6-c-content--small--MarginBottom);
|
|
186
201
|
}
|
|
187
|
-
|
|
202
|
+
|
|
203
|
+
:is(.pf-v6-c-content--blockquote, .pf-v6-c-content blockquote) {
|
|
188
204
|
padding-block-start: var(--pf-v6-c-content--blockquote--PaddingTop);
|
|
189
205
|
padding-block-end: var(--pf-v6-c-content--blockquote--PaddingBottom);
|
|
190
206
|
padding-inline-start: var(--pf-v6-c-content--blockquote--PaddingLeft);
|
|
@@ -192,65 +208,75 @@
|
|
|
192
208
|
color: var(--pf-v6-c-content--blockquote--Color);
|
|
193
209
|
border-inline-start: var(--pf-v6-c-content--blockquote--BorderLeftWidth) solid var(--pf-v6-c-content--blockquote--BorderLeftColor);
|
|
194
210
|
}
|
|
195
|
-
|
|
211
|
+
|
|
212
|
+
:is(.pf-v6-c-content--hr, .pf-v6-c-content hr) {
|
|
196
213
|
height: var(--pf-v6-c-content--hr--Height);
|
|
197
214
|
background-color: var(--pf-v6-c-content--hr--BackgroundColor);
|
|
198
215
|
border: none;
|
|
199
216
|
}
|
|
200
|
-
|
|
217
|
+
|
|
218
|
+
:is(.pf-v6-c-content--ol, .pf-v6-c-content ol) {
|
|
201
219
|
padding-inline-start: var(--pf-v6-c-content--ol--PaddingLeft);
|
|
202
220
|
margin-inline-start: var(--pf-v6-c-content--ol--MarginLeft);
|
|
203
221
|
}
|
|
204
|
-
.pf-v6-c-content ol ul
|
|
222
|
+
:is(.pf-v6-c-content--ol, .pf-v6-c-content ol) :is(.pf-v6-c-content--ul,
|
|
223
|
+
ul) {
|
|
205
224
|
--pf-v6-c-content--ul--MarginLeft: var(--pf-v6-c-content--ul--nested--MarginLeft);
|
|
206
225
|
margin-block-start: var(--pf-v6-c-content--ul--nested--MarginTop);
|
|
207
226
|
}
|
|
208
|
-
.pf-v6-c-content ol ol
|
|
227
|
+
:is(.pf-v6-c-content--ol, .pf-v6-c-content ol) :is(.pf-v6-c-content--ol,
|
|
228
|
+
ol) {
|
|
209
229
|
--pf-v6-c-content--ol--MarginLeft: var(--pf-v6-c-content--ol--nested--MarginLeft);
|
|
210
230
|
margin-block-start: var(--pf-v6-c-content--ol--nested--MarginTop);
|
|
211
231
|
}
|
|
212
|
-
|
|
232
|
+
|
|
233
|
+
:is(.pf-v6-c-content--ul, .pf-v6-c-content ul) {
|
|
213
234
|
padding-inline-start: var(--pf-v6-c-content--ul--PaddingLeft);
|
|
214
235
|
margin-inline-start: var(--pf-v6-c-content--ul--MarginLeft);
|
|
215
236
|
list-style: var(--pf-v6-c-content--ul--ListStyle);
|
|
216
237
|
}
|
|
217
|
-
.pf-v6-c-content ul ul
|
|
238
|
+
:is(.pf-v6-c-content--ul, .pf-v6-c-content ul) :is(.pf-v6-c-content--ul,
|
|
239
|
+
ul) {
|
|
218
240
|
--pf-v6-c-content--ul--MarginLeft: var(--pf-v6-c-content--ul--nested--MarginLeft);
|
|
219
241
|
margin-block-start: var(--pf-v6-c-content--ul--nested--MarginTop);
|
|
220
242
|
}
|
|
221
|
-
.pf-v6-c-content ul ol
|
|
243
|
+
:is(.pf-v6-c-content--ul, .pf-v6-c-content ul) :is(.pf-v6-c-content--ol,
|
|
244
|
+
ol) {
|
|
222
245
|
--pf-v6-c-content--ol--MarginLeft: var(--pf-v6-c-content--ol--nested--MarginLeft);
|
|
223
246
|
margin-block-start: var(--pf-v6-c-content--ol--nested--MarginTop);
|
|
224
247
|
}
|
|
225
|
-
|
|
248
|
+
|
|
249
|
+
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
|
226
250
|
display: grid;
|
|
227
251
|
grid-template-columns: 1fr;
|
|
228
252
|
}
|
|
229
253
|
@media screen and (min-width: 576px) {
|
|
230
|
-
.pf-v6-c-content dl {
|
|
254
|
+
:is(.pf-v6-c-content--dl, .pf-v6-c-content dl) {
|
|
231
255
|
grid-template: auto/auto 1fr;
|
|
232
256
|
grid-row-gap: var(--pf-v6-c-content--dl--RowGap);
|
|
233
257
|
grid-column-gap: var(--pf-v6-c-content--dl--ColumnGap);
|
|
234
258
|
}
|
|
235
259
|
}
|
|
236
|
-
|
|
260
|
+
|
|
261
|
+
:is(.pf-v6-c-content--dt, .pf-v6-c-content dt) {
|
|
237
262
|
font-weight: var(--pf-v6-c-content--dt--FontWeight);
|
|
238
263
|
}
|
|
239
|
-
.pf-v6-c-content dt:not(:first-child) {
|
|
264
|
+
:is(.pf-v6-c-content--dt, .pf-v6-c-content dt):not(:first-child) {
|
|
240
265
|
margin-block-start: var(--pf-v6-c-content--dt--MarginTop);
|
|
241
266
|
}
|
|
242
267
|
@media screen and (min-width: 576px) {
|
|
243
|
-
.pf-v6-c-content dt:not(:first-child) {
|
|
268
|
+
:is(.pf-v6-c-content--dt, .pf-v6-c-content dt):not(:first-child) {
|
|
244
269
|
--pf-v6-c-content--dt--MarginTop: var(--pf-v6-c-content--dt--sm--MarginTop);
|
|
245
270
|
}
|
|
246
271
|
}
|
|
247
272
|
@media screen and (min-width: 576px) {
|
|
248
|
-
.pf-v6-c-content dt {
|
|
273
|
+
:is(.pf-v6-c-content--dt, .pf-v6-c-content dt) {
|
|
249
274
|
grid-column: 1;
|
|
250
275
|
}
|
|
251
276
|
}
|
|
277
|
+
|
|
252
278
|
@media screen and (min-width: 576px) {
|
|
253
|
-
.pf-v6-c-content dd {
|
|
279
|
+
:is(.pf-v6-c-content--dd, .pf-v6-c-content dd) {
|
|
254
280
|
grid-column: 2;
|
|
255
281
|
}
|
|
256
282
|
}
|