aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/select/select-checkbox.component.scss
blob: d47c4f9da82245e2cf3b94c58ce8b4de0c19f6d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@use '_variables' as *;
@use '_mixins' as *;

ng-select ::ng-deep {
  .ng-option {
    display: flex;
    align-items: center;
  }

  .form-group-checkbox {
    display: flex;
    align-items: center;

    input {
      @include peertube-checkbox(1px);
    }
  }
}