From 99cabd545dda501fa23f4f1e917c3a586adea2a2 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 6 Apr 2015 13:25:36 +1000 Subject: Fix for generated IDs for controls, UI tweak for audio --- src/sass/plyr.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/sass') diff --git a/src/sass/plyr.scss b/src/sass/plyr.scss index 3453dd50..e1fb4960 100644 --- a/src/sass/plyr.scss +++ b/src/sass/plyr.scss @@ -9,6 +9,7 @@ $blue: #3498DB; $gray-dark: #343f4a; $gray: #565d64; $gray-light: #cbd0d3; +$off-white: #f9fafb; // Font sizes $font-size-small: 14px; @@ -535,6 +536,17 @@ $bp-captions-large: 768px; // When captions jump to the larger font size float: none; } + // Audio specific styles + // Position the progress within the container + &-audio .player-controls { + padding-top: ($control-spacing * 2); + } + &-audio .player-progress { + bottom: auto; + top: 0; + background: $off-white; + } + // Full screen mode &-fullscreen, &.fullscreen-active { -- cgit v1.2.3