@hakit/components
Version:
A series of components to work with @hakit/core
27 lines (26 loc) • 417 B
JavaScript
const e = {
font: {
size: "1rem",
family: '"Roboto","Helvetica","Arial",sans-serif'
},
device: {
areaCard: {
zIndex: 20
},
sidebarCard: {
width: {
collapsed: "5rem",
expanded: "19rem"
}
}
},
modal: {
width: "40rem",
zIndex: 21
// this should be higher than the area card
}
};
export {
e as theme
};
//# sourceMappingURL=theme.js.map