]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/overview/users/user-edit/user-edit.component.scss
Fix subscription button radius
[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
f67ac646
C
44my-user-real-quota-info {
45 display: block;
6a84aafd
C
46 margin-top: 5px;
47 font-size: 11px;
48}
328c78bc 49
b426edd4
C
50.danger-zone {
51 .reset-password-email {
52 margin-bottom: 30px;
b426edd4
C
53
54 button {
97990c6e
RK
55 @include peertube-button;
56 @include danger-button;
57 @include disable-outline;
58
b426edd4
C
59 display: block;
60 margin-top: 0;
61 }
62 }
63}
76314386
RK
64
65.breadcrumb {
66 @include breadcrumb;
67}
68
69.dashboard {
70 @include dashboard;
71 max-width: 900px;
72}