summaryrefslogtreecommitdiff
path: root/res/css/partials/dev-area.scss
blob: 7d344a554d39d8b6e9ca12015be8cf8b2a46e4fe (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
.debug-ui {
  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{

}