removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / services / services.component.scss
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/services/services.component.scss b/blueprints/common/eliot-ui/frontend-src/src/app/services/services.component.scss
deleted file mode 100644 (file)
index a965566..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-.maindiv {
-    height: 100%;
-    position: center;
-    position: relative;
-
-    width: 100%;
-
-    .toolbar {
-        padding-bottom: 0px;
-    }
-    .centerdiv {
-        
-        width: 100%;
-        margin: 0;
-        position: absolute;
-        padding: 30px;
-        .dropdown {
-            padding-bottom: 60px;
-            right: 0;
-            background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
-            .options {
-                float: right;
-                padding-right: 20px;
-                .filter {
-                    padding-left: 20px;
-                }
-            }
-            position: relative;
-            mat-form-field {
-                
-                right: 0;
-                position: relative;
-            }
-        }
-        .tablepage {
-            background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
-            position: relative;
-            .filter {
-                width: 70%;
-                padding-left: 20px;
-                
-            }
-            .podtable {
-                table {
-                    width: 100%;
-                }
-            }
-    
-        }
-    }
-
-
-}
-
-.mat-table {
-    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));
-}
\ No newline at end of file