Fix checkbox position in general settings

This commit is contained in:
morethanwords 2021-01-20 05:48:04 +04:00
parent 6b2c6cdb5a
commit c978cbec94

View File

@ -879,18 +879,15 @@
padding-top: 0;
}
.tgico-photo:before {
margin-left: -2px;
margin-right: 2.125rem;
}
.checkbox-field {
display: flex;
align-items: center;
height: 54px;
margin: 0 1.0625rem;
padding: 0;
}
.checkbox-field, &-caption {
&-caption {
padding: 0 .875rem;
}
}