eliot-portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / pods / pods.component.scss
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.scss b/blueprints/common/eliot-ui/frontend-src/src/app/pods/pods.component.scss
new file mode 100644 (file)
index 0000000..866f455
--- /dev/null
@@ -0,0 +1,42 @@
+.maindiv {
+    padding: 20px;
+    height: 90%;
+
+
+    width: 95%;
+
+    .dropdown {
+
+        padding-bottom: 40px;
+        right: 0;
+        .options {
+            float: right;
+            padding-right: 20px;
+            .filter {
+                padding-left: 20px;
+            }
+        }
+        position: relative;
+        mat-form-field {
+            right: 0;
+            position: relative;   
+        }
+    }
+
+    .tablepage {
+
+        position: relative;
+
+        .filter {
+            width: 70%;
+            padding-left: 20px;
+        }
+        .podtable {
+            table {
+                width: 100%;
+            }
+        }
+
+    }
+
+}
\ No newline at end of file