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