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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user