summaryrefslogtreecommitdiff
path: root/res/client/css/partials/dev-area.scss
blob: fa1cfbf3d08614f786cd3b70cb04d75cd5317c3c (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
.debug-ui {
  display: none;
}

body.debug {
    .debug-ui {
      display: inline;
      position:fixed;
      bottom:70px;
      left:10px;
      text-decoration: none;
    }

    .debug-ui-row {
      float: left;
      width: 100%;
    }

    .debug-ui-left {
      float: left;
      width: 50%;
    }

    .debug-ui-right {
      float: right;
      width: 50%;
    }

    .debug{

    }
}