aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/followers-list/followers-list.component.scss
blob: 964b3f99b2bb8505bedfb20998e602e3a667ecc0 (plain) (blame)
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);
  }
}

.action-cell {
  my-button:first-child {
    margin-right: 10px;
  }
}