aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-abuse-list/abuse-details.component.scss
blob: 047dc8ea98d31e25ffb5bad6668d535a3371e4f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@use '_variables';
@use '_mixins';
@use '_miniature';

.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;
}