aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/followers-list/followers-list.component.scss
blob: a6f0656b8b79d2f15cb6fe47be74c352f8488238 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@import '_variables';
@import '_mixins';

.caption {
  justify-content: flex-end;

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