add file-render.scss

This commit is contained in:
Baltazar Gomez 2018-06-14 18:19:21 -06:00 committed by Sean Yesmunt
parent 9b5ac83f68
commit a3a02995fb

View file

@ -0,0 +1,18 @@
.file-render {
width: 100%;
height: 100%;
margin: auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
overflow: hidden;
.file-render__viewer {
width: 100%;
height: 100%;
background: black;
}
}