aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/users/user-edit/user-edit.component.scss
blob: aa87b8d6d308d245123cd4c9d5e543ce25569396 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
@import '_variables';
@import '_mixins';

$form-base-input-width: 340px;

label {
  font-weight: $font-regular;
  font-size: 100%;
}

.account-title {
  @include settings-big-title;

  &.account-title-danger {
    color: lighten($color: #c54130, $amount: 10);
  }
}

input:not([type=submit]) {
  @include peertube-input-text($form-base-input-width);
  display: block;
}

my-input-toggle-hidden {
  @include responsive-width($form-base-input-width);

  display: block;
}

.peertube-select-container {
  @include peertube-select-container($form-base-input-width);
}

my-select-custom-value {
  @include responsive-width($form-base-input-width);

  display: block;
}

input[type=submit], button {
  @include peertube-button;
  @include orange-button;

  margin-top: 10px;
}

.transcoding-information {
  margin-top: 5px;
  font-size: 11px;
}

.danger-zone {
  .reset-password-email {
    margin-bottom: 30px;

    button {
      @include peertube-button;
      @include danger-button;
      @include disable-outline;

      display: block;
      margin-top: 0;
    }
  }
}

.breadcrumb {
  @include breadcrumb;
}

.dashboard {
  @include dashboard;
  max-width: 900px;
}

my-actor-avatar-info ::ng-deep {
  .actor-img-edit-container,
  .actor-info-followers,
  .actor-info-username {
    display: none;
  }
}