]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/users/user-edit/user-edit.component.scss
Add new default different avatar for channel and account
[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
15a7387d
C
22.peertube-select-container {
23 @include peertube-select-container(340px);
04e0fc48
C
24}
25
328c78bc 26input[type=submit], button {
04e0fc48
C
27 @include peertube-button;
28 @include orange-button;
d6ca951b
C
29
30 margin-top: 10px;
04e0fc48
C
31}
32
6a84aafd
C
33.transcoding-information {
34 margin-top: 5px;
35 font-size: 11px;
36}
328c78bc 37
b426edd4
C
38.danger-zone {
39 .reset-password-email {
40 margin-bottom: 30px;
b426edd4
C
41
42 button {
97990c6e
RK
43 @include peertube-button;
44 @include danger-button;
45 @include disable-outline;
46
b426edd4
C
47 display: block;
48 margin-top: 0;
49 }
50 }
51}
76314386
RK
52
53.breadcrumb {
54 @include breadcrumb;
55}
56
57.dashboard {
58 @include dashboard;
59 max-width: 900px;
60}
61
62my-actor-avatar-info ::ng-deep {
63 .actor-img-edit-container,
64 .actor-info-followers,
65 .actor-info-username {
66 display: none;
67 }
68}