]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/users/user-edit/user-edit.component.scss
update scripts/generate-code-contributors.ts
[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 {
43 display: block;
44 margin-top: 0;
45 }
46 }
47}
76314386
RK
48
49.breadcrumb {
50 @include breadcrumb;
51}
52
53.dashboard {
54 @include dashboard;
55 max-width: 900px;
56}
57
58my-actor-avatar-info ::ng-deep {
59 .actor-img-edit-container,
60 .actor-info-followers,
61 .actor-info-username {
62 display: none;
63 }
64}