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