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