Projekt

Obecné

Profil

Stáhnout (522 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
body {
2
  height: 100% !important;
3
}
4

    
5
.mat-drawer-backdrop {
6
  position: fixed !important;
7
}
8

    
9
/* styles for our custom dialog */
10
.custom-dialog-container .mat-dialog-container {
11
  padding: 0;
12
  width: 50%;
13
  margin: auto;
14
}
15

    
16
@media screen and (max-width: 600px) {
17
  .custom-dialog-container .mat-dialog-container {
18
    width: 100%;
19
  }
20
}
21

    
22
@media screen and (max-width: 900px) {
23
  .custom-dialog-container .mat-dialog-container {
24
    width: 90%;
25
  }
26
}
27

    
28
/* tom margin of all pages */
29
.page-top-margin {
30
  margin-top: 30px;
31
}
(6-6/8)