aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/css/debug.css
blob: 3e125bcd4b34bd918cd0a6ec88157b46de657606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
debug / dev
*/

#app-content {
  border: 2px solid green;
}

#design-container {
  position: absolute;
  left: 360px;
  top: -42px;
  width: calc(100vw - 360px);
  height: 100vh;
  overflow: scroll;
}

#design-container img {
  width: 2000px;
  margin-right: 600px;
}