@patternfly/quickstarts 5.0.0 → 5.1.0-prerelease.1

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.
@@ -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
  }