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

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

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

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