]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/users/user-edit/user-edit.component.scss
fix video update button, add color to danger zone
[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 .peertube-select-container {
23 @include peertube-select-container(340px);
24 }
25
26 input[type=submit], button {
27 @include peertube-button;
28 @include orange-button;
29
30 margin-top: 10px;
31 }
32
33 .transcoding-information {
34 margin-top: 5px;
35 font-size: 11px;
36 }
37
38 .danger-zone {
39 .reset-password-email {
40 margin-bottom: 30px;
41
42 button {
43 display: block;
44 margin-top: 0;
45 }
46 }
47 }
48
49 .breadcrumb {
50 @include breadcrumb;
51 }
52
53 .dashboard {
54 @include dashboard;
55 max-width: 900px;
56 }
57
58 my-actor-avatar-info ::ng-deep {
59 .actor-img-edit-container,
60 .actor-info-followers,
61 .actor-info-username {
62 display: none;
63 }
64 }