UNPKG

@hypernetlabs/web-ui

Version:
39 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useStyles = void 0; const core_1 = require("@material-ui/core"); const theme_1 = require("../../theme"); exports.useStyles = (0, core_1.makeStyles)({ wrapper: { display: "flex", flexDirection: "column", justifyContent: "space-around", width: "99%", }, actionContainer: { display: "flex", flexDirection: "row", justifyContent: "flex-end", }, button: { marginLeft: 16, }, switchContainer: { width: 225, display: "flex", justifyContent: "space-between", marginBottom: 10, }, switchTitle: { fontSize: theme_1.EFontSize.BUTTON_SMALL, fontWeight: theme_1.EFontWeight.MEDIUM, color: theme_1.colors.GRAY700, }, removeIcon: { cursor: "pointer", }, createdEntries: { marginBottom: 20, }, }); //# sourceMappingURL=CreateBatchIdentityWidget.style.js.map