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