aswi2020anonymous-gitlab/fe/fulltextsearch/src/styles.css @ 5849958b
1 |
|
---|---|
2 |
body { |
3 |
height: 100% !important; |
4 |
}
|
5 |
|
6 |
.mat-drawer-backdrop { |
7 |
position: fixed !important; |
8 |
}
|
9 |
|
10 |
/* styles for our custom dialog */
|
11 |
.custom-dialog-container .mat-dialog-container { |
12 |
padding: 0; |
13 |
width: 50%; |
14 |
margin: auto; |
15 |
}
|