summaryrefslogtreecommitdiff
path: root/gae/frontend/src/styles.scss
blob: 574f294b7a5d4c228226b79afa9639eb108115c2 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
@import '~@angular/material/theming';
@import 'styles/app-theme';

body {
  margin: 0;
  font-family: Roboto, sans-serif;
}

.entity-filter {
  margin: 20px 20px 0 20px;

  filter {
    width: 100%;
  }
}

.statistics-table {
  margin: 10px 20px 20px 20px;

  table {
    width: 100%;
  }
}

.mat-card {
  margin: 20px;
}

.entity-table {
  margin: 10px 20px 20px 20px;

  table {
    width: 100%;
  }
}

.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
}

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

  button {
    margin-right: 20px;
  }
}