[hub][feat] stateful publishing area
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less
index 0859ae6..2bfb109 100644
--- a/erpnext/public/less/hub.less
+++ b/erpnext/public/less/hub.less
@@ -211,6 +211,25 @@
 		height: 500px;
 	}
 
+	.empty-items-container {
+		height: 80px;
+		border-radius: 4px;
+		border: 1px solid @border-color;
+		margin: 15px 0px;
+	}
+
+	.publish-area.filled {
+		.empty-items-container {
+			display: none;
+		}
+	}
+
+	.publish-area.empty {
+		.hub-items-container {
+			display: none;
+		}
+	}
+
 	.form-container {
 		.frappe-control {
 			max-width: 100% !important;