]>
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 | ||
12 | .banned-info { | |
13 | font-style: italic; | |
14 | } | |
15 | ||
16 | .ban-reason-label { | |
17 | font-weight: $font-semibold; | |
791645e6 C |
18 | } |
19 | ||
20 | .caption { | |
791645e6 | 21 | justify-content: space-between; |
791645e6 C |
22 | |
23 | input { | |
24 | @include peertube-input-text(250px); | |
25 | } | |
457bb213 | 26 | } |
2bc9bd08 RK |
27 | |
28 | p-tableCheckbox { | |
29 | position: relative; | |
30 | top: -2.5px; | |
31 | } | |
d6af8146 RK |
32 | |
33 | .chip { | |
34 | @include chip; | |
35 | } |