@patternfly/quickstarts 1.4.1-rc.0 → 2.0.1-rc.2

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.
@@ -84,15 +84,12 @@
84
84
 
85
85
  .pfext-quick-start__base {
86
86
  text-align: left; }
87
- .pfext-quick-start__base *,
88
- .pfext-quick-start__base *::before,
89
- .pfext-quick-start__base *::after {
87
+ .pfext-quick-start__base [class*="pf-c-"], .pfext-quick-start__base [class*="pf-c-"]::before, .pfext-quick-start__base [class*="pf-c-"]::after {
90
88
  padding: 0;
91
89
  margin: 0;
92
- background-color: transparent;
93
- border: 0;
94
- min-width: auto;
95
- height: auto; }
90
+ background-color: transparent; }
91
+ .pfext-quick-start__base html {
92
+ font-size: unset !important; }
96
93
  .pfext-quick-start__base .pf-u-screen-reader {
97
94
  position: fixed;
98
95
  top: 0;
@@ -7234,8 +7231,3 @@
7234
7231
  @media (min-width: 1450px) {
7235
7232
  .pfext-quick-start__base .pf-l-gallery {
7236
7233
  --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)); }
@@ -369,7 +369,6 @@
369
369
  background: var(--pf-global--palette--black-150); }
370
370
 
371
371
  .pfext-page-layout__header {
372
- padding-top: 1px;
373
372
  background-color: var(--pf-global--BackgroundColor--light-100); }
374
373
 
375
374
  .pfext-page-layout__hint {
@@ -588,6 +587,15 @@
588
587
  .pfext-markdown-view th {
589
588
  text-align: left; }
590
589
 
590
+ .pfext-quick-start-drawer__body {
591
+ display: flex;
592
+ flex-direction: column;
593
+ z-index: 0;
594
+ position: relative; }
595
+
596
+ .pfext-quick-start-drawer__modal > .pf-c-modal-box__footer {
597
+ display: block; }
598
+
591
599
  .pfext-quick-start-panel-content__header {
592
600
  position: sticky;
593
601
  top: 0px;
@@ -625,14 +633,11 @@
625
633
  .pfext-quick-start-panel-content__footer__shadow {
626
634
  box-shadow: var(--pf-global--BoxShadow--sm-top); }
627
635
 
628
- .pfext-quick-start-drawer__body {
629
- display: flex;
630
- flex-direction: column;
631
- z-index: 0;
632
- position: relative; }
636
+ .pfext-quick-start-catalog__gallery {
637
+ --pf-l-gallery--GridTemplateColumns: repeat(auto-fill, 300px) !important; }
633
638
 
634
- .pfext-quick-start-drawer__modal > .pf-c-modal-box__footer {
635
- display: block; }
639
+ .pfext-quick-start-catalog__gallery-item {
640
+ display: inherit !important; }
636
641
 
637
642
  .pfext-quick-start-tile-description {
638
643
  display: -webkit-box;
@@ -659,6 +664,14 @@
659
664
  .pfext-quick-start-tile-prerequisites-list {
660
665
  padding-left: 20px; }
661
666
 
667
+ .pfext-quick-start-tile {
668
+ height: 100%; }
669
+ .pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
670
+ display: block;
671
+ -webkit-line-clamp: unset; }
672
+ .pfext-quick-start-tile .catalog-tile-pf-icon {
673
+ display: flex; }
674
+
662
675
  .pfext-quick-start-tile-header__status {
663
676
  margin: var(--pf-global--spacer--sm) 0; }
664
677
 
@@ -669,20 +682,6 @@
669
682
  .pfext-quick-start-tile-header .pf-c-badge:not(:last-of-type) {
670
683
  margin-right: var(--pf-global--spacer--sm); }
671
684
 
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
- .pfext-quick-start-tile {
679
- height: 100%; }
680
- .pfext-quick-start-tile .catalog-tile-pf-description .has-footer {
681
- display: block;
682
- -webkit-line-clamp: unset; }
683
- .pfext-quick-start-tile .catalog-tile-pf-icon {
684
- display: flex; }
685
-
686
685
  .pfext-quick-start-catalog-filter__input {
687
686
  flex-grow: 1;
688
687
  max-width: 500px; }
@@ -700,6 +699,14 @@
700
699
  .pf-c-toolbar.pf-m-page-insets.pfext-quick-start-catalog-filter__flex .pf-c-check {
701
700
  --pf-c-check__label--FontSize: 14px; }
702
701
 
702
+ .pfext-quick-start-content {
703
+ flex: 1 1 0;
704
+ overflow: auto;
705
+ padding: var(--pf-global--spacer--lg);
706
+ font-size: 16px; }
707
+ .pfext-quick-start-content .pf-c-alert__description p {
708
+ font-size: 13px; }
709
+
703
710
  .pfext-quick-start-footer {
704
711
  background-color: var(--pf-global--Color--light-100);
705
712
  flex: 0 0 auto;
@@ -709,14 +716,6 @@
709
716
  .pfext-quick-start-footer__restartbtn {
710
717
  float: right; }
711
718
 
712
- .pfext-quick-start-content {
713
- flex: 1 1 0;
714
- overflow: auto;
715
- padding: var(--pf-global--spacer--lg);
716
- font-size: 16px; }
717
- .pfext-quick-start-content .pf-c-alert__description p {
718
- font-size: 13px; }
719
-
720
719
  .pfext-markdown-view.is-empty {
721
720
  color: #999; }
722
721
 
@@ -734,6 +733,27 @@
734
733
  .pfext-markdown-view th {
735
734
  padding-top: 0; }
736
735
 
736
+ .pfext-quick-start-intro__prereq {
737
+ margin-bottom: var(--pf-global--spacer--md); }
738
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__content {
739
+ margin-top: var(--pf-global--spacer--sm); }
740
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle {
741
+ padding-top: 0;
742
+ padding-bottom: 0; }
743
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-text {
744
+ margin-left: var(--pf-global--spacer--sm); }
745
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon {
746
+ color: var(--pf-c-expandable-section__toggle--Color); }
747
+ .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:focus, .pfext-quick-start-intro__prereq .pf-c-expandable-section__toggle-icon:hover {
748
+ --pf-c-expandable-section__toggle--Color: var(--pf-c-expandable-section__toggle--focus--Color); }
749
+ .pfext-quick-start-intro__prereq-list {
750
+ padding-left: 20px; }
751
+ .pfext-quick-start-intro__prereq-list__item::marker {
752
+ font-size: 0.8rem; }
753
+ .pfext-quick-start-intro__prereq-list__item-content {
754
+ position: relative;
755
+ left: 2px; }
756
+
737
757
  .pfext-quick-start-tasks__list button::before {
738
758
  content: none; }
739
759
 
@@ -793,26 +813,16 @@
793
813
  .pfext-quick-start-tasks__list .task-pflist-list__item__content .task-pflist-list__item__content__note__body {
794
814
  font-size: 14px; }
795
815
 
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; }
816
+ .pfext-quick-start-task-header__list {
817
+ padding: 0 !important; }
818
+ .pfext-quick-start-task-header__list button::before {
819
+ content: none; }
820
+ .pfext-quick-start-task-header__list li {
821
+ list-style-type: none;
822
+ display: flex;
823
+ flex-wrap: wrap;
824
+ align-items: center;
825
+ margin-bottom: var(--pf-global--spacer--xs); }
816
826
 
817
827
  .pfext-quick-start-task-header {
818
828
  margin-bottom: var(--pf-global--spacer--sm);
@@ -871,16 +881,8 @@
871
881
  .pfext-quick-start-task-review--failed {
872
882
  color: var(--pf-chart-global--danger--Color--100); }
873
883
 
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
+ .pfext-modal {
885
+ position: absolute !important; }
884
886
 
885
887
  .pfext-markdown-view .pfext-code-block__pre {
886
888
  /* override the styles applied by showdown while parsing <pre /> */
@@ -903,9 +905,6 @@
903
905
  .pfext-markdown-view .pfext-markdown-execute-snippet__button[data-executed] > i.fa-play {
904
906
  display: none; }
905
907
 
906
- .pfext-modal {
907
- position: absolute !important; }
908
-
909
908
  @keyframes pfext-spotlight-expand {
910
909
  0% {
911
910
  outline-offset: -4px;
@@ -112,7 +112,6 @@
112
112
  .pfext-quick-start__base .pfext-page-layout__content.pfext-is-dark {
113
113
  background: var(--pf-global--palette--black-150); }
114
114
  .pfext-quick-start__base .pfext-page-layout__header {
115
- padding-top: 1px;
116
115
  background-color: var(--pf-global--BackgroundColor--light-100); }
117
116
  .pfext-quick-start__base .pfext-page-layout__hint {
118
117
  padding-left: var(--pf-global--spacer--lg);