@loafmarkets/ui 0.1.246 → 0.1.247
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/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -5984,10 +5984,8 @@ var PortfolioEyeButton = styled9.button`
|
|
|
5984
5984
|
color: #D4AF37;
|
|
5985
5985
|
}
|
|
5986
5986
|
|
|
5987
|
-
@media (max-width:
|
|
5988
|
-
|
|
5989
|
-
margin-left: 4px;
|
|
5990
|
-
margin-right: 6px;
|
|
5987
|
+
@media (max-width: 1800px) {
|
|
5988
|
+
display: none;
|
|
5991
5989
|
}
|
|
5992
5990
|
`;
|
|
5993
5991
|
var DepositButton = styled9.button`
|
|
@@ -6106,7 +6104,7 @@ var PortfolioInline = styled9.div`
|
|
|
6106
6104
|
gap: 1rem;
|
|
6107
6105
|
margin-right: 0.75rem;
|
|
6108
6106
|
|
|
6109
|
-
@media (max-width:
|
|
6107
|
+
@media (max-width: 1800px) {
|
|
6110
6108
|
display: none;
|
|
6111
6109
|
}
|
|
6112
6110
|
`;
|