]> 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 bfcdcaa49ce01524146c34f2cdf8d7446ae8b169..9474b0a234f9b26c7bce2e31739c40be57b0222e 100644 (file)
@@ -1,13 +1,21 @@
 @import '_variables';
 @import '_mixins';
 
-my-redundancy-checkbox /deep/ my-peertube-checkbox {
-  .form-group {
-    margin-bottom: 0;
-    align-items: center;
+a {
+  @include disable-default-a-behaviour;
+  display: inline-block;
+
+  &,
+  &:hover {
+    color: pvar(--mainForegroundColor);
   }
 
-  label {
-    margin: 0;
+  span {
+    font-size: 80%;
+    color: pvar(--inputPlaceholderColor);
   }
-}
\ No newline at end of file
+}
+
+.follow-button {
+  @include create-button;
+}