aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/environment-wizard/environment-wizard.styl
blob: ec11e43bee90364ddbaae8546c231f5b5460bc4b (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
.sm-environment-wizard-container
  display: flex;
  flex-flow: row nowrap;

  .site-sidenav
    p
      font-size: 0.8em;
    i 
      color: white;

    .menu-header
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;

      padding: 10px;
      color: white;
      font-size: 1.7em;
       
  .sm-environment-form 
    .sm-main-layout-no-nav
      margin: 20px;

    .js-message-panel 
      margin: 20px 40px;
      margin-bottom: 0px;
      white-space: pre-line;