cecf113cb28850fa2415d3a89533a0609ad1cc2f
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / nodes / nodes.component.scss
1 .maindiv {
2   padding: 20px;
3   height: 85%;
4   position: center;
5   position: relative;
6
7   width: 95%;
8
9   .centerdiv {
10
11     width: 100%;
12     margin: 0;
13     position: absolute;
14
15     .tablepage {
16       position: relative;
17       width: 100%;
18           mat-form-field {
19             width: 90%;
20             padding-left: 20px;
21           }
22           table {
23             width: 100%;
24           }
25     }
26     .nodetable {
27         table {
28           width: 100%;
29         }
30     }
31   }
32
33 }
34
35
36 .example-card {
37   max-width: 300px;
38   margin: 0 auto;
39   text-align: center;
40   background-color: lightskyblue;
41 }
42
43 .edgenodes {
44   text-align: center;
45   margin: 0 auto;
46   padding: 20px;
47   display: flex;
48   flex-wrap: nowrap;
49 }
50
51 .edgenodescard{
52   margin: 0 auto;
53   display: inline-block;
54   padding-right: 20px;
55 }