aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss
blob: b054086e4d53aa23150d5cc1c24f2191dd4a42a9 (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
@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(30px);
  @include button-with-icon;
  @include orange-button;

  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 5px;
  cursor: pointer;

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

  my-global-icon {
    width: 19px;
  }
}