aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation/moderation.scss
blob: 260346dc5a97e9c9359a117e0309819ab54dcaa6 (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
@import 'variables';
@import 'mixins';
@import 'miniature';

.moderation-expanded {
  font-size: 90%;

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

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

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

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

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

.chip {
  @include chip;
}

.caption {
  justify-content: flex-end;

  input {
    @include peertube-input-text(250px);
    flex-grow: 1;
  }
}

my-action-dropdown.show {
  ::ng-deep .dropdown-root {
    display: block !important;
  }
}