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