]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/overview/videos/video-list.component.scss
Migrate to bootstrap 5
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / videos / video-list.component.scss
index 543cb433c32f244b5aa314db5ecda4a382da0ca6..dcd41a1b434a01a339b728329458607ab9479e40 100644 (file)
@@ -1,15 +1,14 @@
 @use '_variables' as *;
 @use '_mixins' as *;
+
 my-embed {
   display: block;
   max-width: 500px;
   width: 50%;
 }
 
-.badge {
-  @include peertube-badge;
-
-  margin-right: 5px;
+.pt-badge {
+  @include margin-right(5px);
 }
 
 .video-info > div {
@@ -27,4 +26,3 @@ my-embed {
     @include margin-right(10px);
   }
 }
-