aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation/account-blocklist.component.scss
blob: 63a9df82365bd424d14165ee35aae9d38260378c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import '_variables';
@import '_mixins';

.caption {
  justify-content: flex-end;

  input {
    @include peertube-input-text(250px);

    flex-grow: 1;
  }
}

.chip {
  @include chip;
}

.unblock-button {
  @include peertube-button;
  @include grey-button;
}