[hub] add data-driven notification message

This commit is contained in:
Prateeksha Singh
2018-08-23 22:42:41 +05:30
parent b696b2965d
commit 67e0374261
7 changed files with 65 additions and 66 deletions

View File

@@ -20,4 +20,18 @@ export default {
}
</script>
<style scoped></style>
<style lang="less" scoped>
@import "../../../../../../frappe/frappe/public/less/variables.less";
.empty-state {
height: 500px;
margin: 15px 0px;
}
.empty-state.bordered {
border-radius: 4px;
border: 1px solid @border-color;
border-style: dashed;
}
</style>