Code tweaks

This commit is contained in:
Sam Potts
2018-01-14 23:15:33 +11:00
parent cfc86bcb7c
commit 22e8892993
15 changed files with 71 additions and 76 deletions

17
src/sass/plugins/ads.scss Normal file
View File

@ -0,0 +1,17 @@
// ==========================================================================
// Advertisments
// ==========================================================================
.plyr__ads {
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 10;
video {
left: 0;
}
}

View File

@ -1,18 +0,0 @@
.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;
}
}

View File

@ -40,7 +40,7 @@
@import 'states/error';
@import 'states/fullscreen';
@import 'plugins/ads';
@import 'utils/animation';
@import 'utils/hidden';
@import 'plugins/ads/ads';