@patternfly/patternfly 4.147.0 → 4.149.0
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/assets/icons/fa-unicodes.json +1332 -0
- package/assets/pficon/pficon.scss +126 -126
- package/assets/pficon/pficon.woff +0 -0
- package/assets/pficon/pficon.woff2 +0 -0
- package/base/patternfly-icons.css +123 -123
- package/base/patternfly-pf-icons.css +123 -123
- package/components/ContextSelector/context-selector.css +68 -0
- package/components/ContextSelector/context-selector.scss +74 -0
- package/components/Dropdown/dropdown.css +1 -1
- package/components/Dropdown/dropdown.scss +1 -1
- package/components/Masthead/masthead.css +1 -0
- package/components/Masthead/masthead.scss +1 -0
- package/components/Page/page.css +26 -3
- package/components/Page/page.scss +31 -0
- package/components/Panel/panel.css +78 -0
- package/components/Panel/panel.scss +99 -0
- package/components/Popover/popover.css +58 -2
- package/components/Popover/popover.scss +73 -2
- package/components/_all.scss +1 -0
- package/docs/components/CodeBlock/examples/CodeBlock.md +0 -1
- package/docs/components/ContextSelector/examples/context-selector.md +2 -0
- package/docs/components/HelperText/examples/HelperText.md +0 -1
- package/docs/components/Menu/examples/Menu.md +19 -20
- package/docs/components/ModalBox/examples/ModalBox.md +1 -0
- package/docs/components/Panel/examples/Panel.md +163 -0
- package/docs/components/Popover/examples/Popover.md +237 -15
- package/docs/components/Select/examples/Select.md +2 -2
- package/docs/components/Sidebar/examples/Sidebar.md +0 -1
- package/docs/demos/ContextSelector/examples/ContextSelector.md +1391 -0
- package/docs/demos/Modal/examples/Modal.md +122 -4
- package/package.json +1 -1
- package/patternfly-base-no-reset.css +123 -123
- package/patternfly-base.css +123 -123
- package/patternfly-no-reset.css +356 -129
- package/patternfly.css +356 -129
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
package/patternfly.css
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--light-100);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
.pf-c-wizard__header, .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__header, .pf-c-masthead, .pf-c-login__footer, .pf-c-login__header, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, .pf-c-banner, .pf-c-about-modal-box, .pf-t-dark {
|
|
12
|
+
.pf-c-wizard__header, .pf-c-page__main-section[class*=pf-m-dark-], .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector, .pf-c-page__header, .pf-c-masthead, .pf-c-login__footer, .pf-c-login__header, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main, .pf-c-banner, .pf-c-about-modal-box, .pf-t-dark {
|
|
13
13
|
--pf-global--Color--100: var(--pf-global--Color--light-100);
|
|
14
14
|
--pf-global--Color--200: var(--pf-global--Color--light-200);
|
|
15
15
|
--pf-global--BorderColor--100: var(--pf-global--BorderColor--light-100);
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
--pf-global--link--Color--hover: var(--pf-global--link--Color--light);
|
|
19
19
|
--pf-global--BackgroundColor--100: var(--pf-global--BackgroundColor--dark-100);
|
|
20
20
|
}
|
|
21
|
-
.pf-c-wizard__header .pf-c-card, .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card, .pf-c-page__header .pf-c-card, .pf-c-masthead .pf-c-card, .pf-c-login__footer .pf-c-card, .pf-c-login__header .pf-c-card, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, .pf-c-banner .pf-c-card, .pf-c-about-modal-box .pf-c-card, .pf-t-dark .pf-c-card {
|
|
21
|
+
.pf-c-wizard__header .pf-c-card, .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-card, .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-card, .pf-c-page__header .pf-c-card, .pf-c-masthead .pf-c-card, .pf-c-login__footer .pf-c-card, .pf-c-login__header .pf-c-card, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-card, .pf-c-banner .pf-c-card, .pf-c-about-modal-box .pf-c-card, .pf-t-dark .pf-c-card {
|
|
22
22
|
--pf-c-card--BackgroundColor: var(--pf-global--BackgroundColor--dark-transparent-200);
|
|
23
23
|
}
|
|
24
|
-
.pf-c-wizard__header .pf-c-button, .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button, .pf-c-page__header .pf-c-button, .pf-c-masthead .pf-c-button, .pf-c-login__footer .pf-c-button, .pf-c-login__header .pf-c-button, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, .pf-c-banner .pf-c-button, .pf-c-about-modal-box .pf-c-button, .pf-t-dark .pf-c-button {
|
|
24
|
+
.pf-c-wizard__header .pf-c-button, .pf-c-page__main-section[class*=pf-m-dark-] .pf-c-button, .pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector .pf-c-button, .pf-c-page__header .pf-c-button, .pf-c-masthead .pf-c-button, .pf-c-login__footer .pf-c-button, .pf-c-login__header .pf-c-button, .pf-c-log-viewer.pf-m-dark .pf-c-log-viewer__main .pf-c-button, .pf-c-banner .pf-c-button, .pf-c-about-modal-box .pf-c-button, .pf-t-dark .pf-c-button {
|
|
25
25
|
--pf-c-button--m-primary--Color: var(--pf-global--primary-color--dark-100);
|
|
26
26
|
--pf-c-button--m-primary--hover--Color: var(--pf-global--primary-color--dark-100);
|
|
27
27
|
--pf-c-button--m-primary--focus--Color: var(--pf-global--primary-color--dark-100);
|
|
@@ -4884,495 +4884,495 @@ button:-moz-focusring,
|
|
|
4884
4884
|
}
|
|
4885
4885
|
|
|
4886
4886
|
.pf-icon-add-circle-o:before {
|
|
4887
|
-
content: "\
|
|
4887
|
+
content: "\e61b";
|
|
4888
4888
|
}
|
|
4889
4889
|
|
|
4890
4890
|
.pf-icon-ansible-tower:before {
|
|
4891
|
-
content: "\
|
|
4891
|
+
content: "\e950";
|
|
4892
4892
|
}
|
|
4893
4893
|
|
|
4894
4894
|
.pf-icon-applications:before {
|
|
4895
|
-
content: "\
|
|
4895
|
+
content: "\e936";
|
|
4896
4896
|
}
|
|
4897
4897
|
|
|
4898
4898
|
.pf-icon-arrow:before {
|
|
4899
|
-
content: "\
|
|
4899
|
+
content: "\e929";
|
|
4900
4900
|
}
|
|
4901
4901
|
|
|
4902
4902
|
.pf-icon-asleep:before {
|
|
4903
|
-
content: "\
|
|
4903
|
+
content: "\e92e";
|
|
4904
4904
|
}
|
|
4905
4905
|
|
|
4906
4906
|
.pf-icon-attention-bell:before {
|
|
4907
|
-
content: "\
|
|
4907
|
+
content: "\e951";
|
|
4908
4908
|
}
|
|
4909
4909
|
|
|
4910
4910
|
.pf-icon-automation:before {
|
|
4911
|
-
content: "\
|
|
4911
|
+
content: "\e937";
|
|
4912
4912
|
}
|
|
4913
4913
|
|
|
4914
4914
|
.pf-icon-bell:before {
|
|
4915
|
-
content: "\
|
|
4915
|
+
content: "\e952";
|
|
4916
4916
|
}
|
|
4917
4917
|
|
|
4918
4918
|
.pf-icon-blueprint:before {
|
|
4919
|
-
content: "\
|
|
4919
|
+
content: "\e915";
|
|
4920
4920
|
}
|
|
4921
4921
|
|
|
4922
4922
|
.pf-icon-build:before {
|
|
4923
|
-
content: "\
|
|
4923
|
+
content: "\e902";
|
|
4924
4924
|
}
|
|
4925
4925
|
|
|
4926
4926
|
.pf-icon-builder-image:before {
|
|
4927
|
-
content: "\
|
|
4927
|
+
content: "\e800";
|
|
4928
4928
|
}
|
|
4929
4929
|
|
|
4930
4930
|
.pf-icon-bundle:before {
|
|
4931
|
-
content: "\
|
|
4931
|
+
content: "\e918";
|
|
4932
4932
|
}
|
|
4933
4933
|
|
|
4934
4934
|
.pf-icon-catalog:before {
|
|
4935
|
-
content: "\
|
|
4935
|
+
content: "\e953";
|
|
4936
4936
|
}
|
|
4937
4937
|
|
|
4938
4938
|
.pf-icon-chat:before {
|
|
4939
|
-
content: "\
|
|
4939
|
+
content: "\e954";
|
|
4940
4940
|
}
|
|
4941
4941
|
|
|
4942
4942
|
.pf-icon-close:before {
|
|
4943
|
-
content: "\
|
|
4943
|
+
content: "\e60b";
|
|
4944
4944
|
}
|
|
4945
4945
|
|
|
4946
4946
|
.pf-icon-cloud-security:before {
|
|
4947
|
-
content: "\
|
|
4947
|
+
content: "\e903";
|
|
4948
4948
|
}
|
|
4949
4949
|
|
|
4950
4950
|
.pf-icon-cloud-tenant:before {
|
|
4951
|
-
content: "\
|
|
4951
|
+
content: "\e904";
|
|
4952
4952
|
}
|
|
4953
4953
|
|
|
4954
4954
|
.pf-icon-cluster:before {
|
|
4955
|
-
content: "\
|
|
4955
|
+
content: "\e620";
|
|
4956
4956
|
}
|
|
4957
4957
|
|
|
4958
4958
|
.pf-icon-connected:before {
|
|
4959
|
-
content: "\
|
|
4959
|
+
content: "\e938";
|
|
4960
4960
|
}
|
|
4961
4961
|
|
|
4962
4962
|
.pf-icon-container-node:before {
|
|
4963
|
-
content: "\
|
|
4963
|
+
content: "\e621";
|
|
4964
4964
|
}
|
|
4965
4965
|
|
|
4966
4966
|
.pf-icon-cpu:before {
|
|
4967
|
-
content: "\
|
|
4967
|
+
content: "\e927";
|
|
4968
4968
|
}
|
|
4969
4969
|
|
|
4970
4970
|
.pf-icon-degraded:before {
|
|
4971
|
-
content: "\
|
|
4971
|
+
content: "\e91b";
|
|
4972
4972
|
}
|
|
4973
4973
|
|
|
4974
4974
|
.pf-icon-disconnected:before {
|
|
4975
|
-
content: "\
|
|
4975
|
+
content: "\e955";
|
|
4976
4976
|
}
|
|
4977
4977
|
|
|
4978
4978
|
.pf-icon-domain:before {
|
|
4979
|
-
content: "\
|
|
4979
|
+
content: "\e919";
|
|
4980
4980
|
}
|
|
4981
4981
|
|
|
4982
4982
|
.pf-icon-edit:before {
|
|
4983
|
-
content: "\
|
|
4983
|
+
content: "\e60a";
|
|
4984
4984
|
}
|
|
4985
4985
|
|
|
4986
4986
|
.pf-icon-enhancement:before {
|
|
4987
|
-
content: "\
|
|
4987
|
+
content: "\e93a";
|
|
4988
4988
|
}
|
|
4989
4989
|
|
|
4990
4990
|
.pf-icon-enterprise:before {
|
|
4991
|
-
content: "\
|
|
4991
|
+
content: "\e906";
|
|
4992
4992
|
}
|
|
4993
4993
|
|
|
4994
4994
|
.pf-icon-equalizer:before {
|
|
4995
|
-
content: "\
|
|
4995
|
+
content: "\e956";
|
|
4996
4996
|
}
|
|
4997
4997
|
|
|
4998
4998
|
.pf-icon-error-circle-o:before {
|
|
4999
|
-
content: "\
|
|
4999
|
+
content: "\e926";
|
|
5000
5000
|
}
|
|
5001
5001
|
|
|
5002
5002
|
.pf-icon-export:before {
|
|
5003
|
-
content: "\
|
|
5003
|
+
content: "\e616";
|
|
5004
5004
|
}
|
|
5005
5005
|
|
|
5006
5006
|
.pf-icon-filter:before {
|
|
5007
|
-
content: "\
|
|
5007
|
+
content: "\e943";
|
|
5008
5008
|
}
|
|
5009
5009
|
|
|
5010
5010
|
.pf-icon-flavor:before {
|
|
5011
|
-
content: "\
|
|
5011
|
+
content: "\e957";
|
|
5012
5012
|
}
|
|
5013
5013
|
|
|
5014
5014
|
.pf-icon-folder-close:before {
|
|
5015
|
-
content: "\
|
|
5015
|
+
content: "\e607";
|
|
5016
5016
|
}
|
|
5017
5017
|
|
|
5018
5018
|
.pf-icon-folder-open:before {
|
|
5019
|
-
content: "\
|
|
5019
|
+
content: "\e606";
|
|
5020
5020
|
}
|
|
5021
5021
|
|
|
5022
5022
|
.pf-icon-globe-route:before {
|
|
5023
|
-
content: "\
|
|
5023
|
+
content: "\e958";
|
|
5024
5024
|
}
|
|
5025
5025
|
|
|
5026
5026
|
.pf-icon-help:before {
|
|
5027
|
-
content: "\
|
|
5027
|
+
content: "\e605";
|
|
5028
5028
|
}
|
|
5029
5029
|
|
|
5030
5030
|
.pf-icon-history:before {
|
|
5031
|
-
content: "\
|
|
5031
|
+
content: "\e617";
|
|
5032
5032
|
}
|
|
5033
5033
|
|
|
5034
5034
|
.pf-icon-home:before {
|
|
5035
|
-
content: "\
|
|
5035
|
+
content: "\e618";
|
|
5036
5036
|
}
|
|
5037
5037
|
|
|
5038
5038
|
.pf-icon-import:before {
|
|
5039
|
-
content: "\
|
|
5039
|
+
content: "\e615";
|
|
5040
5040
|
}
|
|
5041
5041
|
|
|
5042
5042
|
.pf-icon-in-progress:before {
|
|
5043
|
-
content: "\
|
|
5043
|
+
content: "\e933";
|
|
5044
5044
|
}
|
|
5045
5045
|
|
|
5046
5046
|
.pf-icon-info:before {
|
|
5047
|
-
content: "\
|
|
5047
|
+
content: "\e92b";
|
|
5048
5048
|
}
|
|
5049
5049
|
|
|
5050
5050
|
.pf-icon-infrastructure:before {
|
|
5051
|
-
content: "\
|
|
5051
|
+
content: "\e93d";
|
|
5052
5052
|
}
|
|
5053
5053
|
|
|
5054
5054
|
.pf-icon-integration:before {
|
|
5055
|
-
content: "\
|
|
5055
|
+
content: "\e948";
|
|
5056
5056
|
}
|
|
5057
5057
|
|
|
5058
5058
|
.pf-icon-key:before {
|
|
5059
|
-
content: "\
|
|
5059
|
+
content: "\e924";
|
|
5060
5060
|
}
|
|
5061
5061
|
|
|
5062
5062
|
.pf-icon-locked:before {
|
|
5063
|
-
content: "\
|
|
5063
|
+
content: "\e923";
|
|
5064
5064
|
}
|
|
5065
5065
|
|
|
5066
5066
|
.pf-icon-maintenance:before {
|
|
5067
|
-
content: "\
|
|
5067
|
+
content: "\e932";
|
|
5068
5068
|
}
|
|
5069
5069
|
|
|
5070
5070
|
.pf-icon-memory:before {
|
|
5071
|
-
content: "\
|
|
5071
|
+
content: "\e908";
|
|
5072
5072
|
}
|
|
5073
5073
|
|
|
5074
5074
|
.pf-icon-messages:before {
|
|
5075
|
-
content: "\
|
|
5075
|
+
content: "\e603";
|
|
5076
5076
|
}
|
|
5077
5077
|
|
|
5078
5078
|
.pf-icon-middleware:before {
|
|
5079
|
-
content: "\
|
|
5079
|
+
content: "\e917";
|
|
5080
5080
|
}
|
|
5081
5081
|
|
|
5082
5082
|
.pf-icon-migration:before {
|
|
5083
|
-
content: "\
|
|
5083
|
+
content: "\e931";
|
|
5084
5084
|
}
|
|
5085
5085
|
|
|
5086
5086
|
.pf-icon-module:before {
|
|
5087
|
-
content: "\
|
|
5087
|
+
content: "\e959";
|
|
5088
5088
|
}
|
|
5089
5089
|
|
|
5090
5090
|
.pf-icon-monitoring:before {
|
|
5091
|
-
content: "\
|
|
5091
|
+
content: "\e95a";
|
|
5092
5092
|
}
|
|
5093
5093
|
|
|
5094
5094
|
.pf-icon-namespaces:before {
|
|
5095
|
-
content: "\
|
|
5095
|
+
content: "\e95b";
|
|
5096
5096
|
}
|
|
5097
5097
|
|
|
5098
5098
|
.pf-icon-network:before {
|
|
5099
|
-
content: "\
|
|
5099
|
+
content: "\e909";
|
|
5100
5100
|
}
|
|
5101
5101
|
|
|
5102
5102
|
.pf-icon-new-process:before {
|
|
5103
|
-
content: "\
|
|
5103
|
+
content: "\e95c";
|
|
5104
5104
|
}
|
|
5105
5105
|
|
|
5106
5106
|
.pf-icon-not-started:before {
|
|
5107
|
-
content: "\
|
|
5107
|
+
content: "\e95d";
|
|
5108
5108
|
}
|
|
5109
5109
|
|
|
5110
5110
|
.pf-icon-off:before {
|
|
5111
|
-
content: "\
|
|
5111
|
+
content: "\e92d";
|
|
5112
5112
|
}
|
|
5113
5113
|
|
|
5114
5114
|
.pf-icon-ok:before {
|
|
5115
|
-
content: "\
|
|
5115
|
+
content: "\e602";
|
|
5116
5116
|
}
|
|
5117
5117
|
|
|
5118
5118
|
.pf-icon-on-running:before {
|
|
5119
|
-
content: "\
|
|
5119
|
+
content: "\e925";
|
|
5120
5120
|
}
|
|
5121
5121
|
|
|
5122
5122
|
.pf-icon-on:before {
|
|
5123
|
-
content: "\
|
|
5123
|
+
content: "\e92c";
|
|
5124
5124
|
}
|
|
5125
5125
|
|
|
5126
5126
|
.pf-icon-openshift:before {
|
|
5127
|
-
content: "\
|
|
5127
|
+
content: "\e95e";
|
|
5128
5128
|
}
|
|
5129
5129
|
|
|
5130
5130
|
.pf-icon-openstack:before {
|
|
5131
|
-
content: "\
|
|
5131
|
+
content: "\e95f";
|
|
5132
5132
|
}
|
|
5133
5133
|
|
|
5134
5134
|
.pf-icon-optimize:before {
|
|
5135
|
-
content: "\
|
|
5135
|
+
content: "\e93e";
|
|
5136
5136
|
}
|
|
5137
5137
|
|
|
5138
5138
|
.pf-icon-orders:before {
|
|
5139
|
-
content: "\
|
|
5139
|
+
content: "\e93f";
|
|
5140
5140
|
}
|
|
5141
5141
|
|
|
5142
5142
|
.pf-icon-os-image:before {
|
|
5143
|
-
content: "\
|
|
5143
|
+
content: "\e960";
|
|
5144
5144
|
}
|
|
5145
5145
|
|
|
5146
5146
|
.pf-icon-package:before {
|
|
5147
|
-
content: "\
|
|
5147
|
+
content: "\e961";
|
|
5148
5148
|
}
|
|
5149
5149
|
|
|
5150
5150
|
.pf-icon-panel-close:before {
|
|
5151
|
-
content: "\
|
|
5151
|
+
content: "\e962";
|
|
5152
5152
|
}
|
|
5153
5153
|
|
|
5154
5154
|
.pf-icon-panel-open:before {
|
|
5155
|
-
content: "\
|
|
5155
|
+
content: "\e963";
|
|
5156
5156
|
}
|
|
5157
5157
|
|
|
5158
5158
|
.pf-icon-paused:before {
|
|
5159
|
-
content: "\
|
|
5159
|
+
content: "\e92f";
|
|
5160
5160
|
}
|
|
5161
5161
|
|
|
5162
5162
|
.pf-icon-pending:before {
|
|
5163
|
-
content: "\
|
|
5163
|
+
content: "\e964";
|
|
5164
5164
|
}
|
|
5165
5165
|
|
|
5166
5166
|
.pf-icon-pficon-dragdrop:before {
|
|
5167
|
-
content: "\
|
|
5167
|
+
content: "\e965";
|
|
5168
5168
|
}
|
|
5169
5169
|
|
|
5170
5170
|
.pf-icon-pficon-history:before {
|
|
5171
|
-
content: "\
|
|
5171
|
+
content: "\e966";
|
|
5172
5172
|
}
|
|
5173
5173
|
|
|
5174
5174
|
.pf-icon-pficon-network-range:before {
|
|
5175
|
-
content: "\
|
|
5175
|
+
content: "\e967";
|
|
5176
5176
|
}
|
|
5177
5177
|
|
|
5178
5178
|
.pf-icon-pficon-satellite:before {
|
|
5179
|
-
content: "\
|
|
5179
|
+
content: "\e968";
|
|
5180
5180
|
}
|
|
5181
5181
|
|
|
5182
5182
|
.pf-icon-pficon-sort-common-asc:before {
|
|
5183
|
-
content: "\
|
|
5183
|
+
content: "\e94e";
|
|
5184
5184
|
}
|
|
5185
5185
|
|
|
5186
5186
|
.pf-icon-pficon-sort-common-desc:before {
|
|
5187
|
-
content: "\
|
|
5187
|
+
content: "\e94f";
|
|
5188
5188
|
}
|
|
5189
5189
|
|
|
5190
5190
|
.pf-icon-pficon-template:before {
|
|
5191
|
-
content: "\
|
|
5191
|
+
content: "\e94c";
|
|
5192
5192
|
}
|
|
5193
5193
|
|
|
5194
5194
|
.pf-icon-pficon-vcenter:before {
|
|
5195
|
-
content: "\
|
|
5195
|
+
content: "\e969";
|
|
5196
5196
|
}
|
|
5197
5197
|
|
|
5198
5198
|
.pf-icon-plugged:before {
|
|
5199
|
-
content: "\
|
|
5199
|
+
content: "\e96a";
|
|
5200
5200
|
}
|
|
5201
5201
|
|
|
5202
5202
|
.pf-icon-port:before {
|
|
5203
|
-
content: "\
|
|
5203
|
+
content: "\e96b";
|
|
5204
5204
|
}
|
|
5205
5205
|
|
|
5206
5206
|
.pf-icon-print:before {
|
|
5207
|
-
content: "\
|
|
5207
|
+
content: "\e612";
|
|
5208
5208
|
}
|
|
5209
5209
|
|
|
5210
5210
|
.pf-icon-private:before {
|
|
5211
|
-
content: "\
|
|
5211
|
+
content: "\e914";
|
|
5212
5212
|
}
|
|
5213
5213
|
|
|
5214
5214
|
.pf-icon-process-automation:before {
|
|
5215
|
-
content: "\
|
|
5215
|
+
content: "\e949";
|
|
5216
5216
|
}
|
|
5217
5217
|
|
|
5218
5218
|
.pf-icon-project:before {
|
|
5219
|
-
content: "\
|
|
5219
|
+
content: "\e96c";
|
|
5220
5220
|
}
|
|
5221
5221
|
|
|
5222
5222
|
.pf-icon-rebalance:before {
|
|
5223
|
-
content: "\
|
|
5223
|
+
content: "\e91c";
|
|
5224
5224
|
}
|
|
5225
5225
|
|
|
5226
5226
|
.pf-icon-rebooting:before {
|
|
5227
|
-
content: "\
|
|
5227
|
+
content: "\e96d";
|
|
5228
5228
|
}
|
|
5229
5229
|
|
|
5230
5230
|
.pf-icon-regions:before {
|
|
5231
|
-
content: "\
|
|
5231
|
+
content: "\e90a";
|
|
5232
5232
|
}
|
|
5233
5233
|
|
|
5234
5234
|
.pf-icon-registry:before {
|
|
5235
|
-
content: "\
|
|
5235
|
+
content: "\e623";
|
|
5236
5236
|
}
|
|
5237
5237
|
|
|
5238
5238
|
.pf-icon-remove2:before {
|
|
5239
|
-
content: "\
|
|
5239
|
+
content: "\e96e";
|
|
5240
5240
|
}
|
|
5241
5241
|
|
|
5242
5242
|
.pf-icon-replicator:before {
|
|
5243
|
-
content: "\
|
|
5243
|
+
content: "\e624";
|
|
5244
5244
|
}
|
|
5245
5245
|
|
|
5246
5246
|
.pf-icon-repository:before {
|
|
5247
|
-
content: "\
|
|
5247
|
+
content: "\e90b";
|
|
5248
5248
|
}
|
|
5249
5249
|
|
|
5250
5250
|
.pf-icon-resource-pool:before {
|
|
5251
|
-
content: "\
|
|
5251
|
+
content: "\e90c";
|
|
5252
5252
|
}
|
|
5253
5253
|
|
|
5254
5254
|
.pf-icon-resources-almost-empty:before {
|
|
5255
|
-
content: "\
|
|
5255
|
+
content: "\e91d";
|
|
5256
5256
|
}
|
|
5257
5257
|
|
|
5258
5258
|
.pf-icon-resources-almost-full:before {
|
|
5259
|
-
content: "\
|
|
5259
|
+
content: "\e912";
|
|
5260
5260
|
}
|
|
5261
5261
|
|
|
5262
5262
|
.pf-icon-resources-empty:before {
|
|
5263
|
-
content: "\
|
|
5263
|
+
content: "\e96f";
|
|
5264
5264
|
}
|
|
5265
5265
|
|
|
5266
5266
|
.pf-icon-resources-full:before {
|
|
5267
|
-
content: "\
|
|
5267
|
+
content: "\e913";
|
|
5268
5268
|
}
|
|
5269
5269
|
|
|
5270
5270
|
.pf-icon-running:before {
|
|
5271
|
-
content: "\
|
|
5271
|
+
content: "\e970";
|
|
5272
5272
|
}
|
|
5273
5273
|
|
|
5274
5274
|
.pf-icon-save:before {
|
|
5275
|
-
content: "\
|
|
5275
|
+
content: "\e601";
|
|
5276
5276
|
}
|
|
5277
5277
|
|
|
5278
5278
|
.pf-icon-screen:before {
|
|
5279
|
-
content: "\
|
|
5279
|
+
content: "\e971";
|
|
5280
5280
|
}
|
|
5281
5281
|
|
|
5282
5282
|
.pf-icon-security:before {
|
|
5283
|
-
content: "\
|
|
5283
|
+
content: "\e946";
|
|
5284
5284
|
}
|
|
5285
5285
|
|
|
5286
5286
|
.pf-icon-server-group:before {
|
|
5287
|
-
content: "\
|
|
5287
|
+
content: "\e91a";
|
|
5288
5288
|
}
|
|
5289
5289
|
|
|
5290
5290
|
.pf-icon-server:before {
|
|
5291
|
-
content: "\
|
|
5291
|
+
content: "\e90d";
|
|
5292
5292
|
}
|
|
5293
5293
|
|
|
5294
5294
|
.pf-icon-service-catalog:before {
|
|
5295
|
-
content: "\
|
|
5295
|
+
content: "\e972";
|
|
5296
5296
|
}
|
|
5297
5297
|
|
|
5298
5298
|
.pf-icon-service:before {
|
|
5299
|
-
content: "\
|
|
5299
|
+
content: "\e61e";
|
|
5300
5300
|
}
|
|
5301
5301
|
|
|
5302
5302
|
.pf-icon-services:before {
|
|
5303
|
-
content: "\
|
|
5303
|
+
content: "\e947";
|
|
5304
5304
|
}
|
|
5305
5305
|
|
|
5306
5306
|
.pf-icon-spinner:before {
|
|
5307
|
-
content: "\
|
|
5307
|
+
content: "\e973";
|
|
5308
5308
|
}
|
|
5309
5309
|
|
|
5310
5310
|
.pf-icon-spinner2:before {
|
|
5311
|
-
content: "\
|
|
5311
|
+
content: "\e613";
|
|
5312
5312
|
}
|
|
5313
5313
|
|
|
5314
5314
|
.pf-icon-storage-domain:before {
|
|
5315
|
-
content: "\
|
|
5315
|
+
content: "\e90e";
|
|
5316
5316
|
}
|
|
5317
5317
|
|
|
5318
5318
|
.pf-icon-task:before {
|
|
5319
|
-
content: "\
|
|
5319
|
+
content: "\e974";
|
|
5320
5320
|
}
|
|
5321
5321
|
|
|
5322
5322
|
.pf-icon-tenant:before {
|
|
5323
|
-
content: "\
|
|
5323
|
+
content: "\e916";
|
|
5324
5324
|
}
|
|
5325
5325
|
|
|
5326
5326
|
.pf-icon-thumb-tack:before {
|
|
5327
|
-
content: "\
|
|
5327
|
+
content: "\e920";
|
|
5328
5328
|
}
|
|
5329
5329
|
|
|
5330
5330
|
.pf-icon-topology:before {
|
|
5331
|
-
content: "\
|
|
5331
|
+
content: "\e608";
|
|
5332
5332
|
}
|
|
5333
5333
|
|
|
5334
5334
|
.pf-icon-trend-down:before {
|
|
5335
|
-
content: "\
|
|
5335
|
+
content: "\e900";
|
|
5336
5336
|
}
|
|
5337
5337
|
|
|
5338
5338
|
.pf-icon-trend-up:before {
|
|
5339
|
-
content: "\
|
|
5339
|
+
content: "\e901";
|
|
5340
5340
|
}
|
|
5341
5341
|
|
|
5342
5342
|
.pf-icon-unknown:before {
|
|
5343
|
-
content: "\
|
|
5343
|
+
content: "\e935";
|
|
5344
5344
|
}
|
|
5345
5345
|
|
|
5346
5346
|
.pf-icon-unlocked:before {
|
|
5347
|
-
content: "\
|
|
5347
|
+
content: "\e922";
|
|
5348
5348
|
}
|
|
5349
5349
|
|
|
5350
5350
|
.pf-icon-unplugged:before {
|
|
5351
|
-
content: "\
|
|
5351
|
+
content: "\e942";
|
|
5352
5352
|
}
|
|
5353
5353
|
|
|
5354
5354
|
.pf-icon-user:before {
|
|
5355
|
-
content: "\
|
|
5355
|
+
content: "\e91e";
|
|
5356
5356
|
}
|
|
5357
5357
|
|
|
5358
5358
|
.pf-icon-users:before {
|
|
5359
|
-
content: "\
|
|
5359
|
+
content: "\e91f";
|
|
5360
5360
|
}
|
|
5361
5361
|
|
|
5362
5362
|
.pf-icon-virtual-machine:before {
|
|
5363
|
-
content: "\
|
|
5363
|
+
content: "\e90f";
|
|
5364
5364
|
}
|
|
5365
5365
|
|
|
5366
5366
|
.pf-icon-volume:before {
|
|
5367
|
-
content: "\
|
|
5367
|
+
content: "\e910";
|
|
5368
5368
|
}
|
|
5369
5369
|
|
|
5370
5370
|
.pf-icon-warning-triangle:before {
|
|
5371
|
-
content: "\
|
|
5371
|
+
content: "\e975";
|
|
5372
5372
|
}
|
|
5373
5373
|
|
|
5374
5374
|
.pf-icon-zone:before {
|
|
5375
|
-
content: "\
|
|
5375
|
+
content: "\e911";
|
|
5376
5376
|
}
|
|
5377
5377
|
|
|
5378
5378
|
.pf-c-about-modal-box {
|
|
@@ -8377,6 +8377,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8377
8377
|
--pf-c-context-selector__toggle--BorderBottomColor: var(--pf-global--BorderColor--200);
|
|
8378
8378
|
--pf-c-context-selector__toggle--BorderLeftColor: var(--pf-global--BorderColor--300);
|
|
8379
8379
|
--pf-c-context-selector__toggle--Color: var(--pf-global--Color--100);
|
|
8380
|
+
--pf-c-context-selector__toggle--hover--BorderBottomWidth: var(--pf-c-context-selector__toggle--BorderWidth);
|
|
8380
8381
|
--pf-c-context-selector__toggle--hover--BorderBottomColor: var(--pf-global--active-color--100);
|
|
8381
8382
|
--pf-c-context-selector__toggle--active--BorderBottomWidth: var(--pf-global--BorderWidth--md);
|
|
8382
8383
|
--pf-c-context-selector__toggle--active--BorderBottomColor: var(--pf-global--active-color--100);
|
|
@@ -8429,11 +8430,56 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8429
8430
|
--pf-c-context-selector--m-full-height__toggle--hover--BorderBottomWidth: var(--pf-global--BorderWidth--xl);
|
|
8430
8431
|
--pf-c-context-selector--m-full-height__toggle--active--BorderBottomWidth: var(--pf-global--BorderWidth--xl);
|
|
8431
8432
|
--pf-c-context-selector--m-full-height__toggle--expanded--BorderBottomWidth: var(--pf-global--BorderWidth--xl);
|
|
8433
|
+
--pf-c-context-selector--m-large__toggle--PaddingTop: var(--pf-global--spacer--md);
|
|
8434
|
+
--pf-c-context-selector--m-large__toggle--PaddingBottom: var(--pf-global--spacer--md);
|
|
8435
|
+
--pf-c-context-selector--m-large__toggle--hover--BorderBottomWidth: var(--pf-global--BorderWidth--xl);
|
|
8436
|
+
--pf-c-context-selector--m-large__toggle--active--BorderBottomWidth: var(--pf-global--BorderWidth--xl);
|
|
8437
|
+
--pf-c-context-selector--m-large__toggle--expanded--BorderBottomWidth: var(--pf-global--BorderWidth--xl);
|
|
8438
|
+
--pf-c-context-selector--m-page-insets__toggle--PaddingRight: var(--pf-global--spacer--md);
|
|
8439
|
+
--pf-c-context-selector--m-page-insets__toggle--PaddingLeft: var(--pf-global--spacer--md);
|
|
8440
|
+
--pf-c-context-selector--m-page-insets__toggle--xl--PaddingRight: var(--pf-global--spacer--lg);
|
|
8441
|
+
--pf-c-context-selector--m-page-insets__toggle--xl--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8442
|
+
--pf-c-context-selector--m-page-insets__menu-list-item--PaddingRight: var(--pf-global--spacer--md);
|
|
8443
|
+
--pf-c-context-selector--m-page-insets__menu-list-item--PaddingLeft: var(--pf-global--spacer--md);
|
|
8444
|
+
--pf-c-context-selector--m-page-insets__menu-list-item--xl--PaddingRight: var(--pf-global--spacer--lg);
|
|
8445
|
+
--pf-c-context-selector--m-page-insets__menu-list-item--xl--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8446
|
+
--pf-c-context-selector--m-page-insets__menu-search--PaddingRight: var(--pf-global--spacer--md);
|
|
8447
|
+
--pf-c-context-selector--m-page-insets__menu-search--PaddingLeft: var(--pf-global--spacer--md);
|
|
8448
|
+
--pf-c-context-selector--m-page-insets__menu-search--xl--PaddingRight: var(--pf-global--spacer--lg);
|
|
8449
|
+
--pf-c-context-selector--m-page-insets__menu-search--xl--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8450
|
+
--pf-c-context-selector--m-page-insets__menu-footer--PaddingRight: var(--pf-global--spacer--md);
|
|
8451
|
+
--pf-c-context-selector--m-page-insets__menu-footer--PaddingLeft: var(--pf-global--spacer--md);
|
|
8452
|
+
--pf-c-context-selector--m-page-insets__menu-footer--xl--PaddingRight: var(--pf-global--spacer--lg);
|
|
8453
|
+
--pf-c-context-selector--m-page-insets__menu-footer--xl--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8454
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--PaddingRight: var(--pf-global--spacer--md);
|
|
8455
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--PaddingLeft: var(--pf-global--spacer--md);
|
|
8456
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--xl--PaddingRight: var(--pf-global--spacer--lg);
|
|
8457
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--xl--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8458
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--PaddingRight: var(--pf-global--spacer--md);
|
|
8459
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--PaddingLeft: var(--pf-global--spacer--md);
|
|
8460
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--xl--PaddingRight: var(--pf-global--spacer--lg);
|
|
8461
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--xl--PaddingLeft: var(--pf-global--spacer--lg);
|
|
8432
8462
|
position: relative;
|
|
8433
8463
|
display: inline-block;
|
|
8434
8464
|
width: var(--pf-c-context-selector--Width);
|
|
8435
8465
|
max-width: 100%;
|
|
8436
8466
|
}
|
|
8467
|
+
@media screen and (min-width: 1200px) {
|
|
8468
|
+
.pf-c-context-selector {
|
|
8469
|
+
--pf-c-context-selector--m-page-insets__toggle--PaddingRight: var(--pf-c-context-selector--m-page-insets__toggle--xl--PaddingRight);
|
|
8470
|
+
--pf-c-context-selector--m-page-insets__toggle--PaddingLeft: var(--pf-c-context-selector--m-page-insets__toggle--xl--PaddingLeft);
|
|
8471
|
+
--pf-c-context-selector--m-page-insets__menu-list-item--PaddingRight: var(--pf-c-context-selector--m-page-insets__menu-list-item--xl--PaddingRight);
|
|
8472
|
+
--pf-c-context-selector--m-page-insets__menu-list-item--PaddingLeft: var(--pf-c-context-selector--m-page-insets__menu-list-item--xl--PaddingLeft);
|
|
8473
|
+
--pf-c-context-selector--m-page-insets__menu-search--PaddingRight: var(--pf-c-context-selector--m-page-insets__menu-search--xl--PaddingRight);
|
|
8474
|
+
--pf-c-context-selector--m-page-insets__menu-search--PaddingLeft: var(--pf-c-context-selector--m-page-insets__menu-search--xl--PaddingLeft);
|
|
8475
|
+
--pf-c-context-selector--m-page-insets__menu-footer--PaddingRight: var(--pf-c-context-selector--m-page-insets__menu-footer--xl--PaddingRight);
|
|
8476
|
+
--pf-c-context-selector--m-page-insets__menu-footer--PaddingLeft: var(--pf-c-context-selector--m-page-insets__menu-footer--xl--PaddingLeft);
|
|
8477
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--PaddingRight: var(--pf-c-context-selector--m-page-insets__toggle--m-plain--xl--PaddingRight);
|
|
8478
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--PaddingLeft: var(--pf-c-context-selector--m-page-insets__toggle--m-plain--xl--PaddingLeft);
|
|
8479
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--PaddingRight: var(--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--xl--PaddingRight);
|
|
8480
|
+
--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--PaddingLeft: var(--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--xl--PaddingLeft);
|
|
8481
|
+
}
|
|
8482
|
+
}
|
|
8437
8483
|
.pf-c-context-selector.pf-m-full-height {
|
|
8438
8484
|
--pf-c-context-selector__toggle--active--BorderBottomWidth: var(--pf-c-context-selector--m-full-height__toggle--active--BorderBottomWidth);
|
|
8439
8485
|
--pf-c-context-selector__toggle--expanded--BorderBottomWidth: var(--pf-c-context-selector--m-full-height__toggle--expanded--BorderBottomWidth);
|
|
@@ -8452,6 +8498,27 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8452
8498
|
.pf-c-context-selector.pf-m-full-height:hover .pf-c-context-selector__toggle::before {
|
|
8453
8499
|
border-bottom-width: var(--pf-c-context-selector--m-full-height__toggle--hover--BorderBottomWidth);
|
|
8454
8500
|
}
|
|
8501
|
+
.pf-c-context-selector.pf-m-large {
|
|
8502
|
+
--pf-c-context-selector__toggle--PaddingTop: var(--pf-c-context-selector--m-large__toggle--PaddingTop);
|
|
8503
|
+
--pf-c-context-selector__toggle--PaddingBottom: var(--pf-c-context-selector--m-large__toggle--PaddingBottom);
|
|
8504
|
+
--pf-c-context-selector__toggle--hover--BorderBottomWidth: var(--pf-c-context-selector--m-large__toggle--hover--BorderBottomWidth);
|
|
8505
|
+
--pf-c-context-selector__toggle--active--BorderBottomWidth: var(--pf-c-context-selector--m-large__toggle--active--BorderBottomWidth);
|
|
8506
|
+
--pf-c-context-selector__toggle--expanded--BorderBottomWidth: var(--pf-c-context-selector--m-large__toggle--expanded--BorderBottomWidth);
|
|
8507
|
+
}
|
|
8508
|
+
.pf-c-context-selector.pf-m-page-insets {
|
|
8509
|
+
--pf-c-context-selector__toggle--PaddingRight: var(--pf-c-context-selector--m-page-insets__toggle--PaddingRight);
|
|
8510
|
+
--pf-c-context-selector__toggle--PaddingLeft: var(--pf-c-context-selector--m-page-insets__toggle--PaddingLeft);
|
|
8511
|
+
--pf-c-context-selector__menu-list-item--PaddingRight: var(--pf-c-context-selector--m-page-insets__menu-list-item--PaddingRight);
|
|
8512
|
+
--pf-c-context-selector__menu-list-item--PaddingLeft: var(--pf-c-context-selector--m-page-insets__menu-list-item--PaddingLeft);
|
|
8513
|
+
--pf-c-context-selector__menu-search--PaddingRight: var(--pf-c-context-selector--m-page-insets__menu-search--PaddingRight);
|
|
8514
|
+
--pf-c-context-selector__menu-search--PaddingLeft: var(--pf-c-context-selector--m-page-insets__menu-search--PaddingLeft);
|
|
8515
|
+
--pf-c-context-selector__menu-footer--PaddingRight: var(--pf-c-context-selector--m-page-insets__menu-footer--PaddingRight);
|
|
8516
|
+
--pf-c-context-selector__menu-footer--PaddingLeft: var(--pf-c-context-selector--m-page-insets__menu-footer--PaddingLeft);
|
|
8517
|
+
--pf-c-context-selector__toggle--m-plain--PaddingRight: var(--pf-c-context-selector--m-page-insets__toggle--m-plain--PaddingRight);
|
|
8518
|
+
--pf-c-context-selector__toggle--m-plain--PaddingLeft: var(--pf-c-context-selector--m-page-insets__toggle--m-plain--PaddingLeft);
|
|
8519
|
+
--pf-c-context-selector__toggle--m-plain--m-text--PaddingRight: var(--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--PaddingRight);
|
|
8520
|
+
--pf-c-context-selector__toggle--m-plain--m-text--PaddingLeft: var(--pf-c-context-selector--m-page-insets__toggle--m-plain--m-text--PaddingLeft);
|
|
8521
|
+
}
|
|
8455
8522
|
|
|
8456
8523
|
.pf-c-context-selector__toggle {
|
|
8457
8524
|
position: relative;
|
|
@@ -8477,6 +8544,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
8477
8544
|
}
|
|
8478
8545
|
.pf-c-context-selector__toggle:hover::before {
|
|
8479
8546
|
--pf-c-context-selector__toggle--BorderBottomColor: var(--pf-c-context-selector__toggle--hover--BorderBottomColor);
|
|
8547
|
+
border-bottom-width: var(--pf-c-context-selector__toggle--hover--BorderBottomWidth);
|
|
8480
8548
|
}
|
|
8481
8549
|
.pf-c-context-selector__toggle:active::before, .pf-c-context-selector__toggle.pf-m-active::before, .pf-c-context-selector__toggle:focus-within::before {
|
|
8482
8550
|
--pf-c-context-selector__toggle--BorderBottomColor: var(--pf-c-context-selector__toggle--active--BorderBottomColor);
|
|
@@ -12325,7 +12393,7 @@ label.pf-c-check, .pf-c-check__label,
|
|
|
12325
12393
|
border-top-width: var(--pf-c-dropdown--m-full-height__toggle--before--BorderTopWidth);
|
|
12326
12394
|
}
|
|
12327
12395
|
.pf-c-dropdown.pf-m-full-height:hover .pf-c-dropdown__toggle::before {
|
|
12328
|
-
border-bottom-width: var(--pf-c-
|
|
12396
|
+
border-bottom-width: var(--pf-c-dropdown--m-full-height__toggle--hover--before--BorderBottomWidth);
|
|
12329
12397
|
}
|
|
12330
12398
|
|
|
12331
12399
|
.pf-c-dropdown__toggle {
|
|
@@ -15286,6 +15354,7 @@ ul.pf-c-list {
|
|
|
15286
15354
|
--pf-c-context-selector--Width: var(--pf-c-masthead--c-context-selector--Width);
|
|
15287
15355
|
--pf-c-context-selector__toggle--BorderTopColor: var(--pf-c-masthead--c-context-selector__toggle--BorderTopColor);
|
|
15288
15356
|
--pf-c-context-selector__toggle--BorderRightColor: var(--pf-c-masthead--c-context-selector__toggle--BorderRightColor);
|
|
15357
|
+
--pf-c-context-selector__toggle--BorderBottomColor: var(--pf-c-masthead--c-context-selector__toggle--BorderBottomColor);
|
|
15289
15358
|
--pf-c-context-selector__toggle--BorderLeftColor: var(--pf-c-masthead--c-context-selector__toggle--BorderLeftColor);
|
|
15290
15359
|
}
|
|
15291
15360
|
.pf-c-masthead .pf-c-context-selector.pf-m-full-height {
|
|
@@ -18050,6 +18119,11 @@ ul.pf-c-list {
|
|
|
18050
18119
|
--pf-c-page__sidebar--xl--TranslateX: 0;
|
|
18051
18120
|
--pf-c-page__sidebar-body--PaddingTop: var(--pf-global--spacer--sm);
|
|
18052
18121
|
--pf-c-page__sidebar-body--PaddingBottom: var(--pf-global--spacer--md);
|
|
18122
|
+
--pf-c-page__sidebar-body--m-menu--PaddingTop: 0;
|
|
18123
|
+
--pf-c-page__sidebar-body--m-menu--PaddingBottom: 0;
|
|
18124
|
+
--pf-c-page__sidebar-body--m-menu--BorderTopColor: var(--pf-global--BackgroundColor--dark-200);
|
|
18125
|
+
--pf-c-page__sidebar-body--m-menu--BorderTopWidth: var(--pf-global--BorderWidth--sm);
|
|
18126
|
+
--pf-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor: var(--pf-global--BackgroundColor--dark-200);
|
|
18053
18127
|
--pf-c-page__main--ZIndex: var(--pf-global--ZIndex--xs);
|
|
18054
18128
|
--pf-c-page__main-section--PaddingTop: var(--pf-global--spacer--md);
|
|
18055
18129
|
--pf-c-page__main-section--PaddingRight: var(--pf-global--spacer--md);
|
|
@@ -18329,6 +18403,24 @@ ul.pf-c-list {
|
|
|
18329
18403
|
padding-top: var(--pf-c-page__sidebar-body--PaddingTop);
|
|
18330
18404
|
padding-bottom: var(--pf-c-page__sidebar-body--PaddingBottom);
|
|
18331
18405
|
}
|
|
18406
|
+
.pf-c-page__sidebar-body.pf-m-menu {
|
|
18407
|
+
--pf-c-page__sidebar-body--PaddingTop: var(--pf-c-page__sidebar-body--m-menu--PaddingTop);
|
|
18408
|
+
--pf-c-page__sidebar-body--PaddingBottom: var(--pf-c-page__sidebar-body--m-menu--PaddingBottom);
|
|
18409
|
+
background-color: var(--pf-global--palette--black-900);
|
|
18410
|
+
border-top: var(--pf-c-page__sidebar-body--m-menu--BorderTopWidth) solid var(--pf-c-page__sidebar-body--m-menu--BorderTopColor);
|
|
18411
|
+
}
|
|
18412
|
+
.pf-c-page__sidebar-body.pf-m-menu + .pf-c-page__sidebar-body.pf-m-menu {
|
|
18413
|
+
--pf-c-page__sidebar-body--m-menu--BorderTopWidth: 0;
|
|
18414
|
+
}
|
|
18415
|
+
.pf-c-page__sidebar-body.pf-m-menu .pf-c-context-selector {
|
|
18416
|
+
--pf-c-context-selector__toggle--BorderTopColor: transparent;
|
|
18417
|
+
--pf-c-context-selector__toggle--BorderRightColor: transparent;
|
|
18418
|
+
--pf-c-context-selector__toggle--BorderBottomColor: var(--pf-c-page__sidebar-body--m-menu--c-context-selector--BorderBottomColor);
|
|
18419
|
+
--pf-c-context-selector__toggle--BorderLeftColor: transparent;
|
|
18420
|
+
--pf-c-context-selector__menu--Top: 100%;
|
|
18421
|
+
color: var(--pf-global--Color--100);
|
|
18422
|
+
width: 100%;
|
|
18423
|
+
}
|
|
18332
18424
|
|
|
18333
18425
|
.pf-c-page__main-nav.pf-m-limit-width,
|
|
18334
18426
|
.pf-c-page__main-breadcrumb.pf-m-limit-width,
|
|
@@ -18974,11 +19066,100 @@ ul.pf-c-list {
|
|
|
18974
19066
|
}
|
|
18975
19067
|
}
|
|
18976
19068
|
|
|
19069
|
+
.pf-c-panel {
|
|
19070
|
+
--pf-c-panel--Width: auto;
|
|
19071
|
+
--pf-c-panel--MinWidth: auto;
|
|
19072
|
+
--pf-c-panel--MaxWidth: none;
|
|
19073
|
+
--pf-c-panel--ZIndex: auto;
|
|
19074
|
+
--pf-c-panel--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
19075
|
+
--pf-c-panel--BoxShadow: none;
|
|
19076
|
+
--pf-c-panel--before--BorderWidth: 0;
|
|
19077
|
+
--pf-c-panel--before--BorderColor: var(--pf-global--BorderColor--100);
|
|
19078
|
+
--pf-c-panel--m-bordered--before--BorderWidth: var(--pf-global--BorderWidth--sm);
|
|
19079
|
+
--pf-c-panel--m-raised--BoxShadow: var(--pf-global--BoxShadow--md);
|
|
19080
|
+
--pf-c-panel--m-raised--ZIndex: var(--pf-global--ZIndex--sm);
|
|
19081
|
+
--pf-c-panel__header--PaddingTop: var(--pf-global--spacer--md);
|
|
19082
|
+
--pf-c-panel__header--PaddingRight: var(--pf-global--spacer--md);
|
|
19083
|
+
--pf-c-panel__header--PaddingBottom: var(--pf-global--spacer--md);
|
|
19084
|
+
--pf-c-panel__header--PaddingLeft: var(--pf-global--spacer--md);
|
|
19085
|
+
--pf-c-panel__main--MaxHeight: none;
|
|
19086
|
+
--pf-c-panel__main--Overflow: visible;
|
|
19087
|
+
--pf-c-panel__main-body--PaddingTop: var(--pf-global--spacer--md);
|
|
19088
|
+
--pf-c-panel__main-body--PaddingRight: var(--pf-global--spacer--md);
|
|
19089
|
+
--pf-c-panel__main-body--PaddingBottom: var(--pf-global--spacer--md);
|
|
19090
|
+
--pf-c-panel__main-body--PaddingLeft: var(--pf-global--spacer--md);
|
|
19091
|
+
--pf-c-panel__footer--PaddingTop: var(--pf-global--spacer--md);
|
|
19092
|
+
--pf-c-panel__footer--PaddingRight: var(--pf-global--spacer--md);
|
|
19093
|
+
--pf-c-panel__footer--PaddingBottom: var(--pf-global--spacer--md);
|
|
19094
|
+
--pf-c-panel__footer--PaddingLeft: var(--pf-global--spacer--md);
|
|
19095
|
+
--pf-c-panel__footer--BoxShadow: none;
|
|
19096
|
+
--pf-c-panel--m-scrollable__main--MaxHeight: 18.75rem;
|
|
19097
|
+
--pf-c-panel--m-scrollable__main--Overflow: auto;
|
|
19098
|
+
--pf-c-panel--m-scrollable__footer--BoxShadow: 0 -0.3125rem 0.25rem -0.25rem rgba(3, 3, 3, 0.16);
|
|
19099
|
+
position: relative;
|
|
19100
|
+
z-index: var(--pf-c-panel--ZIndex);
|
|
19101
|
+
width: var(--pf-c-panel--Width);
|
|
19102
|
+
min-width: var(--pf-c-panel--MinWidth);
|
|
19103
|
+
max-width: var(--pf-c-panel--MaxWidth);
|
|
19104
|
+
background-color: var(--pf-c-panel--BackgroundColor);
|
|
19105
|
+
box-shadow: var(--pf-c-panel--BoxShadow);
|
|
19106
|
+
}
|
|
19107
|
+
.pf-c-panel::before {
|
|
19108
|
+
position: absolute;
|
|
19109
|
+
top: 0;
|
|
19110
|
+
right: 0;
|
|
19111
|
+
bottom: 0;
|
|
19112
|
+
left: 0;
|
|
19113
|
+
pointer-events: none;
|
|
19114
|
+
content: "";
|
|
19115
|
+
border: var(--pf-c-panel--before--BorderWidth) solid var(--pf-c-panel--before--BorderColor);
|
|
19116
|
+
}
|
|
19117
|
+
.pf-c-panel.pf-m-bordered {
|
|
19118
|
+
--pf-c-panel--before--BorderWidth: var(--pf-c-panel--m-bordered--before--BorderWidth);
|
|
19119
|
+
}
|
|
19120
|
+
.pf-c-panel.pf-m-raised {
|
|
19121
|
+
--pf-c-panel--BoxShadow: var(--pf-c-panel--m-raised--BoxShadow);
|
|
19122
|
+
--pf-c-panel--ZIndex: var(--pf-c-panel--m-raised--ZIndex);
|
|
19123
|
+
}
|
|
19124
|
+
.pf-c-panel.pf-m-scrollable {
|
|
19125
|
+
--pf-c-panel__main--MaxHeight: var(--pf-c-panel--m-scrollable__main--MaxHeight);
|
|
19126
|
+
--pf-c-panel__main--Overflow: var(--pf-c-panel--m-scrollable__main--Overflow);
|
|
19127
|
+
--pf-c-panel__footer--BoxShadow: var(--pf-c-panel--m-scrollable__footer--BoxShadow);
|
|
19128
|
+
}
|
|
19129
|
+
|
|
19130
|
+
.pf-c-panel__header {
|
|
19131
|
+
padding: var(--pf-c-panel__header--PaddingTop) var(--pf-c-panel__header--PaddingRight) var(--pf-c-panel__header--PaddingBottom) var(--pf-c-panel__header--PaddingLeft);
|
|
19132
|
+
}
|
|
19133
|
+
|
|
19134
|
+
.pf-c-panel__main {
|
|
19135
|
+
max-height: var(--pf-c-panel__main--MaxHeight);
|
|
19136
|
+
overflow: var(--pf-c-panel__main--Overflow);
|
|
19137
|
+
}
|
|
19138
|
+
|
|
19139
|
+
.pf-c-panel__main-body {
|
|
19140
|
+
padding: var(--pf-c-panel__main-body--PaddingTop) var(--pf-c-panel__main-body--PaddingRight) var(--pf-c-panel__main-body--PaddingBottom) var(--pf-c-panel__main-body--PaddingLeft);
|
|
19141
|
+
}
|
|
19142
|
+
|
|
19143
|
+
.pf-c-panel__footer {
|
|
19144
|
+
padding: var(--pf-c-panel__footer--PaddingTop) var(--pf-c-panel__footer--PaddingRight) var(--pf-c-panel__footer--PaddingBottom) var(--pf-c-panel__footer--PaddingLeft);
|
|
19145
|
+
box-shadow: var(--pf-c-panel__footer--BoxShadow);
|
|
19146
|
+
}
|
|
19147
|
+
|
|
18977
19148
|
.pf-c-popover {
|
|
18978
19149
|
--pf-c-popover--FontSize: var(--pf-global--FontSize--sm);
|
|
18979
19150
|
--pf-c-popover--MinWidth: calc(var(--pf-c-popover__content--PaddingLeft) + var(--pf-c-popover__content--PaddingRight) + 18.75rem);
|
|
18980
19151
|
--pf-c-popover--MaxWidth: calc(var(--pf-c-popover__content--PaddingLeft) + var(--pf-c-popover__content--PaddingRight) + 18.75rem);
|
|
18981
|
-
--pf-c-popover--BoxShadow: var(--pf-global--BoxShadow--
|
|
19152
|
+
--pf-c-popover--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
19153
|
+
--pf-c-popover--m-danger__title-icon--Color: var(--pf-global--danger-color--100);
|
|
19154
|
+
--pf-c-popover--m-warning__title-icon--Color: var(--pf-global--warning-color--100);
|
|
19155
|
+
--pf-c-popover--m-success__title-icon--Color: var(--pf-global--success-color--100);
|
|
19156
|
+
--pf-c-popover--m-info__title-icon--Color: var(--pf-global--info-color--100);
|
|
19157
|
+
--pf-c-popover--m-default__title-icon--Color: var(--pf-global--default-color--200);
|
|
19158
|
+
--pf-c-popover--m-danger__title-text--Color: var(--pf-global--danger-color--200);
|
|
19159
|
+
--pf-c-popover--m-warning__title-text--Color: var(--pf-global--warning-color--200);
|
|
19160
|
+
--pf-c-popover--m-success__title-text--Color: var(--pf-global--success-color--200);
|
|
19161
|
+
--pf-c-popover--m-info__title-text--Color: var(--pf-global--info-color--200);
|
|
19162
|
+
--pf-c-popover--m-default__title-text--Color: var(--pf-global--default-color--300);
|
|
18982
19163
|
--pf-c-popover__content--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
18983
19164
|
--pf-c-popover__content--PaddingTop: var(--pf-global--spacer--md);
|
|
18984
19165
|
--pf-c-popover__content--PaddingRight: var(--pf-global--spacer--md);
|
|
@@ -18986,7 +19167,7 @@ ul.pf-c-list {
|
|
|
18986
19167
|
--pf-c-popover__content--PaddingLeft: var(--pf-global--spacer--md);
|
|
18987
19168
|
--pf-c-popover__arrow--Width: var(--pf-global--arrow--width-lg);
|
|
18988
19169
|
--pf-c-popover__arrow--Height: var(--pf-global--arrow--width-lg);
|
|
18989
|
-
--pf-c-popover__arrow--BoxShadow: var(--pf-global--BoxShadow--
|
|
19170
|
+
--pf-c-popover__arrow--BoxShadow: var(--pf-global--BoxShadow--lg);
|
|
18990
19171
|
--pf-c-popover__arrow--BackgroundColor: var(--pf-global--BackgroundColor--100);
|
|
18991
19172
|
--pf-c-popover__arrow--m-top--TranslateX: -50%;
|
|
18992
19173
|
--pf-c-popover__arrow--m-top--TranslateY: 50%;
|
|
@@ -19005,6 +19186,12 @@ ul.pf-c-list {
|
|
|
19005
19186
|
--pf-c-popover--c-button--Right: var(--pf-global--spacer--md);
|
|
19006
19187
|
--pf-c-popover--c-button--sibling--PaddingRight: var(--pf-global--spacer--2xl);
|
|
19007
19188
|
--pf-c-popover--c-title--MarginBottom: var(--pf-global--spacer--sm);
|
|
19189
|
+
--pf-c-popover__title--MarginBottom: var(--pf-global--spacer--sm);
|
|
19190
|
+
--pf-c-popover__title--LineHeight: var(--pf-global--LineHeight--md);
|
|
19191
|
+
--pf-c-popover__title--FontFamily: var(--pf-global--FontFamily--heading--sans-serif);
|
|
19192
|
+
--pf-c-popover__title--FontSize: var(--pf-global--FontSize--md);
|
|
19193
|
+
--pf-c-popover__title-icon--MarginRight: var(--pf-global--spacer--sm);
|
|
19194
|
+
--pf-c-popover__title-icon--Color: var(--pf-global--Color--100);
|
|
19008
19195
|
--pf-c-popover__footer--MarginTop: var(--pf-global--spacer--md);
|
|
19009
19196
|
position: relative;
|
|
19010
19197
|
min-width: var(--pf-c-popover--MinWidth);
|
|
@@ -19056,6 +19243,26 @@ ul.pf-c-list {
|
|
|
19056
19243
|
right: 0;
|
|
19057
19244
|
left: auto;
|
|
19058
19245
|
}
|
|
19246
|
+
.pf-c-popover.pf-m-danger {
|
|
19247
|
+
--pf-c-popover__title-icon--Color: var(--pf-c-popover--m-danger__title-icon--Color);
|
|
19248
|
+
--pf-c-popover__title-text--Color: var(--pf-c-popover--m-danger__title-text--Color);
|
|
19249
|
+
}
|
|
19250
|
+
.pf-c-popover.pf-m-warning {
|
|
19251
|
+
--pf-c-popover__title-icon--Color: var(--pf-c-popover--m-warning__title-icon--Color);
|
|
19252
|
+
--pf-c-popover__title-text--Color: var(--pf-c-popover--m-warning__title-text--Color);
|
|
19253
|
+
}
|
|
19254
|
+
.pf-c-popover.pf-m-success {
|
|
19255
|
+
--pf-c-popover__title-icon--Color: var(--pf-c-popover--m-success__title-icon--Color);
|
|
19256
|
+
--pf-c-popover__title-text--Color: var(--pf-c-popover--m-success__title-text--Color);
|
|
19257
|
+
}
|
|
19258
|
+
.pf-c-popover.pf-m-default {
|
|
19259
|
+
--pf-c-popover__title-icon--Color: var(--pf-c-popover--m-default__title-icon--Color);
|
|
19260
|
+
--pf-c-popover__title-text--Color: var(--pf-c-popover--m-default__title-text--Color);
|
|
19261
|
+
}
|
|
19262
|
+
.pf-c-popover.pf-m-info {
|
|
19263
|
+
--pf-c-popover__title-icon--Color: var(--pf-c-popover--m-info__title-icon--Color);
|
|
19264
|
+
--pf-c-popover__title-text--Color: var(--pf-c-popover--m-info__title-text--Color);
|
|
19265
|
+
}
|
|
19059
19266
|
|
|
19060
19267
|
.pf-c-popover__content {
|
|
19061
19268
|
position: relative;
|
|
@@ -19083,6 +19290,26 @@ ul.pf-c-list {
|
|
|
19083
19290
|
box-shadow: var(--pf-c-popover__arrow--BoxShadow);
|
|
19084
19291
|
}
|
|
19085
19292
|
|
|
19293
|
+
.pf-c-popover__title {
|
|
19294
|
+
flex: 0 0 auto;
|
|
19295
|
+
margin-bottom: var(--pf-c-popover__title--MarginBottom);
|
|
19296
|
+
font-family: var(--pf-c-popover__title--FontFamily);
|
|
19297
|
+
font-size: var(--pf-c-popover__title--FontSize);
|
|
19298
|
+
line-height: var(--pf-c-popover__title--LineHeight);
|
|
19299
|
+
}
|
|
19300
|
+
.pf-c-popover__title.pf-m-icon {
|
|
19301
|
+
display: flex;
|
|
19302
|
+
}
|
|
19303
|
+
|
|
19304
|
+
.pf-c-popover__title-icon {
|
|
19305
|
+
margin-right: var(--pf-c-popover__title-icon--MarginRight);
|
|
19306
|
+
color: var(--pf-c-popover__title-icon--Color);
|
|
19307
|
+
}
|
|
19308
|
+
|
|
19309
|
+
.pf-c-popover__title-text {
|
|
19310
|
+
color: var(--pf-c-popover__title-text--Color, inherit);
|
|
19311
|
+
}
|
|
19312
|
+
|
|
19086
19313
|
.pf-c-popover__body {
|
|
19087
19314
|
word-wrap: break-word;
|
|
19088
19315
|
}
|