allow limiting video-comments rss feeds to an account or video channel
[oweals/peertube.git] / client / src / app / +admin / users / user-list / user-list.component.scss
index 8b22f67ff7e7a611c6c8496756c1a9e178a486d1..99b22aaea1ab78891e7cec4d412b5aec3547baf3 100644 (file)
@@ -1,11 +1,35 @@
-  .add-button {
-    @include peertube-button-link;
-    @include orange-button;
+@import '_variables';
+@import '_mixins';
 
-    .icon.icon-add {
-      @include icon(22px);
+.add-button {
+  @include create-button;
+}
 
-      margin-right: 3px;
-      background-image: url('../../../../assets/images/admin/add.svg');
-    }
+tr.banned {
+  color: red;
+}
+
+.banned-info {
+  font-style: italic;
+}
+
+.ban-reason-label {
+  font-weight: $font-semibold;
+}
+
+.caption {
+  justify-content: space-between;
+
+  input {
+    @include peertube-input-text(250px);
   }
+}
+
+p-tableCheckbox {
+  position: relative;
+  top: -2.5px;
+}
+
+.chip {
+  @include chip;
+}