]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/users/user-list/user-list.component.scss
add description with operation link to category/licence/language constants
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-list / user-list.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
04e0fc48 3
63c4db6d 4.add-button {
457bb213 5 @include create-button;
63c4db6d 6}
141b177d 7
9b01cfc7
RK
8tr.banned > td {
9 background-color: lighten($color: $red, $amount: 40) !important;
141b177d
C
10}
11
bc99dfe5
RK
12.table-email {
13 @include disable-default-a-behaviour;
14 color: pvar(--mainForegroundColor);
15}
16
141b177d
C
17.banned-info {
18 font-style: italic;
19}
20
21.ban-reason-label {
22 font-weight: $font-semibold;
791645e6
C
23}
24
8491293b
RK
25.user-table-primary-text .glyphicon {
26 font-size: 80%;
931d3430 27 color: #808080;
8491293b
RK
28 margin-left: 0.1rem;
29}
30
791645e6 31.caption {
791645e6 32 justify-content: space-between;
791645e6
C
33
34 input {
35 @include peertube-input-text(250px);
36 }
457bb213 37}
2bc9bd08
RK
38
39p-tableCheckbox {
40 position: relative;
41 top: -2.5px;
42}
d6af8146 43
bc99dfe5
RK
44my-global-icon {
45 width: 18px;
46}
47
d6af8146
RK
48.chip {
49 @include chip;
50}
8491293b 51
bc99dfe5
RK
52.badge {
53 @include table-badge;
54}
55
56.progress {
66927c05 57 @include progressbar($small: true);
bc99dfe5
RK
58 width: auto;
59 max-width: 100%;
60}
61
8491293b
RK
62.input-group {
63 @include peertube-input-group(300px);
52c4976f 64
8491293b
RK
65 input {
66 flex: 1;
67 }
68
69 .dropdown-toggle::after {
70 margin-left: 0;
71 }
72}