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