Clean master commit

This commit is contained in:
Franc FC
2018-10-31 14:11:03 -04:00
parent 59aa005a64
commit 92e03fdb07
69 changed files with 12939 additions and 0 deletions

33
src/scss/video.scss Normal file
View File

@@ -0,0 +1,33 @@
.video-wrapper {
z-index: 1;
position: relative;
width: 740px;
height: 420px;
transition: opacity 500ms;
background-color: black;
font-family: 'Lato', Helvetica, sans-serif;
overflow: hidden;
}
.video-js .vjs-big-play-button {
font-size: 3em;
line-height: 40px;
height: 40px;
width: 40px;
display: block;
position: absolute;
background: none;
top: 10px;
left: 10px;
padding: 0;
cursor: pointer;
opacity: 1;
border-radius: 20px;
transition: 0.2s ease;
border: 1px solid $midwhite;
&:hover {
transition: 0.2s ease;
border: 1px solid $offwhite;
}
}