blob: ea321ee6581c4d2f29e3d272f0c335172eeddaf0 (
plain) (
tree)
|
|
@import '_variables';
@import '_mixins';
.root {
display: flex;
.form-group-checkbox {
display: flex;
span {
font-weight: $font-regular;
margin: 0;
}
input {
@include peertube-checkbox(1px);
width: 10px;
margin-right: 10px;
}
}
label {
margin-bottom: 0;
}
my-help {
position: relative;
top: -2px;
}
}
|