@hypernetlabs/web-ui
Version:
Web ui react components for hypernet protocol
60 lines • 1.48 kB
JavaScript
;
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)((theme) => ({
wrapper: {
display: "flex",
flexDirection: "column",
alignItems: "flex-start",
marginBottom: 24,
},
topSection: {
width: "100%",
display: "flex",
justifyContent: "space-between",
alignItems: "center",
},
bottomSection: {
width: "100%",
display: "flex",
justifyContent: "space-between",
alignItems: "center",
marginTop: 10,
},
leftSection: {
display: "flex",
flex: 1,
paddingRight: 20,
flexDirection: "column",
},
rightSection: {
display: "flex",
marginLeft: "auto",
flexDirection: "column",
},
label: {
fontWeight: theme_1.EFontWeight.BOLD,
},
description: {
marginTop: 16,
},
navigationWrapper: {
display: "flex",
alignItems: "center",
marginBottom: 8,
cursor: "pointer",
},
navigationIcon: {
color: theme_1.colors.GRAY400,
marginRight: 8,
},
navigationLabel: {
fontWeight: theme_1.EFontWeight.MEDIUM,
},
buttonWrapper: {
marginLeft: 16,
},
}));
//# sourceMappingURL=GovernanceWidgetHeader.style.js.map