]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/users/user-list/user-list.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / 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 .user-table-primary-text .glyphicon {
27 @include margin-left(0.1rem);
28
29 font-size: 80%;
30 color: #808080;
31 }
32
33 p-tableCheckbox {
34 position: relative;
35 top: -2.5px;
36 }
37
38 my-global-icon {
39 width: 18px;
40 }
41
42 .chip {
43 @include chip;
44 }
45
46 .badge {
47 @include table-badge;
48 }
49
50 .progress {
51 @include progressbar($small: true);
52
53 width: auto;
54 max-width: 100%;
55 }