summaryrefslogtreecommitdiff
path: root/gae/frontend/src/app/menu/lab/lab.component.scss
blob: fed2fb6d45cebe3f62e408604fa4d6fab4a0cb2b (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
33
34
35
36
37
38
39
40
41
.mat-table {
  overflow: auto;
}

.entity-table {
  display: flex;
  flex-direction: column;
}

.mat-header-cell {
  padding: 0 10px 0 10px;
}

.index-column {
  max-width: 40px;
}

.mat-cell {
  padding: 0 10px 0 10px;
}

.element-row {
  position: relative;
  overflow: hidden;
}

.element-row:not(.expanded) {
  cursor: pointer;
}

.element-row:not(.expanded):hover {
  background: #f5f5f5;
}

.element-row.expanded {
  border-bottom-color: transparent;
}

.div-expandable {
  padding: 10px 20px 30px 20px;
}