UNPKG

@hypernetlabs/web-ui

Version:
28 lines 671 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)({ 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