@patternfly/quickstarts 5.0.0 → 5.1.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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/quickstarts-base.css +34 -34
- package/dist/quickstarts-full.es.js +692 -59
- package/dist/quickstarts-full.es.js.map +1 -1
- package/dist/quickstarts.css +34 -34
- package/dist/quickstarts.min.css +1 -1
- package/package.json +4 -5
- package/src/QuickStartController.tsx +1 -1
|
@@ -926,6 +926,36 @@
|
|
|
926
926
|
float: right;
|
|
927
927
|
}
|
|
928
928
|
|
|
929
|
+
.pfext-quick-start-intro__prereq {
|
|
930
|
+
margin-bottom: var(--pf-v5-global--spacer--md);
|
|
931
|
+
}
|
|
932
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__content {
|
|
933
|
+
margin-top: var(--pf-v5-global--spacer--sm);
|
|
934
|
+
}
|
|
935
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle {
|
|
936
|
+
padding-top: 0;
|
|
937
|
+
padding-bottom: 0;
|
|
938
|
+
}
|
|
939
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-text {
|
|
940
|
+
margin-left: var(--pf-v5-global--spacer--sm);
|
|
941
|
+
}
|
|
942
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon {
|
|
943
|
+
color: var(--pf-v5-c-expandable-section__toggle--Color);
|
|
944
|
+
}
|
|
945
|
+
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:hover {
|
|
946
|
+
--pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--Color);
|
|
947
|
+
}
|
|
948
|
+
.pfext-quick-start-intro__prereq-list {
|
|
949
|
+
padding-left: 20px;
|
|
950
|
+
}
|
|
951
|
+
.pfext-quick-start-intro__prereq-list__item::marker {
|
|
952
|
+
font-size: 0.8rem;
|
|
953
|
+
}
|
|
954
|
+
.pfext-quick-start-intro__prereq-list__item-content {
|
|
955
|
+
position: relative;
|
|
956
|
+
left: 2px;
|
|
957
|
+
}
|
|
958
|
+
|
|
929
959
|
.pfext-quick-start-tasks__list button::before {
|
|
930
960
|
content: none;
|
|
931
961
|
}
|
|
@@ -997,36 +1027,6 @@
|
|
|
997
1027
|
font-size: 14px;
|
|
998
1028
|
}
|
|
999
1029
|
|
|
1000
|
-
.pfext-quick-start-intro__prereq {
|
|
1001
|
-
margin-bottom: var(--pf-v5-global--spacer--md);
|
|
1002
|
-
}
|
|
1003
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__content {
|
|
1004
|
-
margin-top: var(--pf-v5-global--spacer--sm);
|
|
1005
|
-
}
|
|
1006
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle {
|
|
1007
|
-
padding-top: 0;
|
|
1008
|
-
padding-bottom: 0;
|
|
1009
|
-
}
|
|
1010
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-text {
|
|
1011
|
-
margin-left: var(--pf-v5-global--spacer--sm);
|
|
1012
|
-
}
|
|
1013
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon {
|
|
1014
|
-
color: var(--pf-v5-c-expandable-section__toggle--Color);
|
|
1015
|
-
}
|
|
1016
|
-
.pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-v5-c-expandable-section__toggle-icon:hover {
|
|
1017
|
-
--pf-v5-c-expandable-section__toggle--Color: var(--pf-v5-c-expandable-section__toggle--focus--Color);
|
|
1018
|
-
}
|
|
1019
|
-
.pfext-quick-start-intro__prereq-list {
|
|
1020
|
-
padding-left: 20px;
|
|
1021
|
-
}
|
|
1022
|
-
.pfext-quick-start-intro__prereq-list__item::marker {
|
|
1023
|
-
font-size: 0.8rem;
|
|
1024
|
-
}
|
|
1025
|
-
.pfext-quick-start-intro__prereq-list__item-content {
|
|
1026
|
-
position: relative;
|
|
1027
|
-
left: 2px;
|
|
1028
|
-
}
|
|
1029
|
-
|
|
1030
1030
|
.pfext-quick-start-task-header__list {
|
|
1031
1031
|
padding: 0 !important;
|
|
1032
1032
|
}
|
|
@@ -1116,6 +1116,10 @@
|
|
|
1116
1116
|
color: var(--pf-chart-global--danger--Color--100);
|
|
1117
1117
|
}
|
|
1118
1118
|
|
|
1119
|
+
.pfext-modal {
|
|
1120
|
+
position: absolute !important;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1119
1123
|
.pfext-markdown-view .pfext-code-block__pre {
|
|
1120
1124
|
/* override the styles applied by showdown while parsing <pre /> */
|
|
1121
1125
|
display: flex;
|
|
@@ -1150,10 +1154,6 @@
|
|
|
1150
1154
|
word-break: break-word;
|
|
1151
1155
|
}
|
|
1152
1156
|
|
|
1153
|
-
.pfext-modal {
|
|
1154
|
-
position: absolute !important;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
1157
|
@keyframes pfext-spotlight-expand {
|
|
1158
1158
|
0% {
|
|
1159
1159
|
outline-offset: -4px;
|