aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-list/user-list.component.scss
blob: 40f08027f5bf031396eece6605a60e463e5529b3 (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
27
28
29
30
31
@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);
  }
}

p-tableCheckbox {
  position: relative;
  top: -2.5px;
}