]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/video-list/trending/video-trending-header.component.scss
Bidi support
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / video-list / trending / video-trending-header.component.scss
index 6daacc78e2cc81c06c093152c0de8a433535f1f2..df127e1cb2826fca2ce22541a509c71d52f58b63 100644 (file)
@@ -1,3 +1,5 @@
+@import '_mixins';
+
 .btn-group label {
   border: 1px solid transparent;
   border-radius: 9999px !important;
@@ -5,13 +7,14 @@
   opacity: .8;
 
   &:not(:first-child) {
-    margin-left: .5rem;
+    @include margin-left(.5rem);
   }
 
   my-global-icon {
+    @include margin-right(.1rem);
+
     position: relative;
     top: -2px;
     height: 1rem;
-    margin-right: .1rem;
   }
 }