SASS for previous change

This commit is contained in:
Sam Potts 2015-06-08 21:46:47 +10:00
parent f41854ebe7
commit 4f0633fdc1

View File

@ -572,12 +572,9 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo
top: auto; top: auto;
bottom: 90px; bottom: 90px;
@media (min-width: $bp-control-split) and (max-width: ($bp-captions-large - 1)) { @media (min-width: $bp-control-split) {
bottom: 60px; bottom: 60px;
} }
@media (min-width: $bp-captions-large) {
bottom: 80px;
}
} }
} }
.player-controls { .player-controls {
@ -590,11 +587,10 @@ $bp-captions-large: 768px !default; // When captions jump to the larger fo
// Hide controls when playing in full screen // Hide controls when playing in full screen
&.fullscreen-hide-controls.playing .player-controls { &.fullscreen-hide-controls.playing .player-controls {
transform: translateY(100%) translateY($control-spacing / 2); transform: translateY(100%) translateY($control-spacing / 2);
transition: transform .3s 1s ease; transition: transform .3s .2s ease;
&.hover { &.hover {
transform: translateY(0); transform: translateY(0);
transition-delay: 0;
} }
} }
} }