]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/embed.scss
Improve player
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.scss
index 9140cd37c2b2f937af0799b149cd04d9f6b77331..b015c67365b4c7eb12ccde2964ef5848fab43b47 100644 (file)
@@ -1,3 +1,5 @@
+@import '_variables';
+@import '_mixins';
 @import '~video.js/dist/video-js.css';
 @import '~videojs-dock/dist/videojs-dock.css';
 @import '../../sass/video-js-custom.scss';
@@ -12,47 +14,31 @@ html, body {
   margin: 0;
 }
 
-.video-js {
+.video-js.vjs-peertube-skin {
   width: 100%;
   height: 100%;
   overflow: hidden;
-}
-
-.vjs-poster {
-  background-size: 100% auto;
-}
-
-.vjs-peertube-link {
-  color: #fff;
-  text-decoration: none;
-  font-size: $font-size;
-  line-height: $control-bar-height;
-  transition: all .4s;
-  font-weight: $font-semibold;
-  margin-right: 3px;
-}
 
-.vjs-peertube-link:hover {
-  text-shadow: 0 0 1em #fff;
-}
+  .vjs-poster {
+    background-size: 100% auto;
+  }
 
-// Fix volume panel because we added a new component (PeerTube link)
-.vjs-volume-panel {
-  margin-right: 121px !important;
-}
+  @media screen and (max-width: 350px) {
+    .vjs-play-control {
+      padding: 0 5px !important;
+      width: 25px !important;
+    }
 
-@media screen and (max-width: 350px) {
-  .vjs-play-control {
-    padding: 0 5px !important;
-    width: 25px !important;
-  }
+    .vjs-volume-control {
+      display: none !important;
+    }
 
-  .vjs-volume-control {
-    display: none !important;
-  }
+    .vjs-volume-panel {
+      width: 26px !important;
+    }
 
-  .vjs-volume-panel {
-    width: 26px !important;
-    margin-right: 140px !important;
+    .vjs-peertube-link {
+      padding: 0;
+    }
   }
 }