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

.dropdown-file {
  @include peertube-file;
}

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

  display: flex;
  justify-content: center;
  cursor: pointer;

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

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