]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/forms/peertube-checkbox.component.scss
Add popover autoclose
[github/Chocobozzz/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 }