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