]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/following-list/following-list.component.scss
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / following-list / following-list.component.scss
index b3bb7f5f87de7418862cbf8e7369e7b6b700514d..405ddae5ca4251f02667db60e9901e165435dc5d 100644 (file)
@@ -1,21 +1,21 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
-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);
   }
 }
 
-.caption {
-  justify-content: flex-end;
-
-  input {
-    @include peertube-input-text(250px);
-  }
-}
\ No newline at end of file
+my-delete-button {
+  max-width: 130px;
+}