Docs tweaks

This commit is contained in:
Sam Potts
2016-04-27 00:34:44 +10:00
parent 68c4b52dfa
commit b077bb9f5f
9 changed files with 31 additions and 23 deletions

View File

@ -7,20 +7,25 @@ section {
max-width: @example-width-video;
}
video,
.plyr__video-embed {
max-width: 100%;
vertical-align: middle;
}
// Example players
.plyr {
margin: 0 auto;
border-radius: @border-radius-base;
border-radius: @border-radius-large;
}
.plyr--audio {
max-width: @example-width-audio;
}
.plyr--video::after {
content: "";
pointer-events: none;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border: 1px solid fade(#000, 15%);
border-radius: inherit;
}
// Style full supported player
.plyr__cite {