reorganize, fix spacing

This commit is contained in:
Katie Kroell 2026-01-15 10:04:08 -05:00
parent 0bdaa1a7f5
commit 404dc61a1c

View file

@ -221,16 +221,14 @@ export default {
}
.duplicate-check-question {
.question-text {
span {
font-weight: 600;
}
}
.question-text {
justify-content: left;
display: inline-flex !important;
margin-top: map-get($spacers, 4);
margin-bottom: 0.625rem !important;
span {
font-weight: 600;
}
}
.form-test-error {
margin-top: 0 !important;
@ -238,6 +236,9 @@ export default {
font-weight: 500;
}
}
.question-text.d-flex {
margin-top: 0;
}
}
.list-button-content {