Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / uninstall / uninstall.component.scss
1 .uninstall-header {
2     display: flex;
3     justify-content:center;
4     padding: 20px;
5 }
6
7 .uninstall-table {
8     table {
9         width:100%;
10         background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
11     }
12     mat-paginator {
13         background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
14     }
15 }