1 |
bedb9995
|
Ondřej Váně
|
body {
|
2 |
|
|
height: 100% !important;
|
3 |
|
|
}
|
4 |
|
|
|
5 |
|
|
.mat-drawer-backdrop {
|
6 |
|
|
position: fixed !important;
|
7 |
|
|
}
|
8 |
|
|
|
9 |
84997f67
|
Ondřej Váně
|
/* styles for our custom dialog */
|
10 |
|
|
.custom-dialog-container .mat-dialog-container {
|
11 |
|
|
padding: 0;
|
12 |
|
|
width: 50%;
|
13 |
|
|
margin: auto;
|
14 |
|
|
}
|
15 |
c5e7ba51
|
Ondřej Váně
|
|
16 |
16d4eb2a
|
Ondřej Váně
|
@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 |
c5e7ba51
|
Ondřej Váně
|
/* tom margin of all pages */
|
29 |
|
|
.page-top-margin {
|
30 |
|
|
margin-top: 30px;
|
31 |
|
|
}
|