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

                  
























                                                               
@use '_variables';
@use '_mixins';

.banner-placeholder {
  @include block-ratio('> div, > img', $banner-inverted-ratio);
}

.banner-placeholder {
  background-color: pvar(--greyBackgroundColor);
}

.actor-img-edit-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.actor-img-edit-button {
  position: absolute;
  width: auto;

  label {
    font-weight: $font-semibold;
    margin-bottom: 0;
  }
}