aboutsummaryrefslogtreecommitdiff
path: root/src/components/Print/Print.scss
blob: bae5f764fa7cabbd750e98b0625a8ca0f34df7a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import "../../styles/theme";

.PDFViewer {
  height: 95%;
  width: 95%;
  border: 2px solid $border0;

  position: fixed;
  top: 0; bottom: 0;
  left: 0; right: 0;
  margin: auto;
  z-index: 3;
}