aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-list/user-list.component.scss
blob: f235769f06bdecd252ab7db4a89d6ace1e32f6a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@import '_variables';
@import '_mixins';

.add-button {
  @include create-button('../../../../assets/images/global/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);
  }
}