]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/overview/users/user-list/user-list.component.scss
Refactor form reactive
[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 *;
4c8749cb 3@use '~bootstrap/scss/functions' as *;
04e0fc48 4
63c4db6d 5.add-button {
457bb213 6 @include create-button;
63c4db6d 7}
141b177d 8
9b01cfc7
RK
9tr.banned > td {
10 background-color: lighten($color: $red, $amount: 40) !important;
141b177d
C
11}
12
bc99dfe5
RK
13.table-email {
14 @include disable-default-a-behaviour;
1fd61899 15
bc99dfe5
RK
16 color: pvar(--mainForegroundColor);
17}
18
141b177d
C
19.banned-info {
20 font-style: italic;
21}
22
23.ban-reason-label {
24 font-weight: $font-semibold;
791645e6
C
25}
26
4c8749cb
C
27.cell-username .pt-badge {
28 @include margin-left(15px);
a282e4d8
C
29}
30
2bc9bd08
RK
31p-tableCheckbox {
32 position: relative;
33 top: -2.5px;
34}
d6af8146 35
bc99dfe5
RK
36my-global-icon {
37 width: 18px;
38}
39
d6af8146
RK
40.chip {
41 @include chip;
42}
8491293b 43
bc99dfe5 44.progress {
66927c05 45 @include progressbar($small: true);
1fd61899 46
bc99dfe5
RK
47 width: auto;
48 max-width: 100%;
49}
d94b8ecf
C
50
51@media screen and (max-width: $primeng-breakpoint) {
52 .progress {
53 width: 100%;
54 }
55
56 .empty-cell {
57 padding: 0;
58 }
59}