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