]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/followers-list/followers-list.component.scss
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / followers-list / followers-list.component.scss
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3a7bf2ef8b5aef64234ea3becce7fecec3938768 100644 (file)
@@ -0,0 +1,27 @@
+@use '_variables' as *;
+@use '_mixins' as *;
+
+a {
+  @include disable-default-a-behaviour;
+  display: inline-block;
+
+  &,
+  &:hover {
+    color: pvar(--mainForegroundColor);
+  }
+
+  span {
+    font-size: 80%;
+    color: pvar(--inputPlaceholderColor);
+  }
+}
+
+.action-cell {
+  my-button:first-child {
+    @include margin-right(10px);
+  }
+}
+
+my-delete-button {
+  max-width: 130px;
+}