866f4552685b2b7940de7a7986fc04b30c3e975a
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / pods / pods.component.scss
1 .maindiv {
2     padding: 20px;
3     height: 90%;
4
5
6     width: 95%;
7
8     .dropdown {
9
10         padding-bottom: 40px;
11         right: 0;
12         .options {
13             float: right;
14             padding-right: 20px;
15             .filter {
16                 padding-left: 20px;
17             }
18         }
19         position: relative;
20         mat-form-field {
21             right: 0;
22             position: relative;   
23         }
24     }
25
26     .tablepage {
27
28         position: relative;
29
30         .filter {
31             width: 70%;
32             padding-left: 20px;
33         }
34         .podtable {
35             table {
36                 width: 100%;
37             }
38         }
39
40     }
41
42 }