1mat-sidenav {
2  width: 400px;
3  padding: 30px 10px;
4}
5
6#property-name {
7  color: rgba(0, 0, 0, 0.66);
8  font-size: 12px;
9  margin-bottom: 2px;
10}
11
12#property-value {
13  font-size: 12px;
14}
15
16.mat-button {
17  position: absolute;
18  top: 10px;
19  right: 10px;
20  min-width: 28px;
21  width: 28px;
22  height: 28px;
23  padding: 0;
24  .mat-icon {
25    width: 24px;
26    height: 24px;
27  }
28}
29