fixed log4j issue
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / services / services.component.scss
1 .maindiv {
2     height: 100%;
3     position: center;
4     position: relative;
5
6     width: 100%;
7
8     .toolbar {
9         padding-bottom: 0px;
10     }
11     .centerdiv {
12         
13         width: 100%;
14         margin: 0;
15         position: absolute;
16         padding: 30px;
17         .dropdown {
18             padding-bottom: 60px;
19             right: 0;
20             background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
21             .options {
22                 float: right;
23                 padding-right: 20px;
24                 .filter {
25                     padding-left: 20px;
26                 }
27             }
28             position: relative;
29             mat-form-field {
30                 
31                 right: 0;
32                 position: relative;
33             }
34         }
35         .tablepage {
36             background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
37             position: relative;
38             .filter {
39                 width: 70%;
40                 padding-left: 20px;
41                 
42             }
43             .podtable {
44                 table {
45                     width: 100%;
46                 }
47             }
48     
49         }
50     }
51
52
53 }
54
55 .mat-table {
56     background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
57 }
58   
59 mat-paginator{
60     background: linear-gradient(to right, rgb(145, 224, 241), rgb(206, 255, 174));
61 }