]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/users/user-edit/user-edit.component.scss
unify inputs requiring buttons like password inputs
[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 @include peertube-button;
44 @include danger-button;
45 @include disable-outline;
46
47 display: block;
48 margin-top: 0;
49 }
50 }
51 }
52
53 .breadcrumb {
54 @include breadcrumb;
55 }
56
57 .dashboard {
58 @include dashboard;
59 max-width: 900px;
60 }
61
62 my-actor-avatar-info ::ng-deep {
63 .actor-img-edit-container,
64 .actor-info-followers,
65 .actor-info-username {
66 display: none;
67 }
68 }