]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/forms/peertube-checkbox.component.scss
Fix broken playlist api
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / peertube-checkbox.component.scss
CommitLineData
0f7fedc3
C
1@import '_variables';
2@import '_mixins';
3
017c3dca 4.root {
0f7fedc3 5 display: flex;
0f7fedc3
C
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);
0f7fedc3
C
17 }
18 }
0bd84f8b 19
017c3dca
C
20 label {
21 margin-bottom: 0;
22 }
23
0bd84f8b
C
24 my-help {
25 position: relative;
26 top: -2px;
27 }
8dfceec4 28}