@loafmarkets/ui 0.1.345 → 0.1.346
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 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5984,9 +5984,9 @@ var Button2 = styled9__default.default.button.attrs({ type: "button" })`
|
|
|
5984
5984
|
}
|
|
5985
5985
|
|
|
5986
5986
|
@media (max-width: 768px) {
|
|
5987
|
-
padding: 0.
|
|
5988
|
-
font-size: 0.
|
|
5989
|
-
margin-left: 0.
|
|
5987
|
+
padding: 0.35rem 0.7rem;
|
|
5988
|
+
font-size: 0.78rem;
|
|
5989
|
+
margin-left: 0.35rem;
|
|
5990
5990
|
}
|
|
5991
5991
|
`;
|
|
5992
5992
|
var UserMenu = styled9__default.default.div`
|