@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
28 lines • 671 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.useStyles = void 0;
const core_1 = require("@material-ui/core");
exports.useStyles = (0, core_1.makeStyles)({
container: {
width: "100%",
padding: "0 10px",
},
wrapper: {
display: "flex",
flexDirection: "column",
alignItems: "center",
justifyContent: "center",
margin: "30px 20px",
},
title: {
marginBottom: 50,
fontSize: 20,
},
insecureConentWrapper: {
width: "100%",
},
insecureConent: {
width: "100%",
},
});
//# sourceMappingURL=WarningAlert.style.js.map