Docs tweaks

This commit is contained in:
Sam Potts
2015-10-05 01:39:55 +11:00
parent daec1baebc
commit 2c4c8c58d5
8 changed files with 18 additions and 28 deletions

View File

@@ -96,13 +96,12 @@ nav {
box-shadow: inset 0 1px 0 #fff, 0 1px 1px rgba(0,0,0, .05);
text-shadow: 0 1px 1px #fff;
color: @gray;
transition: all .3s ease;
transition: background .3s ease, border .3s ease, color .3s ease;
&:hover,
&:focus {
background-color: #fff;
border-color: darken(@gray-light, 5%);
color: @link-color;
border-color: darken(@gray-light, 8%);
color: @gray;
outline: 0;
}
&-youtube .icon {

View File

@@ -5,6 +5,7 @@
// Example players
.player {
margin: 0 auto @padding-base;
max-width: @example-width-video;
&-controls {
border-radius: 0 0 @border-radius-base @border-radius-base;
@@ -21,11 +22,6 @@
overflow: hidden;
}
}
.player-video,
.player-youtube,
.player-vimeo {
max-width: @example-width-video;
}
video,
.player-video-embed {
border-radius: @border-radius-base;