Code tweaks
This commit is contained in:
17
src/sass/plugins/ads.scss
Normal file
17
src/sass/plugins/ads.scss
Normal 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;
|
||||
}
|
||||
}
|
@ -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;
|
||||
}
|
||||
}
|
@ -40,7 +40,7 @@
|
||||
@import 'states/error';
|
||||
@import 'states/fullscreen';
|
||||
|
||||
@import 'plugins/ads';
|
||||
|
||||
@import 'utils/animation';
|
||||
@import 'utils/hidden';
|
||||
|
||||
@import 'plugins/ads/ads';
|
||||
|
Reference in New Issue
Block a user