@appartmint/mint 2.6.17 → 2.6.19
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
|
@@ -1711,6 +1711,10 @@ body.mint-ready app-root {
|
|
|
1711
1711
|
opacity: 1;
|
|
1712
1712
|
}
|
|
1713
1713
|
|
|
1714
|
+
router-outlet {
|
|
1715
|
+
display: none;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1714
1718
|
app-root {
|
|
1715
1719
|
display: block;
|
|
1716
1720
|
position: relative;
|
|
@@ -2000,6 +2004,8 @@ textarea {
|
|
|
2000
2004
|
display: flex;
|
|
2001
2005
|
align-items: center;
|
|
2002
2006
|
gap: 1rem;
|
|
2007
|
+
width: fit-content;
|
|
2008
|
+
cursor: pointer;
|
|
2003
2009
|
}
|
|
2004
2010
|
.mint-toggle div {
|
|
2005
2011
|
display: flex;
|