]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/followers-list/followers-list.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / followers-list / followers-list.component.scss
index f2d752eb581fe0297a6095c24b582575d4964b4f..3a7bf2ef8b5aef64234ea3becce7fecec3938768 100644 (file)
@@ -1,19 +1,12 @@
-@import '_variables';
-@import '_mixins';
-
-.caption {
-  justify-content: flex-end;
-
-  input {
-    @include peertube-input-text(250px);
-  }
-}
+@use '_variables' as *;
+@use '_mixins' as *;
 
 a {
   @include disable-default-a-behaviour;
   display: inline-block;
 
-  &, &:hover {
+  &,
+  &:hover {
     color: pvar(--mainForegroundColor);
   }
 
@@ -25,6 +18,10 @@ a {
 
 .action-cell {
   my-button:first-child {
-    margin-right: 10px;
+    @include margin-right(10px);
   }
 }
+
+my-delete-button {
+  max-width: 130px;
+}