]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/follows.component.scss
Merge branch 'release/3.3.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / follows.component.scss
index 385dfbb7d212dd002c7f4e5b068bfc2a26ec0e9a..944135c5e0209fa150610c470916c01e3fbcbaeb 100644 (file)
@@ -1,10 +1,11 @@
-.admin-sub-title {
+@use '_mixins' as *;
+
+.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;
 }