diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-09-13 17:26:09 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-09-13 17:26:09 +0530 |
commit | c1600045a243e3547fe589bfc7e474d2decaea4c (patch) | |
tree | 73b93eca3c76e2da5a55638794742a76f4927cde /src/components/Print/Print.scss | |
parent | 92b6da1d37da9232f1f40ac2526b189289049534 (diff) |
moved interfaces to new folder
Diffstat (limited to 'src/components/Print/Print.scss')
-rw-r--r-- | src/components/Print/Print.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/Print/Print.scss b/src/components/Print/Print.scss deleted file mode 100644 index bae5f76..0000000 --- a/src/components/Print/Print.scss +++ /dev/null @@ -1,13 +0,0 @@ -@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; -} |