@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
34 lines • 824 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: {
display: "flex",
padding: "70px 20px 70px 50px",
maxWidth: 600,
},
rightWrapper: {
display: "flex",
flexDirection: "column",
justifyContent: "center",
},
textWrapper: {
display: "flex",
flexDirection: "column",
textAlign: "left",
marginLeft: 25,
marginBottom: 20,
},
label: {
color: "#6D6D6D",
fontSize: 18,
marginBottom: 13,
fontWeight: "bold",
},
info: {
color: "#BABABA",
fontSize: 17,
},
});
//# sourceMappingURL=EmptyState.style.js.map