summaryrefslogtreecommitdiff
path: root/gae/frontend/src/app/menu/job/job.component.scss
blob: c8aee00c87449928b821ea2d3afd99b30d37059c (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
.mat-header-cell {
  padding: 0 10px 0 10px;
}

.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;
}