diff StoneWebViewer/Resources/Styles/_video.scss @ 1495:fb74ed5d8c22

initial commit of the Stone Web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Jun 2020 16:51:10 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/StoneWebViewer/Resources/Styles/_video.scss	Thu Jun 25 16:51:10 2020 +0200
@@ -0,0 +1,9 @@
+.wvVideo {
+    // Align component vertically & horizontally
+    position: absolute;
+    top:50%;
+    left:0;
+    width: 100%;
+    height: auto;
+    transform: translateY(-50%);
+}
\ No newline at end of file