]>
Commit | Line | Data |
---|---|---|
63c4db6d C |
1 | @import '_variables'; |
2 | @import '_mixins'; | |
04e0fc48 | 3 | |
63c4db6d | 4 | .add-button { |
695237b2 | 5 | @include create-button('../../../../assets/images/global/add.svg'); |
63c4db6d | 6 | } |
141b177d | 7 | |
141b177d C |
8 | tr.banned { |
9 | color: red; | |
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 | } | |
141b177d | 26 | } |