UNPKG

@hypernetlabs/web-ui

Version:
19 lines 541 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useStyles = void 0; const core_1 = require("@material-ui/core"); exports.useStyles = (0, core_1.makeStyles)({ loadingWrapper: { display: "flex", justifyContent: "center", alignItems: "center", position: "absolute", top: 0, left: 0, height: "100%", width: "100%", backgroundColor: "rgba(0,0,0,0.3)", zIndex: 1299, }, }); //# sourceMappingURL=LoadingSpinner.style.js.map