aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/forms/peertube-checkbox.component.scss
blob: 84ea788af39e105bc81d9be4bd928ffc04369feb (plain) (tree)
1
2
3
4
5


                     
       
                










                                      

     
 



                     



                       
 
@import '_variables';
@import '_mixins';

.root {
  display: flex;

  .form-group-checkbox {
    display: flex;

    span {
      font-weight: $font-regular;
      margin: 0;
    }

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

  label {
    margin-bottom: 0;
  }

  my-help {
    position: relative;
    top: -2px;
  }
}