RoboUI Frontend data upload
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / app / data-fetch / data-fetch.component.scss
1 .maindiv {
2     position: center;
3     position: relative;
4     padding-top: 20px;
5
6     .centerdiv {
7   
8       width: 100%;
9       margin: 0;
10       position: absolute;
11       padding-top: 20px;
12       padding-right: 20px;
13       padding-left: 20px;
14
15       .mp4-upload {
16
17         .center-button {
18           display:flex; justify-content: center
19         }
20
21       }
22
23       mat-accordion {
24         width: 80%;
25       }
26
27       .tablepage {
28
29         position: relative;
30         .filter {
31             width: 70%;
32             padding-left: 20px;
33         }
34         .cameratable {
35             table {
36                 width: 100%;
37             }
38         }
39
40       }
41     }
42   }
43