]> 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 563f8d2bccbe697a6bc24e2bfa71774275913626..9474b0a234f9b26c7bce2e31739c40be57b0222e 100644 (file)
@@ -5,21 +5,14 @@ a {
   @include disable-default-a-behaviour;
   display: inline-block;
 
-  &, &:hover {
-    color: var(--mainForegroundColor);
+  &,
+  &:hover {
+    color: pvar(--mainForegroundColor);
   }
 
   span {
     font-size: 80%;
-    color: var(--inputPlaceholderColor);
-  }
-}
-
-.caption {
-  justify-content: flex-end;
-
-  input {
-    @include peertube-input-text(250px);
+    color: pvar(--inputPlaceholderColor);
   }
 }