aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/shared-forms/select/select-checkbox.component.scss
blob: 892f22dffff1a22af0b527c8762782a2817c0ef0 (plain) (tree)
1
2
3
4
5
6
7
8
9

                       






                        
                     







                                      
@use '_variables' as *;
@use '_mixins' as *;

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

  .checkbox-wrapper {
    display: flex;
    align-items: center;

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