@appartmint/mint 1.1.2 → 1.2.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.
package/dist/css/mint.css CHANGED
@@ -630,18 +630,6 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
630
630
  height: 120%;
631
631
  }
632
632
 
633
- app-footer {
634
- display: flex;
635
- flex-direction: column;
636
- }
637
- app-footer::before {
638
- content: "";
639
- display: flex;
640
- flex-grow: 1;
641
- height: 100%;
642
- background: var(--mint-trans);
643
- }
644
-
645
633
  .mint-footer {
646
634
  display: flex;
647
635
  flex-direction: column;
@@ -1379,7 +1367,7 @@ main > router-outlet {
1379
1367
  padding: 16px;
1380
1368
  }
1381
1369
  }
1382
- :root main > router-outlet + * + :not(mint-footer-partial) {
1370
+ :root main > router-outlet + * + :not(mint-partial-footer) {
1383
1371
  height: 0;
1384
1372
  overflow: hidden;
1385
1373
  }