@patternfly/quickstarts 5.0.0-prerelease.0 → 5.0.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.
@@ -64,7 +64,7 @@
64
64
  .pf-v5-theme-dark .pfext-quick-start-task-header__tryagain {
65
65
  color: var(--pf-v5-global--palette--black-200) !important;
66
66
  }
67
- .pf-v5-theme-dark .pfext-markdown-view pre {
67
+ .pf-v5-theme-dark .pfext-markdown-view pre:not(.pfext-code-block__pre) {
68
68
  background-color: var(--pf-v5-global--BackgroundColor--100);
69
69
  border-color: var(--pf-v5-global--BorderColor--100);
70
70
  }
@@ -818,6 +818,17 @@
818
818
  display: inherit !important;
819
819
  }
820
820
 
821
+ .pfext-quick-start-tile {
822
+ height: 100%;
823
+ }
824
+ .pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
825
+ display: block;
826
+ -webkit-line-clamp: unset;
827
+ }
828
+ .pfext-quick-start-tile .catalog-tile-pf-icon {
829
+ display: flex;
830
+ }
831
+
821
832
  .pfext-quick-start-tile-description {
822
833
  display: -webkit-box;
823
834
  overflow: hidden;
@@ -843,17 +854,6 @@
843
854
  padding-left: 20px;
844
855
  }
845
856
 
846
- .pfext-quick-start-tile {
847
- height: 100%;
848
- }
849
- .pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
850
- display: block;
851
- -webkit-line-clamp: unset;
852
- }
853
- .pfext-quick-start-tile .catalog-tile-pf-icon {
854
- display: flex;
855
- }
856
-
857
857
  .pfext-quick-start-tile-header__status {
858
858
  margin: var(--pf-v5-global--spacer--sm) 0;
859
859
  }
@@ -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;