aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-actor-image-edit/actor-image-edit.scss
blob: 93bdaba5783287d29d45a486c0a7deaf28c74e4f (plain) (tree)
1
2

                       















                                                    
                                      

                         


                          









                     
                

   
@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 orange-button;

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

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

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