Fix help transcoding placement
[oweals/peertube.git] / client / src / app / shared / forms / peertube-checkbox.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .root {
5   display: flex;
6
7   .form-group-checkbox {
8     display: flex;
9
10     span {
11       font-weight: $font-regular;
12       margin: 0;
13     }
14
15     input {
16       @include peertube-checkbox(1px);
17     }
18   }
19
20   label {
21     margin-bottom: 0;
22   }
23
24   my-help {
25     position: relative;
26     top: -2px;
27   }
28 }