Minor adjustment

This commit is contained in:
Michaela Brydon 2023-12-04 23:14:19 -05:00
parent 7ee0379637
commit 17c40b058c
2 changed files with 2 additions and 6 deletions

View file

@ -265,7 +265,7 @@ input[type='date']::-webkit-calendar-picker-indicator {
}
span {
font-weight: 400;
font-size: 14px;
font-size: 0.875rem;
color: #4d5151;
}
.form-test-error span {

View file

@ -13,7 +13,7 @@
<label
id="tpaSearchQuestionLabel"
for="tpaSearchQuestionField"
class="text-center mt-5 mb-0 text-black w-100 search-question">
class="text-center fs-5 mt-5 mb-0 text-black w-100">
{{ tpaSearchQuestionLabel }}
</label>
<label
@ -378,10 +378,6 @@ export default {
</script>
<style lang="scss" scoped>
.search-question {
font-size: $h5-font-size;
}
.darker-gray {
color: map-get($colors, "darker-gray");
}