summaryrefslogtreecommitdiff
path: root/gae/frontend/src/app/app.component.scss
blob: d818d0ed382f18a71491f7df081055cea4e6761a (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-sidenav {
  width: 400px;
  padding: 30px 10px;
}

#property-name {
  color: rgba(0, 0, 0, 0.66);
  font-size: 12px;
  margin-bottom: 2px;
}

#property-value {
  font-size: 12px;
}

.mat-button {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  .mat-icon {
    width: 24px;
    height: 24px;
  }
}