UNPKG

@hypernetlabs/web-ui

Version:
35 lines 959 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)({ sectionWrapper: { display: "flex", flexDirection: "row", marginBottom: 4, }, sectionLabel: { fontWeight: theme_1.EFontWeight.MEDIUM, minWidth: 100, }, sectionValue: { marginLeft: 16, color: theme_1.colors.GREEN700, }, proposalDetails: { marginTop: 28, backgroundColor: theme_1.colors.GRAY100, border: `1px solid ${theme_1.colors.GRAY300}`, borderRadius: 3, padding: 16, }, proposalDetailsLabel: { fontWeight: theme_1.EFontWeight.MEDIUM, paddingBottom: 24, }, proposalStatus: { marginBottom: 40, }, }); //# sourceMappingURL=ProposalDetailWidget.style.js.map