summaryrefslogtreecommitdiff
path: root/frontend/views/index/index.css
blob: 48c5abc2a3c40b92976475b1d61f24ffb3850d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* {

}

.index > div {
  margin: 1rem;
  padding: 1rem;
  max-height: calc(100% - 2rem);
  overflow: scroll;
  background: rgba(64,12,64,0.9);
}
.graphIndex {
  display: flex;
  flex-direction: column;
}
.graphIndex > * {
  margin-bottom: 0.5rem;
}