aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-moderation/account-blocklist.component.scss
blob: 8b1239d3466c745e64fdc8897e7402ded6ef8389 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
@use '_variables' as *;
@use '_mixins' as *;

.chip {
  @include chip;
}

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