aswi2020anonymous-gitlab/fe/fulltextsearch/src/styles.css @ 9508f0fa
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 |
}
|