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