ee133f1908d589292ab3f4c89050ae5a81dc2fdb
[oweals/peertube.git] / client / src / app / shared / forms / peertube-checkbox.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .form-group {
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       width: 10px;
19       margin-right: 10px;
20     }
21   }
22
23   my-help {
24     position: relative;
25     top: -2px;
26   }
27 }