All film out work from Friday. Re-structure the display module into 3 classes instead of a mess of functions.

This commit is contained in:
mmcwilliams 2019-06-15 11:06:39 -04:00
parent 7c43f2de2c
commit 07940bc2c6
1 changed files with 21 additions and 0 deletions

21
app/less/video.less Normal file
View File

@ -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;
}
}