]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/following-list/following-list.component.scss
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / following-list / following-list.component.scss
index a6f0656b8b79d2f15cb6fe47be74c352f8488238..9474b0a234f9b26c7bce2e31739c40be57b0222e 100644 (file)
@@ -1,10 +1,21 @@
 @import '_variables';
 @import '_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);
+  }
+}
+
+.follow-button {
+  @include create-button;
+}