summaryrefslogtreecommitdiff
path: root/gae/frontend/src/app/menu/schedule/schedule.component.scss
blob: a1e3e98685530f16321e9d7b705af1c3837d60ee (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
.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;
}

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