From 07940bc2c695b020cbb71803ddde90ae55038622 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 15 Jun 2019 11:06:39 -0400 Subject: [PATCH] All film out work from Friday. Re-structure the display module into 3 classes instead of a mess of functions. --- app/less/video.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/less/video.less diff --git a/app/less/video.less b/app/less/video.less new file mode 100644 index 0000000..8705c62 --- /dev/null +++ b/app/less/video.less @@ -0,0 +1,21 @@ +#path_bar{ + +} +#video_file { + +} +#video_preview_wrap { + background: #000; + width: 100%; +} +#video_preview { + height: 400px; + min-height: 400px; + width: auto; + margin: 0 auto; + display: block; + opacity: 0; + & .on { + opacity: 1.0; + } +} \ No newline at end of file