@appartmint/mint 0.15.9 → 0.15.11

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/css/mint.css CHANGED
@@ -611,6 +611,7 @@ app-footer::before {
611
611
  overflow: hidden;
612
612
  }
613
613
  .mint-footer.mint-hide {
614
+ display: flex;
614
615
  transform: translateY(100%);
615
616
  }
616
617
  .mint-footer * {
@@ -829,7 +830,10 @@ app-footer::before {
829
830
  #mint-header.mint-spread #mint-wrapper [aria-controls] + ul {
830
831
  display: flex !important;
831
832
  height: auto !important;
832
- margin-bottom: 1rem !important;
833
+ margin-bottom: 3rem !important;
834
+ }
835
+ #mint-header.mint-spread #mint-wrapper [aria-controls] + ul > li:first-child {
836
+ font-size: 1.5em;
833
837
  }
834
838
  }
835
839
  #mint-header.mint-spread:not(.mint-expand) #mint-wrapper [aria-controls] {
@@ -838,7 +842,10 @@ app-footer::before {
838
842
  #mint-header.mint-spread:not(.mint-expand) #mint-wrapper [aria-controls] + ul {
839
843
  display: flex !important;
840
844
  height: auto !important;
841
- margin-bottom: 1rem;
845
+ margin-bottom: 3rem;
846
+ }
847
+ #mint-header.mint-spread:not(.mint-expand) #mint-wrapper [aria-controls] + ul > li:first-child {
848
+ font-size: 1.5em;
842
849
  }
843
850
  #mint-header.mint-tray #mint-wrapper {
844
851
  gap: 1.5rem;
@@ -862,12 +869,6 @@ app-footer::before {
862
869
  #mint-header.mint-tray #mint-wrapper nav li {
863
870
  width: 100%;
864
871
  }
865
- #mint-header.mint-tray #mint-wrapper nav [aria-controls] + ul {
866
- margin-bottom: 3rem !important;
867
- }
868
- #mint-header.mint-tray #mint-wrapper nav [aria-controls] + ul > li:first-child {
869
- font-size: 1.5em;
870
- }
871
872
  #mint-header:not(.mint-border)::before {
872
873
  content: "";
873
874
  position: absolute;
@@ -1297,8 +1298,16 @@ main > router-outlet {
1297
1298
  flex-grow: 0;
1298
1299
  }
1299
1300
  main > router-outlet + * {
1300
- width: 100%;
1301
+ display: flex;
1302
+ flex-direction: column;
1303
+ align-items: center;
1304
+ justify-content: center;
1301
1305
  flex-grow: 1;
1306
+ width: 100%;
1307
+ }
1308
+ main > router-outlet + * + :not(mint-footer) {
1309
+ height: 0;
1310
+ overflow: hidden;
1302
1311
  }
1303
1312
 
1304
1313
  nav a {