diff options
Diffstat (limited to 'src/sass/plyr.scss')
-rw-r--r-- | src/sass/plyr.scss | 12 |
1 files changed, 12 insertions, 0 deletions
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 { |