Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / uninstall / uninstall.component.scss
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/uninstall/uninstall.component.scss b/blueprints/common/eliot-ui/frontend-src/src/app/uninstall/uninstall.component.scss
new file mode 100644 (file)
index 0000000..533a7b8
--- /dev/null
@@ -0,0 +1,15 @@
+.uninstall-header {
+    display: flex;
+    justify-content:center;
+    padding: 20px;
+}
+
+.uninstall-table {
+    table {
+        width:100%;
+        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