aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss
blob: c4fe5a59ee4fd211d6c86ffb8d4fba86b0f7a98f (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
@use '_variables' as *;
@use '_mixins' as *;

.actor ::ng-deep .popover-image-info .popover-body {
  padding: 0;

  .dropdown-item {
    padding: 6px 10px;
    border-radius: 4px;

    &:first-child {
      @include peertube-file;
      display: block;
    }
  }
}

.actor-img-edit-button {
  @include peertube-button-file(21px);
  @include button-with-icon(19px);
  @include orange-button;

  margin-top: 10px;
  margin-bottom: 5px;
  cursor: pointer;

  input {
    width: 30px;
    height: 30px;
  }

  my-global-icon {
    right: 7px;
  }
}