]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/overview/users/user-list/user-list.component.scss
Add tooltip to plugin auth
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / overview / users / user-list / user-list.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
a0da6f90 3@use 'bootstrap/scss/functions' as *;
04e0fc48 4
9b01cfc7
RK
5tr.banned > td {
6 background-color: lighten($color: $red, $amount: 40) !important;
141b177d
C
7}
8
9.banned-info {
10 font-style: italic;
11}
12
13.ban-reason-label {
14 font-weight: $font-semibold;
791645e6
C
15}
16
4c8749cb
C
17.cell-username .pt-badge {
18 @include margin-left(15px);
a282e4d8
C
19}
20
2bc9bd08
RK
21p-tableCheckbox {
22 position: relative;
23 top: -2.5px;
24}
d6af8146 25
bc99dfe5
RK
26my-global-icon {
27 width: 18px;
28}
29
bc99dfe5 30.progress {
66927c05 31 @include progressbar($small: true);
1fd61899 32
bc99dfe5
RK
33 width: auto;
34 max-width: 100%;
35}
d94b8ecf
C
36
37@media screen and (max-width: $primeng-breakpoint) {
38 .progress {
39 width: 100%;
40 }
41
42 .empty-cell {
43 padding: 0;
44 }
45}