]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/users/user-list/user-list.component.scss
Use ng select for multiselect
[github/Chocobozzz/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;
6 }
7
8 tr.banned > td {
9 background-color: lighten($color: $red, $amount: 40) !important;
10 }
11
12 .table-email {
13 @include disable-default-a-behaviour;
14 color: pvar(--mainForegroundColor);
15 }
16
17 .banned-info {
18 font-style: italic;
19 }
20
21 .ban-reason-label {
22 font-weight: $font-semibold;
23 }
24
25 .user-table-primary-text .glyphicon {
26 font-size: 80%;
27 color: gray;
28 margin-left: 0.1rem;
29 }
30
31 .caption {
32 justify-content: space-between;
33
34 input {
35 @include peertube-input-text(250px);
36 }
37 }
38
39 p-tableCheckbox {
40 position: relative;
41 top: -2.5px;
42 }
43
44 my-global-icon {
45 width: 18px;
46 }
47
48 .chip {
49 @include chip;
50 }
51
52 .badge {
53 @include table-badge;
54 }
55
56 .progress {
57 @include progressbar($small: true);
58 width: auto;
59 max-width: 100%;
60 }
61
62 .input-group {
63 @include peertube-input-group(300px);
64
65 input {
66 flex: 1;
67 }
68
69 .dropdown-toggle::after {
70 margin-left: 0;
71 }
72 }