2021-01-14 13:35:21 +01:00
|
|
|
.preview-sticky {
|
2020-12-11 14:22:02 -08:00
|
|
|
height: calc(100vh - 160px);
|
|
|
|
|
top: 70px;
|
|
|
|
|
position: sticky;
|
2021-01-14 13:35:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pdf-viewer-container {
|
2020-12-11 14:22:02 -08:00
|
|
|
background-color: gray;
|
2022-02-20 00:37:42 -08:00
|
|
|
|
|
|
|
|
pdf-viewer {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
2020-12-11 14:22:02 -08:00
|
|
|
}
|
2022-02-25 00:47:27 -08:00
|
|
|
|
2022-02-25 01:10:26 -08:00
|
|
|
::ng-deep .ng2-pdf-viewer-container .page {
|
2022-06-02 11:00:56 -07:00
|
|
|
--page-margin: 1px 0 10px;
|
2022-02-25 01:10:26 -08:00
|
|
|
width: 100% !important;
|
2022-02-25 00:47:27 -08:00
|
|
|
}
|
2022-03-29 10:35:42 -07:00
|
|
|
|
2022-06-02 11:00:56 -07:00
|
|
|
::ng-deep .ng2-pdf-viewer-container .page:last-child {
|
|
|
|
|
--page-margin: 1px 0 20px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-03-29 10:35:42 -07:00
|
|
|
.password-prompt {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 30%;
|
|
|
|
|
left: 30%;
|
|
|
|
|
right: 30%;
|
|
|
|
|
}
|