summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/editor/overview/overview.css
blob: 0e23b31f31dad306c714517dbf4875ffae38cc5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.app > .overview {
  width: 100%;
  height: calc(100% - 3.125rem);
  overflow: scroll;
}

.overview {
  padding: 1.5rem;
}

.overview h2 {
  margin: 0.5rem 0 1rem 0;
}

.overview .tableObject th, .overview .tableTuples th {
  color: #ddd;
}

.overview .tableObject td {
  color: #eee;
}