aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list/abuse-details.component.scss
blob: d83eb974d182d5b984aa3855925c20789077800a (plain) (tree)

































                                                                   
@import 'variables';
@import 'mixins';
@import 'miniature';

.screenratio {
  div {
    @include miniature-thumbnail;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: pvar(--inputPlaceholderColor);
  }

  @include large-screen-ratio($selector: 'div, ::ng-deep iframe') {
    width: 100% !important;
    height: 100% !important;
    left: 0;
  };
}

.comment-html {
  background-color: #ececec;
  padding: 10px;
}

.abuse-details-date-updated {
  font-size: 90%;
  margin-top: .1rem;
}

.abuse-details-links {
  @include disable-default-a-behaviour;
}