aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-list/user-list.component.scss
blob: 5274be01cf938d55485c67c28ac7b70f621a1c21 (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;
}

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);
  }
}