]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-moderation/server-blocklist.component.scss
Refactor modal buttons style
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-moderation / server-blocklist.component.scss
index 9ddb7685021eb2acf050ae5f3b3c40fcfa829bf0..31db4d92ba41c5e66d1971ce44561568db16b30a 100644 (file)
@@ -32,3 +32,16 @@ a {
 .block-button {
   @include create-button;
 }
+
+.caption {
+  justify-content: flex-end;
+
+  input {
+    @include peertube-input-text(250px);
+    flex-grow: 1;
+  }
+}
+
+.chip {
+  @include chip;
+}