aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/blocklist/account-blocklist.component.scss
blob: aa8363ff4d745a8a4db50347473e175097692705 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                        
@import '_variables';
@import '_mixins';

.caption {
  justify-content: flex-end;

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

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