]>
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; | |
1fd61899 | 14 | |
bc99dfe5 RK |
15 | color: pvar(--mainForegroundColor); |
16 | } | |
17 | ||
141b177d C |
18 | .banned-info { |
19 | font-style: italic; | |
20 | } | |
21 | ||
22 | .ban-reason-label { | |
23 | font-weight: $font-semibold; | |
791645e6 C |
24 | } |
25 | ||
8491293b RK |
26 | .user-table-primary-text .glyphicon { |
27 | font-size: 80%; | |
931d3430 | 28 | color: #808080; |
8491293b RK |
29 | margin-left: 0.1rem; |
30 | } | |
31 | ||
2bc9bd08 RK |
32 | p-tableCheckbox { |
33 | position: relative; | |
34 | top: -2.5px; | |
35 | } | |
d6af8146 | 36 | |
bc99dfe5 RK |
37 | my-global-icon { |
38 | width: 18px; | |
39 | } | |
40 | ||
d6af8146 RK |
41 | .chip { |
42 | @include chip; | |
43 | } | |
8491293b | 44 | |
bc99dfe5 RK |
45 | .badge { |
46 | @include table-badge; | |
47 | } | |
48 | ||
49 | .progress { | |
66927c05 | 50 | @include progressbar($small: true); |
1fd61899 | 51 | |
bc99dfe5 RK |
52 | width: auto; |
53 | max-width: 100%; | |
54 | } |