Add video channel management
[oweals/peertube.git] / client / src / app / +admin / users / user-edit / user-edit.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .form-sub-title {
5   margin-bottom: 30px;
6 }
7
8 input:not([type=submit]) {
9   @include peertube-input-text(340px);
10   display: block;
11 }
12
13 .peertube-select-container {
14   @include peertube-select-container(340px);
15 }
16
17 input[type=submit] {
18   @include peertube-button;
19   @include orange-button;
20 }
21
22 .transcoding-information {
23   margin-top: 5px;
24   font-size: 11px;
25 }