]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/following-list/following-list.component.scss
Unify paginator disabling when no result is displayable, fix batch domain add for...
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / following-list / following-list.component.scss
index b3bb7f5f87de7418862cbf8e7369e7b6b700514d..563f8d2bccbe697a6bc24e2bfa71774275913626 100644 (file)
@@ -1,14 +1,17 @@
 @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: var(--mainForegroundColor);
   }
 
-  label {
-    margin: 0;
+  span {
+    font-size: 80%;
+    color: var(--inputPlaceholderColor);
   }
 }
 
@@ -18,4 +21,8 @@ my-redundancy-checkbox /deep/ my-peertube-checkbox {
   input {
     @include peertube-input-text(250px);
   }
-}
\ No newline at end of file
+}
+
+.follow-button {
+  @include create-button;
+}