]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/app/+admin/users/user-list/user-list.component.scss
variable columns for users list, more columns possible, badge display for statuses
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-list / user-list.component.scss
... / ...
CommitLineData
1@import '_variables';
2@import '_mixins';
3
4.add-button {
5 @include create-button;
6}
7
8tr.banned > td {
9 background-color: lighten($color: $red, $amount: 40) !important;
10}
11
12.table-email {
13 @include disable-default-a-behaviour;
14 color: pvar(--mainForegroundColor);
15}
16
17.banned-info {
18 font-style: italic;
19}
20
21.ban-reason-label {
22 font-weight: $font-semibold;
23}
24
25.user-table-primary-text .glyphicon {
26 font-size: 80%;
27 color: gray;
28 margin-left: 0.1rem;
29}
30
31.caption {
32 justify-content: space-between;
33
34 input {
35 @include peertube-input-text(250px);
36 }
37}
38
39p-tableCheckbox {
40 position: relative;
41 top: -2.5px;
42}
43
44my-global-icon {
45 width: 18px;
46}
47
48.chip {
49 @include chip;
50}
51
52.badge {
53 @include table-badge;
54}
55
56.progress {
57 @include progressbar;
58 width: auto;
59 max-width: 100%;
60}
61
62.input-group {
63 @include peertube-input-group(300px);
64 input {
65 flex: 1;
66 }
67
68 .dropdown-toggle::after {
69 margin-left: 0;
70 }
71}