]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/overview/users/user-list/user-list.component.scss
Clearer video creation from API regarding rates
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / users / user-list / user-list.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
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
15 color: pvar(--mainForegroundColor);
16 }
17
18 .banned-info {
19 font-style: italic;
20 }
21
22 .ban-reason-label {
23 font-weight: $font-semibold;
24 }
25
26 .badges-username {
27 margin-left: 15px;
28 }
29
30 .user-table-primary-text .glyphicon {
31 @include margin-left(0.1rem);
32
33 font-size: 80%;
34 color: #808080;
35 }
36
37 p-tableCheckbox {
38 position: relative;
39 top: -2.5px;
40 }
41
42 my-global-icon {
43 width: 18px;
44 }
45
46 .chip {
47 @include chip;
48 }
49
50 .progress {
51 @include progressbar($small: true);
52
53 width: auto;
54 max-width: 100%;
55 }
56
57 @media screen and (max-width: $primeng-breakpoint) {
58 .progress {
59 width: 100%;
60 }
61
62 .empty-cell {
63 padding: 0;
64 }
65 }