Rich reporter field and video embed in moderation abuse list
[oweals/peertube.git] / client / src / app / +admin / users / user-list / user-list.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .add-button {
5   @include create-button;
6 }
7
8 tr.banned {
9   color: red;
10 }
11
12 .banned-info {
13   font-style: italic;
14 }
15
16 .ban-reason-label {
17   font-weight: $font-semibold;
18 }
19
20 .caption {
21   justify-content: space-between;
22
23   input {
24     @include peertube-input-text(250px);
25   }
26 }
27
28 p-tableCheckbox {
29   position: relative;
30   top: -2.5px;
31 }
32
33 .chip {
34   @include chip;
35 }