backuprestore image part baseurl added
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / app / data-monitor / data-monitor.component.scss
diff --git a/example-apps/ROBO/RoboUI/src/app/data-monitor/data-monitor.component.scss b/example-apps/ROBO/RoboUI/src/app/data-monitor/data-monitor.component.scss
new file mode 100644 (file)
index 0000000..cf16078
--- /dev/null
@@ -0,0 +1,26 @@
+
+.maindiv{
+
+    position: center;
+    position: relative;
+    padding-top: 20px;
+
+    .tablepage {
+
+    position: relative;
+    .filter {
+        width: 70%;
+        padding-left: 20px;
+    }
+    .monitortable {
+        table {
+            width: 100%;
+        }
+    }
+
+  }
+
+  .image-card {
+      padding: 20px;
+  }
+}
\ No newline at end of file