@patternfly/quickstarts 1.4.1-rc.0 → 1.4.1-rc.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.
@@ -7234,8 +7234,10 @@
7234
7234
  @media (min-width: 1450px) {
7235
7235
  .pfext-quick-start__base .pf-l-gallery {
7236
7236
  --pf-l-gallery--GridTemplateColumns--minmax--max: var(--pf-l-gallery--GridTemplateColumns--max-on-2xl, var(--pf-l-gallery--GridTemplateColumns--max-on-xl, var(--pf-l-gallery--GridTemplateColumns--max-on-lg, var(--pf-l-gallery--GridTemplateColumns--max-on-md, var(--pf-l-gallery--GridTemplateColumns--max-on-sm, var(--pf-l-gallery--GridTemplateColumns--max)))))); } }
7237
- .pfext-quick-start__base .pfext-quick-start__base * + .pf-c-select__toggle-arrow {
7238
- margin-right: var(--pf-c-select__toggle-arrow--MarginRight);
7239
- margin-left: var(--pf-c-select__toggle-arrow--MarginLeft); }
7240
- .pfext-quick-start__base .pfext-quick-start__base .pf-c-select.pf-m-top.pf-m-expanded .pf-c-select__toggle-arrow {
7241
- transform: rotate(var(--pf-c-select__toggle-arrow--m-top--m-expanded__toggle-arrow--Rotate)); }
7237
+
7238
+ .pfext-quick-start__base * + .pf-c-select__toggle-arrow {
7239
+ margin-right: var(--pf-c-select__toggle-arrow--MarginRight);
7240
+ margin-left: var(--pf-c-select__toggle-arrow--MarginLeft); }
7241
+
7242
+ .pfext-quick-start__base .pf-c-select.pf-m-top.pf-m-expanded .pf-c-select__toggle-arrow {
7243
+ transform: rotate(var(--pf-c-select__toggle-arrow--m-top--m-expanded__toggle-arrow--Rotate)); }
@@ -588,6 +588,15 @@
588
588
  .pfext-markdown-view th {
589
589
  text-align: left; }
590
590
 
591
+ .pfext-quick-start-drawer__body {
592
+ display: flex;
593
+ flex-direction: column;
594
+ z-index: 0;
595
+ position: relative; }
596
+
597
+ .pfext-quick-start-drawer__modal > .pf-c-modal-box__footer {
598
+ display: block; }
599
+
591
600
  .pfext-quick-start-panel-content__header {
592
601
  position: sticky;
593
602
  top: 0px;
@@ -625,14 +634,21 @@
625
634
  .pfext-quick-start-panel-content__footer__shadow {
626
635
  box-shadow: var(--pf-global--BoxShadow--sm-top); }
627
636
 
628
- .pfext-quick-start-drawer__body {
629
- display: flex;
630
- flex-direction: column;
631
- z-index: 0;
632
- position: relative; }
637
+ .pfext-quick-start-catalog__gallery {
638
+ --pf-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important; }
633
639
 
634
- .pfext-quick-start-drawer__modal > .pf-c-modal-box__footer {
635
- display: block; }
640
+ .pfext-quick-start-catalog__gallery-item {
641
+ display: inherit !important; }
642
+
643
+ .pfext-quick-start-tile-header__status {
644
+ margin: var(--pf-global--spacer--sm) 0; }
645
+
646
+ .pfext-quick-start-tile-header--margin {
647
+ margin-right: var(--pf-global--spacer--sm);
648
+ margin-bottom: var(--pf-global--spacer--sm); }
649
+
650
+ .pfext-quick-start-tile-header .pf-c-badge:not(:last-of-type) {
651
+ margin-right: var(--pf-global--spacer--sm); }
636
652
 
637
653
  .pfext-quick-start-tile-description {
638
654
  display: -webkit-box;
@@ -659,22 +675,6 @@
659
675
  .pfext-quick-start-tile-prerequisites-list {
660
676
  padding-left: 20px; }
661
677
 
662
- .pfext-quick-start-tile-header__status {
663
- margin: var(--pf-global--spacer--sm) 0; }
664
-
665
- .pfext-quick-start-tile-header--margin {
666
- margin-right: var(--pf-global--spacer--sm);
667
- margin-bottom: var(--pf-global--spacer--sm); }
668
-
669
- .pfext-quick-start-tile-header .pf-c-badge:not(:last-of-type) {
670
- margin-right: var(--pf-global--spacer--sm); }
671
-
672
- .pfext-quick-start-catalog__gallery {
673
- --pf-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important; }
674
-
675
- .pfext-quick-start-catalog__gallery-item {
676
- display: inherit !important; }
677
-
678
678
  .pfext-quick-start-tile {
679
679
  height: 100%; }
680
680
  .pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
@@ -734,6 +734,27 @@
734
734
  .pfext-markdown-view th {
735
735
  padding-top: 0; }
736
736
 
737
+ .pfext-quick-start-intro__prereq {
738
+ margin-bottom: var(--pf-global--spacer--md); }
739
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__content {
740
+ margin-top: var(--pf-global--spacer--sm); }
741
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle {
742
+ padding-top: 0;
743
+ padding-bottom: 0; }
744
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-text {
745
+ margin-left: var(--pf-global--spacer--sm); }
746
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon {
747
+ color: var(--pf-c-expandable-section__toggle--Color); }
748
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:hover {
749
+ --pf-c-expandable-section__toggle--Color: var(--pf-c-expandable-section__toggle--focus--Color); }
750
+ .pfext-quick-start-intro__prereq-list {
751
+ padding-left: 20px; }
752
+ .pfext-quick-start-intro__prereq-list__item::marker {
753
+ font-size: 0.8rem; }
754
+ .pfext-quick-start-intro__prereq-list__item-content {
755
+ position: relative;
756
+ left: 2px; }
757
+
737
758
  .pfext-quick-start-tasks__list button::before {
738
759
  content: none; }
739
760
 
@@ -793,26 +814,16 @@
793
814
  .pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note__body {
794
815
  font-size: 14px; }
795
816
 
796
- .pfext-quick-start-intro__prereq {
797
- margin-bottom: var(--pf-global--spacer--md); }
798
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__content {
799
- margin-top: var(--pf-global--spacer--sm); }
800
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle {
801
- padding-top: 0;
802
- padding-bottom: 0; }
803
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-text {
804
- margin-left: var(--pf-global--spacer--sm); }
805
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon {
806
- color: var(--pf-c-expandable-section__toggle--Color); }
807
- .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:hover {
808
- --pf-c-expandable-section__toggle--Color: var(--pf-c-expandable-section__toggle--focus--Color); }
809
- .pfext-quick-start-intro__prereq-list {
810
- padding-left: 20px; }
811
- .pfext-quick-start-intro__prereq-list__item::marker {
812
- font-size: 0.8rem; }
813
- .pfext-quick-start-intro__prereq-list__item-content {
814
- position: relative;
815
- left: 2px; }
817
+ .pfext-quick-start-task-header__list {
818
+ padding: 0 !important; }
819
+ .pfext-quick-start-task-header__list button::before {
820
+ content: none; }
821
+ .pfext-quick-start-task-header__list li {
822
+ list-style-type: none;
823
+ display: flex;
824
+ flex-wrap: wrap;
825
+ align-items: center;
826
+ margin-bottom: var(--pf-global--spacer--xs); }
816
827
 
817
828
  .pfext-quick-start-task-header {
818
829
  margin-bottom: var(--pf-global--spacer--sm);
@@ -871,17 +882,6 @@
871
882
  .pfext-quick-start-task-review--failed {
872
883
  color: var(--pf-chart-global--danger--Color--100); }
873
884
 
874
- .pfext-quick-start-task-header__list {
875
- padding: 0 !important; }
876
- .pfext-quick-start-task-header__list button::before {
877
- content: none; }
878
- .pfext-quick-start-task-header__list li {
879
- list-style-type: none;
880
- display: flex;
881
- flex-wrap: wrap;
882
- align-items: center;
883
- margin-bottom: var(--pf-global--spacer--xs); }
884
-
885
885
  .pfext-markdown-view .pfext-code-block__pre {
886
886
  /* override the styles applied by showdown while parsing <pre /> */
887
887
  display: flex;