changed play button for videos [ci skip]
This commit is contained in:
parent
c82e339640
commit
b2ab11944e
4 changed files with 10 additions and 4 deletions
BIN
app/assets/images/buttons/playbtn.png
Normal file
BIN
app/assets/images/buttons/playbtn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB |
|
|
@ -92,7 +92,15 @@ $default-border-radius: 3px;
|
|||
|
||||
@mixin video-overlay(){
|
||||
.video-overlay {
|
||||
background : image-url('video-overlay.png') no-repeat center center;
|
||||
@include opacity(0.6);
|
||||
|
||||
background : {
|
||||
image : image-url('buttons/playbtn.png');
|
||||
repeat : no-repeat;
|
||||
position : center center;
|
||||
size : 60px 60px;
|
||||
}
|
||||
|
||||
position : absolute;
|
||||
top : 0;
|
||||
left : 0;
|
||||
|
|
|
|||
|
|
@ -19,8 +19,6 @@
|
|||
{{/if}}
|
||||
</section>
|
||||
|
||||
<section id="canvas">
|
||||
|
||||
</section>
|
||||
<section id="canvas"></section>
|
||||
|
||||
<div id=paginate><span class="loader hidden"/></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue