]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/follows.component.scss
Bidi support
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.scss
index 08b3737f838ec1b5b9207b9b84b1898a73797b5b..55256c273283eeb2faa75d92dc7c811e3c61f9e7 100644 (file)
@@ -1,10 +1,11 @@
+@import 'mixins';
+
 .form-sub-title {
+  @include margin-right(30px);
+
   flex-grow: 0;
-  margin-right: 30px;
 }
 
-/deep/ .tab-content {
-  height: 0;
-  min-height: 0;
-  padding: 0;
+.badge {
+  @include table-badge;
 }