ROBO UI changes
[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 }
32
33 // .warn{
34 //     color:orange;
35 // }
36
37 // .success{
38 //     color:green;
39 // }