@loafmarkets/ui 0.1.377 → 0.1.378
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 +0 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8180,12 +8180,6 @@ var GateShell = styled10.div`
|
|
|
8180
8180
|
justify-content: center;
|
|
8181
8181
|
z-index: 10000;
|
|
8182
8182
|
background-color: rgba(10, 10, 12, 0.66);
|
|
8183
|
-
animation: gateFade 0.25s ease-in-out;
|
|
8184
|
-
|
|
8185
|
-
@keyframes gateFade {
|
|
8186
|
-
from { opacity: 0; }
|
|
8187
|
-
to { opacity: 1; }
|
|
8188
|
-
}
|
|
8189
8183
|
`;
|
|
8190
8184
|
var GateTint = styled10.div`
|
|
8191
8185
|
position: absolute;
|