]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/users/user-edit/user-edit.component.scss
Add ability to update the banner
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-edit / user-edit.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 $form-base-input-width: 340px;
5
6 label {
7 font-weight: $font-regular;
8 font-size: 100%;
9 }
10
11 .account-title {
12 @include settings-big-title;
13
14 &.account-title-danger {
15 color: lighten($color: #c54130, $amount: 10);
16 }
17 }
18
19 input:not([type=submit]) {
20 @include peertube-input-text($form-base-input-width);
21 display: block;
22 }
23
24 my-input-toggle-hidden {
25 @include responsive-width($form-base-input-width);
26
27 display: block;
28 }
29
30 .peertube-select-container {
31 @include peertube-select-container($form-base-input-width);
32 }
33
34 my-select-custom-value {
35 @include responsive-width($form-base-input-width);
36
37 display: block;
38 }
39
40 input[type=submit], button {
41 @include peertube-button;
42 @include orange-button;
43
44 margin-top: 10px;
45 }
46
47 .transcoding-information {
48 margin-top: 5px;
49 font-size: 11px;
50 }
51
52 .danger-zone {
53 .reset-password-email {
54 margin-bottom: 30px;
55
56 button {
57 @include peertube-button;
58 @include danger-button;
59 @include disable-outline;
60
61 display: block;
62 margin-top: 0;
63 }
64 }
65 }
66
67 .breadcrumb {
68 @include breadcrumb;
69 }
70
71 .dashboard {
72 @include dashboard;
73 max-width: 900px;
74 }