Implementing ads plugin

This commit is contained in:
ferdiemmen
2018-01-13 23:02:59 +01:00
parent d9ec1d1b8e
commit 025fc1090b
12 changed files with 502 additions and 5 deletions

View File

@ -39,3 +39,6 @@
// Plyr
@import '../../../../src/sass/plyr';
// Ads Plugin
@import '../plugins/ads/ads';

View File

@ -0,0 +1,18 @@
.plyr--ready {
position: relative;
}
.plyr__ads {
bottom: 0;
cursor: pointer;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 10;
video {
left: 0;
}
}