From 931d3430184143ebd88e5243def6eb1d7acfdbf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 16:41:07 +0200 Subject: Move to stylelint --- client/src/sass/player/upnext.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'client/src/sass/player/upnext.scss') diff --git a/client/src/sass/player/upnext.scss b/client/src/sass/player/upnext.scss index 7614bb3b6..8c9a6f784 100644 --- a/client/src/sass/player/upnext.scss +++ b/client/src/sass/player/upnext.scss @@ -11,15 +11,15 @@ $browser-context: 16; .video-js { .vjs-upnext-content { + @include transition(opacity 0.1s); + font-size: 1.8em; pointer-events: auto; position: absolute; top: 0; bottom: 0; - background: rgba(0,0,0,0.6); + background: rgba(0, 0, 0, 0.6); width: 100%; - - @include transition(opacity 0.1s); } .vjs-upnext-top { @@ -77,7 +77,7 @@ $browser-context: 16; float: none; padding: 10px !important; font-size: 16px !important; - border: none; + border: 0; } .vjs-upnext-cancel-button, @@ -86,7 +86,7 @@ $browser-context: 16; } .vjs-upnext-cancel-button:hover { - background-color: rgba(255,255,255,0.25); + background-color: rgba(255, 255, 255, 0.25); border-radius: 2px; } @@ -95,6 +95,8 @@ $browser-context: 16; } .vjs-upnext-autoplay-icon { + @include transition(stroke-dasharray 0.1s cubic-bezier(0.4,0,1,1)); + position: absolute; top: 50%; left: 50%; @@ -102,8 +104,6 @@ $browser-context: 16; height: 98px; margin: -49px 0 0 -49px; cursor: pointer; - - @include transition(stroke-dasharray 0.1s cubic-bezier(0.4,0,1,1)); } } -- cgit v1.2.3