]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/overview/users/user-list/user-list.component.scss
559a00251d96967e124a57cfbf32f23e2c3529ab
[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 @use 'bootstrap/scss/functions' as *;
4
5 tr.banned > td {
6 background-color: lighten($color: $red, $amount: 40) !important;
7 }
8
9 .banned-info {
10 font-style: italic;
11 }
12
13 .ban-reason-label {
14 font-weight: $font-semibold;
15 }
16
17 .cell-username .pt-badge {
18 @include margin-left(15px);
19 }
20
21 p-tableCheckbox {
22 position: relative;
23 top: -2.5px;
24 }
25
26 my-global-icon {
27 width: 18px;
28 }
29
30 .progress {
31 @include progressbar($small: true);
32
33 width: auto;
34 max-width: 100%;
35 }
36
37 @media screen and (max-width: $primeng-breakpoint) {
38 .progress {
39 width: 100%;
40 }
41
42 .empty-cell {
43 padding: 0;
44 }
45 }