]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/followers-list/followers-list.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / followers-list / followers-list.component.scss
index a6f0656b8b79d2f15cb6fe47be74c352f8488238..e01c9571d21bbf26125372927a14845aabfa101c 100644 (file)
@@ -1,10 +1,23 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables';
+@use '_mixins';
 
-.caption {
-  justify-content: flex-end;
+a {
+  @include disable-default-a-behaviour;
+  display: inline-block;
 
-  input {
-    @include peertube-input-text(250px);
+  &,
+  &:hover {
+    color: pvar(--mainForegroundColor);
   }
-}
\ No newline at end of file
+
+  span {
+    font-size: 80%;
+    color: pvar(--inputPlaceholderColor);
+  }
+}
+
+.action-cell {
+  my-button:first-child {
+    @include margin-right(10px);
+  }
+}