aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/dashboard/dashboard.styl
blob: e7d58fc1a4213aff7b64a153019de96f8095da29 (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
.os-dashboard
  display: flex;
  flex-flow: row nowrap;

  .sm-main-layout-no-nav
    flex: 1 0 0;

    display: flex;
    flex-flow: column nowrap;

    .sm-main-row
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;

      .sm-environments 
        flex: 3 0 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;

        padding: 50px;
        margin: -20px;

        >.item 
          margin: 20px;
          width: 700px;

      .sm-side-container
        flex: 0 0 0;
        display: flex;
        justify-content: center;

        padding: 50px;
        
        .sm-messages-section
          display: flex;
          flex-flow: column nowrap;

          min-width: 350px;