diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/player/upnext.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/sass/player/upnext.scss b/client/src/sass/player/upnext.scss index f1f2e0fe2..7614bb3b6 100644 --- a/client/src/sass/player/upnext.scss +++ b/client/src/sass/player/upnext.scss | |||
@@ -40,12 +40,18 @@ $browser-context: 16; | |||
40 | margin-top: 52px; | 40 | margin-top: 52px; |
41 | } | 41 | } |
42 | 42 | ||
43 | .vjs-upnext-suspended, | ||
43 | .vjs-upnext-cancel { | 44 | .vjs-upnext-cancel { |
44 | display: block; | 45 | display: block; |
45 | float: none; | 46 | float: none; |
46 | text-align: center; | 47 | text-align: center; |
47 | } | 48 | } |
48 | 49 | ||
50 | .vjs-upnext-suspended { | ||
51 | font-size: 50%; | ||
52 | margin-top: 1rem; | ||
53 | } | ||
54 | |||
49 | .vjs-upnext-headtext { | 55 | .vjs-upnext-headtext { |
50 | display: block; | 56 | display: block; |
51 | font-size: 14px; | 57 | font-size: 14px; |