Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / nodes / nodes.component.scss
index cecf113..1eb4f90 100644 (file)
@@ -1,27 +1,31 @@
 .maindiv {
-  padding: 20px;
-  height: 85%;
   position: center;
   position: relative;
 
-  width: 95%;
 
   .centerdiv {
 
     width: 100%;
     margin: 0;
     position: absolute;
-
+    padding-top: 30px;
+    
     .tablepage {
       position: relative;
-      width: 100%;
+      margin: 0 auto;
+      width: 95%;
           mat-form-field {
-            width: 90%;
+            width: 100%;
             padding-left: 20px;
           }
           table {
             width: 100%;
           }
+        .admin-template {
+          float:right;
+          padding-right:40px;
+          padding-top: 25px;
+        }
     }
     .nodetable {
         table {
   display: inline-block;
   padding-right: 20px;
 }
+
+.mat-table {
+  background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
+}
+
+mat-form-field{
+  background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
+}
+
+mat-paginator{
+  background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
+}