b4e714fcc7826e36faf38a54af3cda4290f0f674
[ealt-edge.git] / example-apps / ROBO / RoboUI / src / app / backuprestore / backuprestore.component.scss
1 .main {
2     .center{
3         padding-top: 20px;
4         display: flex;
5         justify-content: center;
6         align-items: center;
7     }
8     .tabs{
9         padding-top: 10px;
10         .appstable {
11
12         }
13         .pvstable {
14
15         }
16         .center{
17             padding-top: 20px;
18             display: flex;
19             justify-content: center;
20             align-items: center;
21         }
22         .backup-det {
23             .center{
24                 padding-top: 20px;
25                 display: flex;
26                 justify-content: center;
27                 align-items: center;
28             }
29         }
30         .restore-det {
31             .center{
32                 padding-top: 20px;
33                 display: flex;
34                 justify-content: center;
35                 align-items: center;
36             }
37         }
38     }
39 }
40
41 table{
42     width: 100%;
43 }