Merge branch 'release/2.1.0' into develop
[oweals/peertube.git] / client / src / app / +admin / users / user-edit / user-edit.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .form-sub-title {
5   margin-bottom: 30px;
6 }
7
8 input:not([type=submit]) {
9   @include peertube-input-text(340px);
10   display: block;
11 }
12
13 .peertube-select-container {
14   @include peertube-select-container(340px);
15 }
16
17 input[type=submit], button {
18   @include peertube-button;
19   @include orange-button;
20
21   margin-top: 10px;
22 }
23
24 .transcoding-information {
25   margin-top: 5px;
26   font-size: 11px;
27 }
28
29 .account-title {
30   @include in-content-small-title;
31
32   margin-top: 55px;
33   margin-bottom: 30px;
34 }
35
36 .danger-zone {
37   .reset-password-email {
38     margin-bottom: 30px;
39     padding-bottom: 30px;
40     border-bottom: 1px solid rgba(0, 0, 0, 0.1);
41
42     button {
43       display: block;
44       margin-top: 0;
45     }
46   }
47 }