aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/moderation/moderation.component.scss
blob: a015b6d85d75b544bcf3ca6b01166c4dd3f8f1f3 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
@import 'variables';
@import 'mixins';
@import 'miniature';

.form-sub-title {
  flex-grow: 0;
  margin-right: 30px;
}

.moderation-expanded-label {
  font-weight: $font-semibold;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.moderation-expanded-text {
  display: inline-block;
  word-wrap: break-word;

  ::ng-deep p:last-child {
    margin-bottom: 0px !important;
  }
}

.video-abuse-states {
  & > :not(:first-child) {
    margin-left: .4rem;
  }
}

.glyphicon-trash {
  font-size: 80%;
}

.screenratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;

  div {
    @include miniature-thumbnail;
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  ::ng-deep iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
  }
}

.chip {
  @include chip;
}