Restore simplicity to LESS file structure

This commit is contained in:
Sam Potts
2016-05-10 09:35:19 +10:00
parent 3470d5f5e6
commit 3f20462943
19 changed files with 647 additions and 655 deletions
-31
View File
@@ -1,31 +0,0 @@
// Embedded videos
// --------------------------------------------------------------
// Container for embeds
.plyr__video-embed {
padding-bottom: 56.25%; /* 16:9 */
height: 0;
overflow: hidden;
border-radius: inherit;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
user-select: none;
}
// Vimeo hack
> div {
position: relative;
padding-bottom: 200%;
transform: translateY(-35.95%);
}
}
// To allow mouse events to be captured if full support
.plyr .plyr__video-embed iframe {
pointer-events: none;
}