@appartmint/mint 2.6.18 → 2.6.20

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
@@ -417,6 +417,9 @@
417
417
  #mint-header #mint-wrapper a {
418
418
  display: flex;
419
419
  }
420
+ #mint-header #mint-wrapper button {
421
+ border: none;
422
+ }
420
423
  #mint-header #mint-wrapper a,
421
424
  #mint-header #mint-wrapper button {
422
425
  align-items: center;
@@ -1711,6 +1714,10 @@ body.mint-ready app-root {
1711
1714
  opacity: 1;
1712
1715
  }
1713
1716
 
1717
+ router-outlet {
1718
+ display: none;
1719
+ }
1720
+
1714
1721
  app-root {
1715
1722
  display: block;
1716
1723
  position: relative;