aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/environment/environment.styl
blob: b2ccf9422c39b20225a3171ff1eeaf1b20013735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.sm-environment-container 

  .sm-node-no-graph-data-msg
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    font-size: large;

  .sm-env-header-line
    display: flex
    flex-flow: row nowrap 
    justify-content: space-between
    align-items: center

  .sm-env-header-name-cmp
    flex-grow: 2
    display: flex
    flex-flow: row nowrap
    justify-content: center
    align-items: center
 
  .cl-action-button 
    color: spark-blue

  .sm-delete-button.cl-action-button
    color: status-red;

  .main-layout-no-nav
    display: flex;
    flex-flow: column nowrap;

    margin: 0px; 
    
    .sm-breadcrumb-segment
       background-color brand-blue 

    .sm-main-content-segment
      display: flex;
      flex-flow: column nowrap;

      flex: 1 0;

      .sm-dashboard
        padding: 20px;

      //.sm-graph
      //  flex: 1 0;
      .sm-network-graph
        flex: 1 0;

  .sm-items-segment
    display: flex
    flex-flow: row wrap
    justify-content: space-around

  .sm-list-info-boxes
    display: flex
    flex-flow: row wrap
    justify-content: space-around