backuprestore image part baseurl added
[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     padding-top: 20px;
7
8     .tablepage {
9
10     position: relative;
11     .filter {
12         width: 70%;
13         padding-left: 20px;
14     }
15     .monitortable {
16         table {
17             width: 100%;
18         }
19     }
20
21   }
22
23   .image-card {
24       padding: 20px;
25   }
26 }