]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/bezels.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / bezels.scss
index ff3448511d0bb97609337f29e5968be75795e4cf..b8c3325d00ad4f575632c71f3be68e112a6d5599 100644 (file)
@@ -9,13 +9,14 @@
 }
 
 .vjs-bezel {
+  @include margin-left(-26px);
+
   position: absolute;
   left: 50%;
   top: 50%;
   width: 52px;
   height: 52px;
   z-index: 19;
-  margin-left: -26px;
   margin-top: -26px;
   background: rgba(0, 0, 0, .5);
   border-radius: 26px;
     fill: #fff;
   }
 }
-
-.video-js {
-
-  .vjs-bezel-content {
-
-  }
-
-}