CSR-2140 QA Updates.

This commit is contained in:
Bryan Mauger 2024-07-18 14:04:40 -04:00
parent 37a2bbed35
commit e4402a6215
2 changed files with 9 additions and 5 deletions

View file

@ -454,7 +454,12 @@ export default {
}, },
}; };
</script> </script>
<style scoped> <style>
.funnel-sub-header {
p {
font-size: 1rem;
}
}
.text-block { .text-block {
display: block; display: block;
} }

View file

@ -38,7 +38,7 @@
class="strikethrough-price" class="strikethrough-price"
v-if="shouldDisplayStrikeThroughPrice" v-if="shouldDisplayStrikeThroughPrice"
v-html="this.additionalButtonData.strikeThroughPrice"></span> v-html="this.additionalButtonData.strikeThroughPrice"></span>
<span v-html="this.buttonAuxillaryCopy"></span>* <span v-html="this.buttonAuxillaryCopy"></span>
</span> </span>
</p> </p>
<p <p
@ -150,9 +150,9 @@ export default {
display: block; display: block;
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
display: flex; display: flex;
min-height: 320px; min-height: 336px;
} }
@include media-breakpoint-up(xl) { @media only screen and (min-width: 860px) {
display: flex; display: flex;
min-height: 276px; min-height: 276px;
} }
@ -336,7 +336,6 @@ export default {
margin: 1rem 0 0 -15px; margin: 1rem 0 0 -15px;
padding: 0; padding: 0;
li { li {
margin-bottom: 0.5rem;
font-size: 0.875rem; font-size: 0.875rem;
line-height: 1.714; line-height: 1.714;
color: $gray-550; color: $gray-550;