@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
51 lines • 1.13 kB
JavaScript
"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: {
display: "flex",
flexDirection: "column",
justifyContent: "center",
alignItems: "center",
},
successImage: {
width: 120,
margin: 25,
},
textWrapper: {
display: "flex",
flexDirection: "column",
marginTop: 15,
},
label: {
color: "black",
fontSize: 20,
marginBottom: 10,
fontWeight: "bold",
},
info: {
color: "black",
fontSize: 20,
},
authenticationSuccessImg: {
maxWidth: 280,
padding: "40px 0",
},
buttonWrapper: {
width: "100%",
marginBottom: "16px",
},
titleWrapper: {
marginBottom: 24,
},
subtitleWrapper: {
marginBottom: 16,
},
doneButtonWrapper: {
marginBottom: 16,
marginTop: 24,
width: "100%",
},
});
//# sourceMappingURL=SucessContent.style.js.map