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:
parent
7c43f2de2c
commit
07940bc2c6
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue