]>
Commit | Line | Data |
---|---|---|
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 |
8 | tr.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%; | |
27 | color: gray; | |
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 | |
39 | p-tableCheckbox { | |
40 | position: relative; | |
41 | top: -2.5px; | |
42 | } | |
d6af8146 | 43 | |
bc99dfe5 RK |
44 | my-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 { | |
57 | @include progressbar; | |
58 | width: auto; | |
59 | max-width: 100%; | |
60 | } | |
61 | ||
8491293b RK |
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 | } |