]> 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 835fa3b7830d312fff53d71ee27bda5cbfc5f389..944135c5e0209fa150610c470916c01e3fbcbaeb 100644 (file)
@@ -1,4 +1,11 @@
-.admin-sub-title {
+@use '_mixins' as *;
+
+.form-sub-title {
+  @include margin-right(30px);
+
   flex-grow: 0;
-  margin-right: 30px;
+}
+
+.badge {
+  @include table-badge;
 }