Minor adjustment
This commit is contained in:
parent
7ee0379637
commit
17c40b058c
2 changed files with 2 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue