]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
76314386
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
9.account-title {
10 @include settings-big-title;
1fe1e14c
RK
11
12 &.account-title-danger {
13 color: lighten($color: #c54130, $amount: 10);
14 }
04e0fc48
C
15}
16
17input:not([type=submit]) {
18 @include peertube-input-text(340px);
19 display: block;
20}
21
d89fcd1e
C
22my-input-toggle-hidden {
23 @include responsive-width(340px);
24
25 display: block;
26}
27
15a7387d
C
28.peertube-select-container {
29 @include peertube-select-container(340px);
04e0fc48
C
30}
31
328c78bc 32input[type=submit], button {
04e0fc48
C
33 @include peertube-button;
34 @include orange-button;
d6ca951b
C
35
36 margin-top: 10px;
04e0fc48
C
37}
38
6a84aafd
C
39.transcoding-information {
40 margin-top: 5px;
41 font-size: 11px;
42}
328c78bc 43
b426edd4
C
44.danger-zone {
45 .reset-password-email {
46 margin-bottom: 30px;
b426edd4
C
47
48 button {
97990c6e
RK
49 @include peertube-button;
50 @include danger-button;
51 @include disable-outline;
52
b426edd4
C
53 display: block;
54 margin-top: 0;
55 }
56 }
57}
76314386
RK
58
59.breadcrumb {
60 @include breadcrumb;
61}
62
63.dashboard {
64 @include dashboard;
65 max-width: 900px;
66}
67
68my-actor-avatar-info ::ng-deep {
69 .actor-img-edit-container,
70 .actor-info-followers,
71 .actor-info-username {
72 display: none;
73 }
74}