21 lines
233 B
Plaintext
21 lines
233 B
Plaintext
|
#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;
|
||
|
}
|
||
|
}
|