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

my-redundancy-checkbox /deep/ my-peertube-checkbox {
  .form-group {
    margin-bottom: 0;
    align-items: center;
  }

  label {
    margin: 0;
  }
}