]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/users/user-list/user-list.component.scss
allow sorting notifications
[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
12.banned-info {
13 font-style: italic;
14}
15
16.ban-reason-label {
17 font-weight: $font-semibold;
791645e6
C
18}
19
8491293b
RK
20.user-table-primary-text .glyphicon {
21 font-size: 80%;
22 color: gray;
23 margin-left: 0.1rem;
24}
25
791645e6 26.caption {
791645e6 27 justify-content: space-between;
791645e6
C
28
29 input {
30 @include peertube-input-text(250px);
31 }
457bb213 32}
2bc9bd08
RK
33
34p-tableCheckbox {
35 position: relative;
36 top: -2.5px;
37}
d6af8146
RK
38
39.chip {
40 @include chip;
41}
8491293b
RK
42
43.input-group {
44 @include peertube-input-group(300px);
45 input {
46 flex: 1;
47 }
48
49 .dropdown-toggle::after {
50 margin-left: 0;
51 }
52}