]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/users/user-edit/user-edit.component.scss
Add ability to update plugin auth
[github/Chocobozzz/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 &.account-title-danger {
13 color: lighten($color: #c54130, $amount: 10);
14 }
15 }
16
17 input:not([type=submit]) {
18 @include peertube-input-text(340px);
19 display: block;
20 }
21
22 my-input-toggle-hidden {
23 @include responsive-width(340px);
24
25 display: block;
26 }
27
28 .peertube-select-container {
29 @include peertube-select-container(340px);
30 }
31
32 input[type=submit], button {
33 @include peertube-button;
34 @include orange-button;
35
36 margin-top: 10px;
37 }
38
39 .transcoding-information {
40 margin-top: 5px;
41 font-size: 11px;
42 }
43
44 .danger-zone {
45 .reset-password-email {
46 margin-bottom: 30px;
47
48 button {
49 @include peertube-button;
50 @include danger-button;
51 @include disable-outline;
52
53 display: block;
54 margin-top: 0;
55 }
56 }
57 }
58
59 .breadcrumb {
60 @include breadcrumb;
61 }
62
63 .dashboard {
64 @include dashboard;
65 max-width: 900px;
66 }
67
68 my-actor-avatar-info ::ng-deep {
69 .actor-img-edit-container,
70 .actor-info-followers,
71 .actor-info-username {
72 display: none;
73 }
74 }