]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/forms/peertube-checkbox.component.scss
Add ability to list all local videos on client
[github/Chocobozzz/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 width: 10px;
19 margin-right: 10px;
20 }
21 }
22
23 label {
24 margin-bottom: 0;
25 }
26
27 my-help {
28 position: relative;
29 top: -2px;
30 }
31 }