aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list/abuse-details.component.scss
blob: d83eb974d182d5b984aa3855925c20789077800a (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
@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;
}