aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/select/select-checkbox.component.scss
blob: 145f6b26c86ff7b0d20dd01a40c4e26aad7384bd (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                      
@import '_variables';
@import '_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);
    }
  }
}