allow limiting video-comments rss feeds to an account or video channel
[oweals/peertube.git] / client / src / app / +admin / users / user-edit / user-edit.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 label {
5   font-weight: $font-regular;
6   font-size: 100%;
7 }
8
9 .account-title {
10   @include settings-big-title;
11 }
12
13 input:not([type=submit]) {
14   @include peertube-input-text(340px);
15   display: block;
16 }
17
18 .peertube-select-container {
19   @include peertube-select-container(340px);
20 }
21
22 input[type=submit], button {
23   @include peertube-button;
24   @include orange-button;
25
26   margin-top: 10px;
27 }
28
29 .transcoding-information {
30   margin-top: 5px;
31   font-size: 11px;
32 }
33
34 .danger-zone {
35   .reset-password-email {
36     margin-bottom: 30px;
37
38     button {
39       display: block;
40       margin-top: 0;
41     }
42   }
43 }
44
45 .breadcrumb {
46   @include breadcrumb;
47 }
48
49 .dashboard {
50   @include dashboard;
51   max-width: 900px;
52 }
53
54 my-actor-avatar-info ::ng-deep {
55   .actor-img-edit-container,
56   .actor-info-followers,
57   .actor-info-username {
58     display: none;
59   }
60 }