aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-list/user-list.component.scss
blob: f18747ec35ca34191e59bc22760fc6ea4c9a7f5b (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
@import '_variables';
@import '_mixins';

.add-button {
  @include create-button;
}

tr.banned > td {
  background-color: lighten($color: $red, $amount: 40) !important;
}

.table-email {
  @include disable-default-a-behaviour;
  color: pvar(--mainForegroundColor);
}

.banned-info {
  font-style: italic;
}

.ban-reason-label {
  font-weight: $font-semibold;
}

.user-table-primary-text .glyphicon {
  font-size: 80%;
  color: #808080;
  margin-left: 0.1rem;
}

.caption {
  justify-content: space-between;

  input {
    @include peertube-input-text(250px);
  }
}

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

my-global-icon {
  width: 18px;
}

.chip {
  @include chip;
}

.badge {
  @include table-badge;
}

.progress {
  @include progressbar($small: true);
  width: auto;
  max-width: 100%;
}

.input-group {
  @include peertube-input-group(300px);

  input {
    flex: 1;
  }

  .dropdown-toggle::after {
    margin-left: 0;
  }
}