Add bulk actions in users table
[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('../../../../assets/images/global/add.svg');
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   height: 40px;
22   display: flex;
23   justify-content: space-between;
24   align-items: center;
25
26   input {
27     @include peertube-input-text(250px);
28   }
29 }