UNPKG

@hypernetlabs/web-ui

Version:
35 lines 845 B
"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)(() => ({ root: { padding: "12px 16px", backgroundColor: theme_1.colors.GRAY150, boxShadow: "unset", display: "flex", marginBottom: 16, }, number: { paddingTop: 15, }, contentWrapper: { marginLeft: 40, display: "flex", flexDirection: "column", flex: 1, }, title: { paddingTop: 15, marginBottom: 27, }, rightContent: { marginLeft: "auto", }, titleRow: { display: "flex", width: "100%", }, })); //# sourceMappingURL=GovernanceListItem.style.js.map