Merge pull request #121 from Safelite/CSR-227-header-font-size
CSR-227 update header font size to match Figma.
This commit is contained in:
commit
8b1aaf44cd
2 changed files with 4 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ describe("FunnelSubHeader.vue", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
expect(wrapper.find("h2").text()).toContain("FunnelSubHeader Content");
|
expect(wrapper.find("h5").text()).toContain("FunnelSubHeader Content");
|
||||||
wrapper.unmount();
|
wrapper.unmount();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="current_car_info-text">
|
<div class="current_car_info-text">
|
||||||
<div class="d-flex align-items-center justify-content-center container-fluid overflow-hidden">
|
<div class="d-flex align-items-center justify-content-center container-fluid overflow-hidden">
|
||||||
<h2 class="text-center fs-5 d-block fw-normal mb-0">
|
<h5 class="text-center fw-normal mb-0">
|
||||||
<span>
|
<span>
|
||||||
{{ text }}
|
{{ text }}
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
v-if="hasBackButton"
|
v-if="hasBackButton"
|
||||||
:backButtonAction="backButtonAction"
|
:backButtonAction="backButtonAction"
|
||||||
/>
|
/>
|
||||||
</h2>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -33,7 +33,7 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
h2 {
|
h5 {
|
||||||
color: $gray-550;
|
color: $gray-550;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue