]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/forms/peertube-checkbox.component.scss
Set a default background color for account avatar
[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 align-items: center;
10
11 .label-text {
12 font-weight: $font-regular;
13 margin: 0;
14 }
15
16 input {
17 @include peertube-checkbox(1px);
18 }
19 }
20
21 label {
22 margin-bottom: 0;
23 }
24
25 my-help {
26 position: relative;
27 top: 2px;
28 }
29 }