aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/abuse-list/abuse-list.component.scss
blob: 48536e3c217c7e639d995387268fd657ee951d4e (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
@import 'mixins';
@import 'miniature';

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

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

.abuse-states .glyphicon-comment {
  margin-left: 0.5rem;
}

.input-group {
  @include peertube-input-group(300px);

  .dropdown-toggle::after {
    margin-left: 0;
  }
}

.abuse-messages {
  my-global-icon {
    width: 22px;
    margin-left: 3px;
    position: relative;
    top: -2px;
  }
}