]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/follows/followers-list/followers-list.component.scss
Use travis.com badge now
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / follows / followers-list / followers-list.component.scss
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..964b3f99b2bb8505bedfb20998e602e3a667ecc0 100644 (file)
@@ -0,0 +1,16 @@
+@import '_variables';
+@import '_mixins';
+
+.caption {
+  justify-content: flex-end;
+
+  input {
+    @include peertube-input-text(250px);
+  }
+}
+
+.action-cell {
+  my-button:first-child {
+    margin-right: 10px;
+  }
+}