1@import '~@angular/material/theming';
2@import 'styles/app-theme';
3
4body {
5  margin: 0;
6  font-family: Roboto, sans-serif;
7}
8
9.entity-filter {
10  margin: 20px 20px 0 20px;
11
12  filter {
13    width: 100%;
14  }
15}
16
17.statistics-table {
18  margin: 10px 20px 20px 20px;
19
20  table {
21    width: 100%;
22  }
23}
24
25.mat-card {
26  margin: 20px;
27}
28
29.entity-table {
30  margin: 10px 20px 20px 20px;
31
32  table {
33    width: 100%;
34  }
35}
36
37.loading-spinner {
38  display: flex;
39  align-items: center;
40  justify-content: center;
41  top: 0;
42  left: 0;
43  bottom: 0;
44  right: 0;
45  position: fixed;
46}
47
48.div-expandable {
49  padding: 10px 20px 30px 20px;
50
51  button {
52    margin-right: 20px;
53  }
54}
55