5b4b5e129633dee3937fb0d9df4279918ac3a1bd
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / app / data-monitor / data-monitor.component.scss
1
2 .maindiv{
3
4     position: center;
5     position: relative;
6     .refresh {
7         padding-top: 20px;
8         display:flex;
9         // justify-content: center;
10         float: right;
11         padding-bottom: 10px;
12     }
13     .tablepage {
14     // padding-top:10px;
15     position: relative;
16     .filter {
17         width: 70%;
18         padding-left: 20px;
19     }
20     .monitortable {
21         table {
22             width: 100%;
23         }
24     }
25
26   }
27
28   .image-card {
29       padding: 20px;
30   }
31 }