diff options
Diffstat (limited to 'client/src/standalone/videos/embed.scss')
-rw-r--r-- | client/src/standalone/videos/embed.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/client/src/standalone/videos/embed.scss b/client/src/standalone/videos/embed.scss index 9fa868c9b..b015c6736 100644 --- a/client/src/standalone/videos/embed.scss +++ b/client/src/standalone/videos/embed.scss | |||
@@ -14,8 +14,6 @@ html, body { | |||
14 | margin: 0; | 14 | margin: 0; |
15 | } | 15 | } |
16 | 16 | ||
17 | |||
18 | |||
19 | .video-js.vjs-peertube-skin { | 17 | .video-js.vjs-peertube-skin { |
20 | width: 100%; | 18 | width: 100%; |
21 | height: 100%; | 19 | height: 100%; |
@@ -25,22 +23,6 @@ html, body { | |||
25 | background-size: 100% auto; | 23 | background-size: 100% auto; |
26 | } | 24 | } |
27 | 25 | ||
28 | .vjs-peertube-link { | ||
29 | @include disable-outline; | ||
30 | |||
31 | color: #fff; | ||
32 | text-decoration: none; | ||
33 | font-size: $font-size; | ||
34 | line-height: $control-bar-height; | ||
35 | transition: all .4s; | ||
36 | font-weight: $font-semibold; | ||
37 | padding-right: 5px; | ||
38 | } | ||
39 | |||
40 | .vjs-peertube-link:hover { | ||
41 | text-shadow: 0 0 1em #fff; | ||
42 | } | ||
43 | |||
44 | @media screen and (max-width: 350px) { | 26 | @media screen and (max-width: 350px) { |
45 | .vjs-play-control { | 27 | .vjs-play-control { |
46 | padding: 0 5px !important; | 28 | padding: 0 5px !important; |