]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/users/user-edit/user-edit.component.scss
switch from softies to feathericons
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / users / user-edit / user-edit.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
76314386
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
9.account-title {
10 @include settings-big-title;
04e0fc48
C
11}
12
13input:not([type=submit]) {
14 @include peertube-input-text(340px);
15 display: block;
16}
17
15a7387d
C
18.peertube-select-container {
19 @include peertube-select-container(340px);
04e0fc48
C
20}
21
328c78bc 22input[type=submit], button {
04e0fc48
C
23 @include peertube-button;
24 @include orange-button;
d6ca951b
C
25
26 margin-top: 10px;
04e0fc48
C
27}
28
6a84aafd
C
29.transcoding-information {
30 margin-top: 5px;
31 font-size: 11px;
32}
328c78bc 33
b426edd4
C
34.danger-zone {
35 .reset-password-email {
36 margin-bottom: 30px;
b426edd4
C
37
38 button {
39 display: block;
40 margin-top: 0;
41 }
42 }
43}
76314386
RK
44
45.breadcrumb {
46 @include breadcrumb;
47}
48
49.dashboard {
50 @include dashboard;
51 max-width: 900px;
52}
53
54my-actor-avatar-info ::ng-deep {
55 .actor-img-edit-container,
56 .actor-info-followers,
57 .actor-info-username {
58 display: none;
59 }
60}